|
From: eric e. <eri...@gm...> - 2005-02-18 14:32:36
|
Hi Walter > Having a look in the corresponding QuantLibAddin/qla/functions/Makefile it > seems that it expects a source file options.cpp. However in the > corresponding directory there is no such file. Much of the QuantLibAddin source code is autogenerated, you need to cd to the Autogen directory and run autogen.py. Sorry for not mentioning that anywhere!, I'll add it to the readme file. Some other notes on recompiling ... - compiling the Calc Linux addin requires some extra steps which I haven't gotten around to documenting. If you need that please let me know. The Calc addin on Windows should compile as documented. - On Windows I use MSDEV6 and those project workspace files are always up to date. I try to propogate changes to the other IDEs with grep/sed but they may be broken. Very much looking forward to your feedback. Regards Eric |