Dev-c++ 4.9.9.0 wouldn't compile version 0.3.8
Posted by Xiaofeng Zheng on Dec 25, 2004; 5:52am
URL: http://quantlib.414.s1.nabble.com/Dev-c-4-9-9-0-wouldn-t-compile-version-0-3-8-tp3448.html
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.
=========
Compiler: Default compiler
Building Makefile: "D:\ThirdParty\QuantLib\Makefile.win"
Executing make...
make.exe -f "D:\ThirdParty\QuantLib\Makefile.win" all
make.exe: *** No rule to make target `all'. Stop.
Execution terminated
========
In the QuantLib folder, a new but empty file, Makefile.win, is created.
I am running Window XP SP1 and using the out-of-box setting of
Dev-c++. I had no problem with compiling the examples that come with
Dev-c++. And I have double-checked the write permission of the
QuantLib folder (and subfolders).
Now I am really baffled. I guess I could start a new project and keep
adding all the quantlib files into it. Before I start doing that,
which is kind of tedious, I thought I could ask around to see if there
is an obvious answer.
Thanks a lot. Happy new year.