Hi all, as it turns out, the latest tarballs weren't the final ones after all. So, if you have any more cycles to spare, please download and try out the new tarballs at <http://quantlib.org/prerelease/>. If nobody reports any showstoppers by next Wednesday, these ones are going to be released. Report here any problems you may have. As usual, I'd particularly appreciate if you tried the library on cygwin or mingw, as I don't have a test environment for those platforms. Also, as we're close to release, I'm partially freezing the 0.9.9 branch; please don't commit anything in its QuantLib and QuantLib-SWIG modules without checking with me first. Thanks, Luigi -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies. -- C. A. R. Hoare ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On 4 November 2009 at 18:15, Luigi Ballabio wrote: | Report here any problems you may have. As usual, I'd particularly | appreciate if you tried the library on cygwin or mingw, as I don't have | a test environment for those platforms. MinGW success using Dev-C++ (which I last used to build QL 0.9.7); also built one example (FittedBondCurve) which runs. Looks good. Also updating the Debian package to 0.9.9~20091104-1. Dirk -- Three out of two people have difficulties with fractions. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Luigi Ballabio
Hi Luigi
compilation fails (INTERNAL COMPILER ERROR) when using VC++ 7 (2003) with boost 1.39 I just stopped at the first error in money.cpp line 201 Personally I will not dedicate my time to VC++ 7 support, as it dropped out of my table a lot of time ago, and I don't even have VC 7 boost libs around anymore. ciao -- Nando ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Luigi Ballabio
Hi all, Hi Luigi,
this tarball compiles on both
Mac OS X 10.5.7 with boost 1.39 and
MinGW on Vista on Parallels on Mac OS X with boost 1.34.1
Test suite is passed without erros in both environments.
Regards,
Roland ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Luigi Ballabio
Quoting Luigi Ballabio <[hidden email]>:
> > Hi all, > as it turns out, the latest tarballs weren't the final ones after all. Almost fine and dandy here on a very old CygWin/gcc set on W2K: /gcc/i686-pc-cygwin/3.4.4/ boost 1.38.0 Lib builds and all the examples build and run. Could not build the test-suite because I am having trouble building boost::test on this environment but thats my own problem. The building stops at the emacs/lisp script creation with the message below and the libs do not get installed. >From my ignorance I guess it has something to do with my local emacs installation. If you can please tip me on this one now that I am at it. So there are no code generation problems, I'll blame the other problems to my cygwin installation. This is not a problem I am having now with 0.9.9; it is not the env I normally use. Best regards Pepe -------------------------------------------------------------- [......] make[1]: Entering directory `/cygdrive/c/Documents and Settings/Pepe/Desktop/Q uantLib-0.9.9' WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='quantlib.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ./config/elisp-comp "$@" || exit 1; \ else : ; fi mv: cannot stat `*.elc': No such file or directory make[1]: *** [elc-stamp] Error 1 make[1]: Leaving directory `/cygdrive/c/Documents and Settings/Pepe/Desktop/Qu antLib-0.9.9' make: *** [all-recursive] Error 1 -------------------------------------------------------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |