Re: [Boost-users] [Boost.MathToolKit] Compilation problem w/ VC++7.1
Hello John, Yes, I've tried to compile w/ the right header version of math-toolkit. Just to be sure and to confirm the problem: Right now I'm using Boost 1.33.1. Do you confirm that math-toolkit can operate only w/ Boost 1.34? If yes, sorry for the noise. By the way, do you plan to adapt your headers for Boost 1.33.1? Marc Viala
-----Message d'origine----- De : boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] De la part de John Maddock Envoyé : samedi 30 juin 2007 10:34 À : boost-users@lists.boost.org Objet : Re: [Boost-users] [Boost.MathToolKit] Compilation problem w/ VC++7.1
Marc Viala wrote:
Done but I've got the same compilation errors.
Hmmm, works for me. BTW you will need Boost-1.34 to compile any of the math-toolkit code. Other than that, are you sure you updated your #include path to point to the sandbox version? Just double checking the obvious ;-)
John.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Marc Viala wrote:
Hello John,
Yes, I've tried to compile w/ the right header version of math-toolkit.
Just to be sure and to confirm the problem:
Right now I'm using Boost 1.33.1. Do you confirm that math-toolkit can operate only w/ Boost 1.34? If yes, sorry for the noise.
Yes, only 1.34, but I'd expect different error messages if you tried to use with 1.33.1: $ cl -GX -I../../ -I../../../../../1.33.1/boost_1_33_1 t.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. t.cpp ../../boost\math\tools\roots.hpp(13) : fatal error C1083: Cannot open include file: 'boost/tr1/tuple.hpp': No such file or directory
By the way, do you plan to adapt your headers for Boost 1.33.1?
Nope, too much to do, too little time, it'll become part of Boost 1.35 or 1.36 so there's no point in supporting earlier versions. John.
participants (2)
-
John Maddock
-
Marc Viala