[Linux] Compile error in LUA ??

Newbie Spellweaver
Joined
Jun 19, 2007
Messages
22
Reaction score
0
Just checked out the svn trunk and tried to compile it and got the following message

Code:
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/include/openssl -I/usr/local/include/openssl -I. -I./../../dep/include -I./../shared -I./../logonserver -I./../../dep/src  -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/include/openssl -I/usr/local/include/openssl   -MT LUAEngine.o -MD -MP -MF .deps/LUAEngine.Tpo -c -o LUAEngine.o LUAEngine.cpp
LUAEngine.cpp: In member function
 
lol .. no idea !!!

if not, how do I stop it ?

Sparks


edit. found it

Code:
#ifdef HAVE_LUASCRIPT
#  define ENABLE_LUA_SCRIPTING 1
#endif
//#define ENABLE_LUA_SCRIPTING 1
 
Back