• 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 Libboost Error, could someone help me? '--'

MaXwEllD

New Member
Joined
Sep 10, 2009
Messages
28
Reaction score
1
Location
Brazil
Yo guys, i trying to compile those source files:

Subversion

But when i enter `make` command on my Terminal i got some errors about Libboost:

Code:
luascript.cpp: In member function ‘bool LuaScriptInterface::loadDirectory(const string&, Npc*)’:
luascript.cpp:719:23: error: ‘class boost::filesystem3::directory_entry’ has no member named ‘leaf’
luascript.cpp: In member function ‘virtual void LuaScriptInterface::registerFunctions()’:
luascript.cpp:1373:2: error: ‘LuaInterface’ has not been declared
luascript.cpp: At global scope:
luascript.cpp:2862:9: error: ‘LuaInterface’ has not been declared
luascript.cpp: In function ‘int32_t luaSetCreatureName(lua_State*)’:
luascript.cpp:2865:38: error: ‘popString’ was not declared in this scope
luascript.cpp:2867:36: error: ‘getEnv’ was not declared in this scope
luascript.cpp:2870:52: error: ‘popNumber’ was not declared in this scope
luascript.cpp:2877:9: error: ‘getError’ was not declared in this scope
luascript.cpp:2877:9: error: ‘error’ was not declared in this scope
luascript.cpp:2877:9: note: suggested alternatives:
/usr/include/boost/asio/error.hpp:57:17: note:   ‘boost::asio::error’
/usr/include/boost/asio/placeholders.hpp:47:22: note:   ‘boost::asio::placeholders::error’
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/maxwellden/DigiWO/Sources'
make: *** [all] Error 2

Someone could help me? '--'

Sorry for my bad english \:
 
Back
Top