|
From: Luigi B. <lui...@gm...> - 2011-02-04 17:23:14
|
On Fri, 2011-02-04 at 16:55 +0000, Alessandro Duci wrote: > compiling with Visual Studio 2010, both in Debug and in Release mode, > the quantlib version at the moment in the repository I get the errors: > > 1>c1xx : fatal error C1083: Cannot open source file: 'ql\experimental > \finitedifferences\fdmhestonlikesolverfactory.cpp': No such file or > directory > 1>c1xx : fatal error C1083: Cannot open source file: 'ql\experimental > \finitedifferences\fdmhullwhitemesher.cpp': No such file or directory The projects might be out of date. Instead of trunk, check out branches/R01010x-branch (from which I'll release 1.1 this month, I hope.) It should compile correctly. Luigi -- Testing can never demonstrate the absence of errors in software, only their presence. -- W.E. Dijkstra |