Hi,
Is this the same as current CVS? I am having problem compiling both
the QuantLib and demo project, using vc++, stlport.
Any help on this? I maybe of help in the future once it gets compiled
and becoming more familiar with the project.
Thanks.
chin
-------------Configuration: QuantLib - Win32 OnTheEdgeDebug--------------------
Compiling...
vols.cpp
c:\...\quantlib\ql\volatilities\blackvariancesurface.hpp(52) :
error C2653: 'DayCounters' : is not a class or namespace name
c:\...\quantlib\ql\volatilities\blackvariancesurface.hpp(69) :
see reference to class template instantiation 'QuantLib::VolTermStructures::BlackVarianceSurface<Interpolator2D>' being compiled
c:\...\quantlib\ql\volatilities\blackvariancesurface.hpp(52) :
error C2653: 'DayCounters' : is not a class or namespace name
c:\...\quantlib\ql\functions\vols.cpp(61) : see reference to class
template instantiation 'QuantLib::VolTermStructures::BlackVarianceSurface
<class QuantLib::Math::BilinearInterpolation<double const *,double const *,
class QuantLib::Math::Matrix> >' being compiled Error executing cl.exe.
QuantLib_d.lib - 2 error(s), 2 warning(s)
--------------------Configuration: BermudanSwaption - Win32 OnTheEdgeDebug--------------------
Compiling...
BermudanSwaption.cpp
c:\program files\microsoft visual studio\vc98\include\stlport\ctime(33) :
error C2039: 'clock_t' : is not a member of '`global namespace''
c:\program files\microsoft visual studio\vc98\include\stlport\ctime(33) :
error C2873: 'clock_t' : symbol cannot be used in a using-declaration
c:\documents and settings\...\quantlib\ql\utilities\filteringiterator.hpp(185):
fatal error C1506: unrecoverable block scoping error
Error executing cl.exe.
BermudanSwaption.exe - 3 error(s), 0 warning(s)
On Fri, Jul 05, 2002 at 06:35:08PM +0200, Ferdinando Ametrano wrote:
> Hi all
>
> the current CVS snapshot is available at
http://quantlib.org/snapshot.html>
> ciao -- Nando
>
>