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

Problem compiling latest OTClient on Windows

Qbee

Open Tibia Fan
Joined
Mar 9, 2009
Messages
174
Reaction score
4
When I try to compile OTClient i get this error message :

Code:
libotc_framework.a(asyncdispatcher.cpp.obj): In function `thread_data_base':
C:/local/boost_1_55_0/boost/thread/win32/thread_data.hpp:123: undefined reference to `vtable for boost::detail::thread_data_base'
libotc_framework.a(asyncdispatcher.cpp.obj): In function `ZN5boost6thread12start_threadEv':
C:/local/boost_1_55_0/boost/thread/detail/thread.hpp:180: undefined reference to `boost::thread::start_thread_noexcept()'
libotc_framework.a(asyncdispatcher.cpp.obj): In function `ZN5boost6thread4joinEv':
C:/local/boost_1_55_0/boost/thread/detail/thread.hpp:756: undefined reference to `boost::thread::join_noexcept()'
libotc_framework.a(asyncdispatcher.cpp.obj): In function `ZN5boost6detail11thread_dataISt5_BindIFSt7_Mem_fnIM15AsyncDispatcherFvvEEPS4_EEED1Ev':
C:/local/boost_1_55_0/boost/thread/detail/thread.hpp:91: undefined reference to `boost::detail::thread_data_base::~thread_data_base()'
libotc_framework.a(asyncdispatcher.cpp.obj): In function `~thread_data':
C:/local/boost_1_55_0/boost/thread/detail/thread.hpp:91: undefined reference to `boost::detail::thread_data_base::~thread_data_base()'
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe[2]: *** [otclient.exe] Error 1
mingw32-make.exe[1]: *** [CMakeFiles/otclient.dir/all] Error 2
mingw32-make.exe: *** [all] Error 2
CMakeFiles\otclient.dir\build.make:1148: recipe for target 'otclient.exe' failed
mingw32-make.exe[2]: Leaving directory 'C:/OTClient/com'
CMakeFiles\Makefile2:94: recipe for target 'CMakeFiles/otclient.dir/all' failed
mingw32-make.exe[1]: Leaving directory 'C:/OTClient/com'
C:/OTClient/com/Makefile:116: recipe for target 'all' failed

otclient.png


Under Win8.1 x64
 
Back
Top