Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Building tundra solution Problems

9 views
Skip to first unread message

Alvin

unread,
Jan 6, 2014, 10:28:22 AM1/6/14
to real...@googlegroups.com
Hi all,

After running "CMake_VS2008.bat" file, I tried to build solution in VS2008. But there are some linking problems. Such as below:

1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-1_40.lib'
1>Build log was saved at "file://c:\Users\qhe.CSE-PC114\Desktop\naali-tundra2\src\Core\TundraProtocolModule\TundraProtocolModule.dir\RelWithDebInfo\BuildLog.htm"
1>TundraProtocolModule - 1 error(s), 0 warning(s)

If I set "deps-vs2008-x86\boost\stage" and "deps-vs2008-x86\boost\bin.v2\libs\thread\build\msvc-9.0\release\link-static\threading-multi" into Linker-input, there will be a series of new problems. 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>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)

What is my problem please? Many thanks!

Reply all
Reply to author
Forward
0 new messages