Boost logo

Boost Users :

From: Wolfgang Meyer (Wolfgang.Meyer_at_[hidden])
Date: 2004-06-03 12:47:39


Has anyone already successfully built Boost with the "Visual C++ Toolkit
2003", aka the free command line version
of VC 7.1?

I adjusted VC71_ROOT and copied "vcvars32.bat" to "bin". But there are
still a lot of errors, the first one being:

greg_month.obj : error LNK2019: 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> >(char const *)"
(__imp_??0?$basic_string_at_DU?$char_tr
aits_at_D@std@@V?$allocator_at_D@2@@std@@QAE_at_PBD@Z) referenced in function
"public: static class boost::shared
_ptr<class std::map<class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char
> >,unsigned short,struct std::less<class std::basic_string<char,struct
std::char_traits<char>,class std
::allocator<char> > >,class std::allocator<struct std::pair<class
std::basic_string<char,struct std::cha
r_traits<char>,class std::allocator<char> > const ,unsigned short> > > >
__cdecl boost::gregorian::greg_
month::get_month_map_ptr(void)"
(?get_month_map_ptr_at_greg_month_at_gregorian@boost@@SA?AV?$shared_ptr_at_V?$map
@V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@GU?$less_at_V?$basic_string_at_DU?$char_traits@
D_at_std@@V?$allocator_at_D@2@@std@@@2_at_V?$allocator_at_U?$pair@$$CBV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allo
cator_at_D@2@@std@@G_at_std@@@2@@std@@@3_at_XZ)

Similar errors occur if I try to use the (successfully built)
boost_thread-vc71-mt-1_31.lib with a sample project.
Any ideas?

Regards,
  Wolfgang Meyer


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net