|
STLPort link error
Hi, I'm building ICE 1.0.1 on Windows XP -- VC 6.0 SP 5 (release configuration) and I'm getting a link error:
Creating library Release/slice101.lib and object Release/slice101.exp
Grammar.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl IceUtil::generateUUID(void)" (__imp_?generateUUID@IceUtil@@YA?AV?$basic_
string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_ STL@@XZ)
Release/slice101.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I'm using VC++ 6.0 -- This looks like a STLPort issue. I did the default "make install" with STLPort which copies the STLPort .lib files to Developer Studio\vc98\lib -- I can see them there. However they're not picked up -- Are the names of the STLPort lib files specified somewhere in the project settings or do I need to set something?
Thanks!
|