Quantlib using Cygwin / Dev C+

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Quantlib using Cygwin / Dev C+

Kunal Singh
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

I tried setting the option "set cygwin as compiler" but still doesn't
work

Thanks,
Kunal




Reply | Threaded
Open this post in threaded view
|

Re: Quantlib using Cygwin / Dev C+

Luigi Ballabio-2
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