Hello All,
About some release I get the same message everytime about PTHREAD, I troll the board search some explanation, but nothing out here help it....
Running Debian Stable:
gcc version 2.95.2 20000220 (Debian GNU/Linux)
libstdc++2.10
MySQL 3.22.32-log
if you need more informations, will be glad to give out if it can help :)
/wave
Qlex
Quote:
qlex@muad:~/eqemu3/zone$ make
gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_USE_GNU -D_GNU_SOURCE -DFX -I/usr/include/mysql ../common/EQFragment.cpp -o ../common/EQFragment.o
gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_USE_GNU -D_GNU_SOURCE -DFX -I/usr/include/mysql ../common/EQPacket.cpp -o ../common/EQPacket.o
gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_USE_GNU -D_GNU_SOURCE -DFX -I/usr/include/mysql ../common/EQPacketManager.cpp -o ../common/EQPacketManager.o
gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_USE_GNU -D_GNU_SOURCE -DFX -I/usr/include/mysql ../common/timer.cpp -o ../common/timer.o
gcc -c -g -m486 -pthread -pipe -DLUCLIN -D_USE_GNU -D_GNU_SOURCE -DFX -I/usr/include/mysql ../common/database.cpp -o ../common/database.o
In file included from ../common/../common/Mutex.h:6,
from ../common/database.h:19,
from ../common/database.cpp:18:
/usr/include/pthread.h:36: warning: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' redefined
../common/unix.h:4: warning: this is the location of the previous definition
../common/database.cpp: In method `int32 Database::DoEscapeString(char *, char *, unsigned int)':
../common/database.cpp:224: implicit declaration of function `int mysql_real_escape_string(...)'
make: *** [../common/database.o] Error 1
|