aqsis_util.dll fails to link with vc 2010 when built against boost 1.47.0 complaining of unresolved external symbols. within exception.obj
adding resource. type:VERSION, name:1, language:0x0409, flags:0x30, size:500
exception.obj : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits\<char="">,class std::allocator\<char> > __cdecl Aqsis::filename(class boost::filesystem3::path const &)" (?filename@Aqsis@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABVpath@filesystem3@boost@@@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits\<char=""> > & __cdecl Aqsis::operator<<(class std::basic_ostream<char,struct std::char_traits\<char=""> > &,class Aqsis::XqException const &)" (??6Aqsis@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@ABVXqException@0@@Z)
D:\source\aqsis_build\libs\util\Release\aqsis_util.dll : fatal error LNK1120: 1 unresolved externals</char,struct></char,struct></char></char,struct>
Note: A similar error is thrown by vc9 when trying to build against boost 1.44.0, attached is the verbose log from the vc10 build.