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

Need some help with compiling

Matthijs

New Member
Joined
May 28, 2007
Messages
5
Reaction score
0
Linker:
-O1
-lboost_system
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32

I try to compile the latest SVN. And I'm getting the following errors:
[Linker error] undefined reference to `boost::system::error_code::message() const'
[Linker error] undefined reference to `boost::system::error_code::new_category(int (*)(boost::system::error_code const&), std::string (*)(boost::system::error_code const&), std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (*)(boost::system::error_code const&))'
[Linker error] undefined reference to `boost::system::error_code::new_category(int (*)(boost::system::error_code const&), std::string (*)(boost::system::error_code const&), std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (*)(boost::system::error_code const&))'
ld returned 1 exit status
Makefile.win [Build Error] [../Binarie/OpenTibia.exe] Error 1

I am using the TFS DevC++ package as compiling software.

I hope someone can help me out.
Greetings, Matthijs.
 
Back
Top