• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Help Compiling

marcos16

Falkhonn
Joined
May 4, 2012
Messages
224
Reaction score
1
I have a VPS Linux Debian 7 64bit, and is giving error when compiling. Of the following error:

luascript.cpp: In member function âbool LuaInterface::loadDirectory(const string&, Npc*)â:
luascript.cpp:741:41: error: âboost::filesystem2::basic_path<std::basic_string<char>, boost::filesystem2::path_traits>::string_typeâ has no member named âstringâ
make[1]: ** [luascript.o] Erro 1
make[1]: ** Waiting for other processes to finish.
make[1]: leaving directory
`/otserv/trunk'
make: ** [all] Erro 2
 
You should try replacing the mentioned source files (luascript.o, luascript.cpp) with the compatible replacements, find a clean sources link for the same distro you have and replace them, if that doesnt do the trick it might be another thing.
 
You should try replacing the mentioned source files (luascript.o, luascript.cpp) with the compatible replacements, find a clean sources link for the same distro you have and replace them, if that doesnt do the trick it might be another thing.

I had compiled on windows the same sources. But Linux did this happen dai, is that there is no other way?
 
You can never be 100% sure until you test, worst case scenario youll loose 15 minutes finding the sources/compiling again. And youll know the problem isnt there.
Looks like worth for me
 
You can never be 100% sure until you test, worst case scenario youll loose 15 minutes finding the sources/compiling again. And youll know the problem isnt there.
Looks like worth for me
The source has been compiled on Linux, but not for me ... but now I'm trying and this error ...
 
Back
Top