Revision 99 Compilation Error
Posted: Sun May 25, 2008 11:38 am
While attempting to compile revision 99 I get the following output and error:
Code: Select all
g++ -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wcomment -Wcast-align -Wno-deprecated -g -march=i686 -O -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DEQ2 -DWORLD -I/usr/include/mysql -I/usr/mysql/include -I./LUA/include ../common/Mutex.cpp -o ../common/Mutex.o
../common/Mutex.cpp: In constructor ‘Mutex::Mutex()’:
../common/Mutex.cpp:79: error: ‘PTHREAD_MUTEX_RECURSIVE_NP’ was not declared in this scope
make: *** [../common/Mutex.o] Error 1