Extrodus
|| Blazera.net ||
Using Printers Sources found here I am getting the following error.
If you think you could help, I am willing to use team viewer to make it easier. Thanks in advance!
If you think you could help, I am willing to use team viewer to make it easier. Thanks in advance!
Code:
theforgottenserver 0.3.5
Server diagnostics.......... : no
Login server mode........... : no
Remote control.............. : no
Root run permission......... : no
Home-directory configuration : no
OTServ custom allocator..... : no
Debug build................. : no
Build with MySQL............ : yes
Build with SQLite........... : no
Build with PostgreSQL....... : no
Build with ODBC............. : no
Configure complete, now you may type 'make'.
extrodus@extrodus-VirtualBox:~/Desktop/cryingdamsonsource$ make
make all-am
make[1]: Entering directory `/home/extrodus/Desktop/cryingdamsonsource'
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/extrodus/Desktop/cryingdamsonsource'
make: *** [all] Error 2