|
I am trying to build and run the Client\CppSwapOut example as part of the QuantLibAddin . However it doesn't appear to be setup to build in VS2015, rather VS2013. I have installed the v120 tools to alleviate some of the problems. But am still getting the build errors below. Any suggestions?
Thanks.
Severity Code Description Project File Line Suppression State
Error U1052 file '..\..\gensrc\dependencies.vc' not found qlgensrc C:\Users\alan\DEV\QuantLibAddin\gensrc\Makefile.vc 9
Error MSB3073 The command "NMAKE /f Makefile.vc" exited with code 2. qlgensrc C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38
Error U1052 file '..\..\gensrc\dependencies.vc' not found ohgensrc C:\Users\alan\DEV\ObjectHandler\gensrc\Makefile.vc 9
Error MSB3073 The command "NMAKE /f Makefile.vc" exited with code 2. ohgensrc C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38
Error C2664 'QuantLib::BlackSwaptionEngine::BlackSwaptionEngine(QuantLib::BlackSwaptionEngine &&)': cannot convert argument 2 from 'const QuantLib::Handle<QuantLib::SwaptionVolatilityStructure>' to 'QuantLib::Volatility' QuantLibObjects C:\Users\alan\DEV\QuantLibAddin\qlo\pricingengines.cpp 94
Error LNK1104 cannot open file 'C:\Users\alan\DEV\QuantLibAddin\lib\QuantLibObjects-vc120-x64-mt-gd-1_9_0.lib' ClientCppSwapOut C:\Users\alan\DEV\QuantLibAddin\Clients\CppSwapOut\LINK 1
|