I've got some problem.
Anyone know what's the problem?
Code:
configmanager.cpp: In member function 'bool ConfigManager::load()':
configmanager.cpp:44: error: 'lua_open' was not declared in this scope
make[1]: *** [configmanager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
luascript.cpp: In static member function 'static int32_t LuaInterface::handleFunction(lua_State*)':
luascript.cpp:936: error: 'LUA_GLOBALSINDEX' was not declared in this scope
luascript.cpp: In static member function 'static std::string LuaInterface::getGlobalString(lua_State*, const std::string&, const std::string&)':
luascript.cpp:1307: error: 'lua_strlen' was not declared in this scope
luascript.cpp: In member function 'virtual void LuaInterface::registerFunctions()':
luascript.cpp:2439: error: 'luaL_register' was not declared in this scope
make[1]: *** [luascript.o] Error 1
Anyone know what's the problem?