Login  Register

error and fix for building quantlib in vc9

Posted by manas bhatt on Feb 13, 2011; 10:29am
URL: http://quantlib.414.s1.nabble.com/error-and-fix-for-building-quantlib-in-vc9-tp9110.html

HI,

 Since checking out the latest version of quantlib from svn, I was getting the following error while building quantlib in vc9:

1>fdmhullwhitemesher.cpp

1>fdmhestonlikesolverfactory.cpp

1>c1xx : fatal error C1083: Cannot open source file: '.\ql\experimental\finitedifferences\fdmhullwhitemesher.cpp': No such file or directory

1>c1xx : fatal error C1083: Cannot open source file: '.\ql\experimental\finitedifferences\fdmhestonlikesolverfactory.cpp': No such file or directory

 

After removing the entry of the above files and two of these files : fdmhestonlikesolverfactory.cpp and fdmhestonlikesolverfactory.hpp from the vcproj of vc9, I am able to build the quantlib. Is someone forgot to check in the files or they are not needed. If they are not needed, I am attaching the vc9 proj and sln files for quanltib, please update so that the lib builds correctly,

I have also seen the entries for the 4 files in vc8 proj file. Since I didn’t have vc8 compiler, I am not able to modify the sln files for it.

 

Regards,

Manas


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

QuantLib_vc9.sln (36K) Download Attachment
QuantLib_vc9.vcproj (258K) Download Attachment