Re: Installing QuantLib using Dev-C++ 4.9.9.2: the examples compile, though I cannot compile any new project - can anyone help?
Posted by Luigi Ballabio on Jul 05, 2005; 5:01am
URL: http://quantlib.414.s1.nabble.com/Installing-QuantLib-using-Dev-C-4-9-9-2-the-examples-compile-though-I-cannot-compile-any-new-project-tp3891p3894.html
On 07/05/2005 12:05:01 PM, Bennett, Paul wrote:
>
> Looks like I can't use Dev-C++ 4.9.9.2 then!
No, it should work. Dev-C++ is just an IDE; managing statements such as
#include <ql/quantlib.hpp>
is solely responsibility of the C preprocessor, which is the one
included in the gcc suite and AFAIK handles forward slashes without
problems (you couldn't even compile the library if it didn't.)
Your problem should be just one of include paths; see Karim's post for
the solution.
Later,
Luigi
----------------------------------------
I have made this letter longer than usual, only because I have not had
the time to make it shorter.
-- B. Pascal