Hi all,
When I first build tundra solution, I met the linking error can't open "libboost_thread-vc90-mt-1_40.lib". But after I put "deps-vs2008-x86\boost\stage\lib' and "deps-vs2008-x86\boost\bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi" into linker, there are many new errors. Such as below:
14>Linking...
14> Creating library C:\Users\qhe.CSE-PC114\Desktop\naali-tundra2\src\Core\TundraProtocolModule\RelWithDebInfo\TundraProtocolModule.lib and object C:\Users\qhe.CSE-PC114\Desktop\naali-tundra2\src\Core\TundraProtocolModule\RelWithDebInfo\TundraProtocolModule.exp
14>Client.obj : error LNK2019: unresolved external symbol "public: unsigned long __thiscall kNet::DataSerializer::AddSignedFixedPoint(int,int,float)" (?AddSignedFixedPoint@DataSerializer@kNet@@QAEKHHM@Z) referenced in function "public: void __thiscall TundraLogic::Client::GetCameraOrientation(void)" (?GetCameraOrientation@Client@TundraLogic@@QAEXXZ)
14>SyncManager.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall kNet::DataSerializer::AddSignedFixedPoint(int,int,float)" (?AddSignedFixedPoint@DataSerializer@kNet@@QAEKHHM@Z)
14>KristalliProtocolModule.obj : error LNK2019: unresolved external symbol "public: __thiscall kNet::NetworkDialog::NetworkDialog(class QWidget *,class kNet::Network *)" (??0NetworkDialog@kNet@@QAE@PAVQWidget@@PAVNetwork@1@@Z) referenced in function "public: void __thiscall KristalliProtocolModule::OpenKNetLogWindow(void)" (?OpenKNetLogWindow@KristalliProtocolModule@@QAEXXZ)
........
14>C:\Users\qhe.CSE-PC114\Desktop\naali-tundra2\src\Core\TundraProtocolModule\RelWithDebInfo\TundraProtocolModule.dll : fatal error LNK1120: 12 unresolved externals
14>Build log was saved at "file://c:\Users\qhe.CSE-PC114\Desktop\naali-tundra2\src\Core\TundraProtocolModule\TundraProtocolModule.dir\RelWithDebInfo\BuildLog.htm"
14>TundraProtocolModule - 14 error(s), 3 warning(s)
========== Rebuild All: 13 succeeded, 1 failed, 0 skipped ==========
How to solve my problems? I'm going crazy... Thank you very very much!