• 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!

COMPILEING ERROR, PLX HELP

Kuantikum

Member
Joined
Jul 3, 2015
Messages
221
Solutions
1
Reaction score
21
Code:
root@kuantikum:/home/otserver/ot# make
make  all-am
make[1]: Entering directory `/home/otserver/ot'
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2  -I/usr/include/lua5.1    -D__USE_MYSQL__      -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
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â
make[1]: *** [luascript.o] Error 1
make[1]: Leaving directory `/home/otserver/ot'
make: *** [all] Error 2


DEBIAN 7.5
 
Back
Top