Re: Compilation error
Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Compilation-error-tp2829p2830.html
Hi,
On 2004.03.06 08:51, Frank Cornelis wrote:
> The latest CVS version of QuantLib does not compile on my machine.
This happens more often that you think :)
The CVS repository is a development area, and as such is not guaranteed
to compile at all times and on all platforms. It is a frequent
occurrence that a developer commits code which works on his machine and
compiler but that is not palatable to others compilers (to which he
doesn't have access, so that he cannot immediately check.)
Usually the code get fixed as soon as another developer tries to
compile it on another system.
> Could anyone fix this?
It was fixed a couple of days ago. However, the SourceForge server for
anonymous CVS lags a few days behind the developers' server. Try
updating until you see the fix coming through.
Regards,
Luigi