Hi all,
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On Mon, 2008-01-07 at 09:00 +0100, [hidden email] wrote:
> I'm having problems compiling QL 0.4.0 with boost 1.31.00: > When trying to compile with VC 7.1 I get the following error: > c:\...\QuantLib-0.4.0\ql\date.cpp(27): fatal error C1083: Cannot open > include file: 'boost/algorithm/string/case_conv.hpp': No such file or > directory > indeed, such file exists only in later versions of boost Hmm. This seems to have been an oversight on our part. The file is included to use boost::algorithm::to_lower_copy and to_upper_copy. Do the functions exist in Boost 1.31? And if so, in what files? > Moreover, boost 1.31.00 doesn't allow for VC 8.0: > the following error occurs when trying to compile QL 0.4.0 with boost > 1.31.00 using VC 8.0 > "Unknown compiler version - please run the configure tests and report > the results" Yes, I think VC 8.0 was not yet released when Boost 1.31 came out. You might try patching the Boost bjam files---you'll have to ask on the Boost mailing list about this. Later, Luigi -- Grabel's Law: 2 is not equal to 3 -- not even for large values of 2. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |