Hi I'm having big troubles trying to compile the c++ SDK. I used cmake to configure and generate the files from the folder but initially I got this error :
Could not find the following static Boost libraries:
boost_thread
boost_system
The only way possible to fix it was to specifically add the missing libraries to "Boost_SYSTEM_LIBRARY_DEBUG" or "Boost_SYSTEM_LIBRARY_RELEASE" and "Boost_THREAD_LIBRARY_DEBUG" or "Boost_THREAD_LIBRARY_RELEASE". Firs problem is I don't actually know which library is it supposed to be i added "libboost_system-vc120-mt-1_58.lib" and "libboost_system-vc120-mt-1_58.lib", finally I did not get the error anymore.
But then I tried using MInGW make and it throws lots of errors and warnings and does not finish.
Which of my previous steps is wrong here?
Thanks in advance.