[opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

xinyi chen geekclawsupport at gmail.com
Sat Apr 30 04:14:20 PDT 2011


There are 19 K errors when i did link with the viewer project( other
projects was compiled correctly)
My env. is VS2008 IDE. and used deploy.py to construct the viewer solution.

I only pick some of those errors, more is same like below, I would be
missing some stuff then caused these errors? I have checked the main viewer
project,
it didn't make /NODEFAULTLIB option for link option, and the VS2008 IDE
already correctly set up the lib path ..

Anyone would know how to resolve this problem? I will be appreciate.
Thanks in advance!


1>json_vc80.lib(json_writer.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >(void)" (__imp_??0?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@QAE at XZ)
1>lllogin.lib(lllogin.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >(void)" (__imp_??0?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@QAE at XZ)
1>libboost_regex-vc80-mt-1_39.lib(w32_regex_traits.obj) : error LNK2001:
unresolved external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@
@QAE at XZ)
1>libboost_regex-vc80-mt-1_39.lib(regex_traits_defaults.obj) : error
LNK2001: unresolved external symbol "__declspec(dllimport) public:
__thiscall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@
@QAE at XZ)
1>json_vc80.lib(json_value.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >(void)" (__imp_??0?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@QAE at XZ)
1>json_vc80.lib(json_reader.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char>
>::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >(void)" (__imp_??0?$basic_string at DU?$char_traits at D
@std@@V?$allocator at D@2@@std@@QAE at XZ)
1>libboost_program_options-vc80-mt-1_39.lib(value_semantic.obj) : error
LNK2001: unresolved external symbol "__declspec(dllimport) public:
__thiscall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@
@QAE at XZ)
1>libboost_program_options-vc80-mt-1_39.lib(cmdline.obj) : error LNK2001:
unresolved external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@
@QAE at XZ)
1>libboost_program_options-vc80-mt-1_39.lib(convert.obj) : error LNK2001:
unresolved external symbol "__declspec(dllimport) public: __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(__imp_??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@
@QAE at XZ)
.........

1>llmath.lib(raytrace.obj) : error LNK2001: unresolved external symbol
___security_cookie

....
1>llpanelpeoplemenus.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)"
(__imp_?_Osfx@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEXXZ)
1>llpanelpermissions.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)"
(__imp_?_Osfx@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEXXZ)
1>llpanelnearbymedia.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)"
(__imp_?_Osfx@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEXXZ)
1>llpanelobject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)"
(__imp_?_Osfx@?$basic_ostream at DU?$char_traits at D@std@@@std@@QAEXXZ)


....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110430/8940ebe6/attachment.htm 


More information about the opensource-dev mailing list