• 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 Compiling error

klekSu

Stroke my ego.
Joined
Nov 4, 2008
Messages
1,285
Reaction score
18
Anyone know which libs am I missing?
Code:
g++ -DHAVE_CONFIG_H -I.    -I/usr/include/libxml2   -O2 -fomit-frame-pointer -D__USE_MYSQL__    -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ALT_LUA_PATH__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -Wno-unused-parameter -pipe -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
luascript.cpp: In member function ‘bool LuaInterface::loadDirectory(const std::string&, Npc*, bool)’:
luascript.cpp:744: error: ‘const struct boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>’ has no member named ‘filename’
make[1]: *** [luascript.o] Error 1
make[1]: Leaving `/root/3915'
make: *** [all] Error 2
 
Yeah I've downloaded boost 1.44 but I have noooo idea how to install em. then click file system then var folder, right click on www folder..click properties, click permissions, change it all to read + write, the second one should be your username..then click on the do this for all files in it too. done.its permissions issue, i had the same problem...Linux sucks ass..it is meant to fuck with your head.
 
Back
Top