Login  Register

Re: Dev-c++ 4.9.9.0 wouldn't compile version 0.3.8

Posted by Ferdinando M. Ametrano-3 on Dec 26, 2004; 7:24am
URL: http://quantlib.414.s1.nabble.com/Dev-c-4-9-9-0-wouldn-t-compile-version-0-3-8-tp3448p3449.html

At 02:51 PM 12/25/2004, Xiaofeng Zheng wrote:
>Every time I tried to build the QuantLib project, a message that says
>"Could not create Makefile!!" pops out. The following are the complete
>compile log.
>[...]
>In the QuantLib folder, a new but empty file, Makefile.win, is created.

I also had this problem a couple of times. The good news: you just need to
make it work once, and the problem won't reappear. The bad news:
unfortunately I'm not sure what I actually did to solve it.

Few suggestions which might help you:
- try with "Compile (Ctrl+F9)" instead of "Rebuild all (Ctrl+F11)"
- close Dev-C++, edit the "Makefile.win" file, add a blank line to it, save
it. Now try again with Dev-C++

I've googled around for a "standard" solution with no luck. The best I've
found is http://forums.devshed.com/t205272/s.html, but I didn't need to
reinstall anything to solve the problem.

ciao -- Nando