From: e r (erwann.rogard_at_[hidden])
Date: 2008-04-07 20:11:05


John Maddock wrote:
> e r wrote:
>> 4) in main.cpp:
>>
>> #include <boost/math/fpclassify.hpp>//warning:
>> boost/math/fpclassify.hpp: No such file or directory
>
> That suggests that the include path isn't set up correctly.
>
> However, there's a much easier way: all the math_toolkit code is included in
> the Boost-1.35 release, so you may just want to install that instead.
>
> HTH, John.

Much easier indeed: thanks!