|
From: Hong Y. <hy...@ho...> - 2011-06-12 13:03:22
|
Thanks! Next I have a question about building QuantLib source in VC10-express. I specified boost path in 'include dir' and 'lib dir' of 'VC++ Directories' of 'project dependencies'. And then the building process resulted in a 'lib\QuantLib-vc100-mt-gd.lib' file, and some error messages like the following: "ql\qldefines.hpp(29): fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory". Look forward to any suggestions. Regards, Hong Yu -----Original Message----- From: Luigi Ballabio Sent: Friday, June 10, 2011 9:10 PM To: Hong Yu Cc: Kakhkhor Abdijalilov ; qua...@li... Subject: Re: [Quantlib-dev] Visual Studio 2010 Win64 configuration On Fri, 2011-06-10 at 19:05 +0800, Hong Yu wrote: > May I ask about installing libboost on windows? Do we only need the > following components for quantlib (http://quantlib.org/install/vc9.shtml)? > > - Boost header files > - start menu shortcuts > - source & doc > - tools (source and binary) > - Boost Test (unit test framework for VC9.0 and VC10.0) Yes. I usually don't install start menu shortcuts, source & doc, and tools. The headers and the test libraries are enough. Luigi |