• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling make: [all] Error 2

Radium

Frozen-Hell.com
Joined
Nov 20, 2010
Messages
248
Reaction score
11
Location
England
Code:
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1   -O2 -fomit-frame-pointer -D__USE_MYSQL__    -D__WAR_SYSTEM__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ROOT_PERMISSION__ -D__LUAJIT__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
luascript.cpp: In member function âvirtual bool LuaInterface::initState()â:
luascript.cpp:859: error: âLUAJIT_MODE_ENGINEâ was not declared in this scope
luascript.cpp:859: error: âLUAJIT_MODE_ONâ was not declared in this scope
luascript.cpp:859: error: âluaJIT_setmodeâ was not declared in this scope
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/r3748'
make: *** [all] Error 2

Im getting these strange errors, i've even tried 'make clean' before and tried

./autogen.sh and then ./build.sh

if i don't enable LUAJIT then it will compile just fine, if i do, then this error happens.
 
BUMP ! I have too the same error. fix ?

make[1]: Wejście do katalogu `/home/balicus/Pobrane/trunk.r3777'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__LUAJIT__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -pipe -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
luascript.cpp: In member function ‘virtual bool LuaInterface::initState()’:
luascript.cpp:861: error: ‘LUAJIT_MODE_ENGINE’ was not declared in this scope
luascript.cpp:861: error: ‘LUAJIT_MODE_ON’ was not declared in this scope
luascript.cpp:861: error: ‘luaJIT_setmode’ was not declared in this scope
make[1]: *** [luascript.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/balicus/Pobrane/trunk.r3777'
make: *** [all] Błąd 2
 
Back
Top