« Return to Thread: Preliminary 0.9.0 tarballs - VC++ 2008 Express

Re: Preliminary 0.9.0 tarballs - VC++ 2008 Express

by Piter Dias-3 :: Rate this Message:

Reply to Author | View in Thread

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,




-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
QuantLib-dev mailing list
QuantLib-dev@...
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

 « Return to Thread: Preliminary 0.9.0 tarballs - VC++ 2008 Express