Page 1 of 1

Revision 99 Compilation Error

Posted: Sun May 25, 2008 11:38 am
by encima
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

Posted: Mon May 26, 2008 8:31 am
by John Adams
Did you load the LUA dependencies?
Search around the forums on LUA5.1 (I think that's the version being used).