|
At 10:27 AM 6/20/03 -0400, Kunal Singh wrote:
>I have been successfully able to run quantlib using cygwin shell.
>BermudanOption.cpp compiled fine. I am trying to do the same with DevC++
>IDE. For some reason it gives a error message,
>in file included from H:\QuantLib\QUANTL~1.1\ql\quantlib.hpp:23,
> from h:/bermudanswaption.cpp:20:
>H:\QuantLib\QUANTL~1.1\ql\qldefines.hpp:170: limits: No such file or
>directory
Kunal,
qldefines.hpp tries to include <limits> because configure
determined that it could do so. Maybe you ran configure with a compiler,
and now you're using a different one or a different version?
Later,
Luigi
|