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!

-- 
-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org
--- 
You received this message because you are subscribed to the Google Groups 
"realXtend" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to