Posted by
Luigi Ballabio-4 on
Dec 10, 2001; 12:47am
URL: http://quantlib.414.s1.nabble.com/Re-The-build-tp9954p9956.html
Hi all,
At 08:21 AM 12/8/01 -0600, Dirk Eddelbuettel wrote:
>From: Wouter Verhelst <
[hidden email]>
>Subject: The build...
>
>... failed, unfortunately.
>
>I have no clue as to why g++'s exit state was 1. As you can see, the last
>compiler message before the mentioning of the exit state was a warning, so
>it should work. I must note, though, that during the compilation, lots of
>warnings were issued.
Here is the problem:
>QuantLib/quantlib_wrap.cpp:31633: cannot allocate an object of type
>`QuantLib::Calendar'
>QuantLib/quantlib_wrap.cpp:31633: since type `QuantLib::Calendar' has
>abstract virtual functions
for some reason gcc displays a few more cascading errors/warnings after
this error, which makes the exit message a bit confusing.
However, the above makes no sense---QuantLib::Calendar used to have virtual
functions, but this isn't true in the current release.
Maybe you are trying to compile QuantLib-Python with an older version of
QuantLib installed in /usr/include/ql?
Bye,
Luigi