|
From: Piter D. <pit...@ma...> - 2007-12-04 20:21:20
|
Nando,
> I compiled them using the Visual Studio 2008 command line prompt and
> the command:
> bjam --toolset=msvc-9.0 install
> as I did for all previous MSVC compilers
Didn't you have to fix this piece of code of boost/config/compiler/visualc.hpp ?
// last known and checked version is 1400 (VC8):
#if (_MSC_VER > 1400)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and
report the results"
# else
# pragma message("Unknown compiler version - please run the configure
tests and report the results")
# endif
#endif
There is another thing I had to change but I don´t remember now.
Regards,
|