I'm trying to compile the server on CentOS and it goes great until I get the following error:
source/LuaState.cpp:35: error: uninitialized const âcLuaState::Returnâ
make: *** [build/release/source/LuaState.o] Error 1
Line 35 contains "const cLuaState::cRet cLuaState::Return;" Is there anything I can do to fix this error?
Please help me out a bit
ThijsD
source/LuaState.cpp:35: error: uninitialized const âcLuaState::Returnâ
make: *** [build/release/source/LuaState.o] Error 1
Line 35 contains "const cLuaState::cRet cLuaState::Return;" Is there anything I can do to fix this error?
Please help me out a bit
ThijsD