May
I have a question about building QuantLib source on Windows with VC10
express? Error message follows. Thanks a lot!
error report content: 14> Creating library bin\QuantLib-test-suite-vc100-mt-gd.lib and object bin\QuantLib-test-suite-vc100-mt-gd.exp 14>swingoption.obj : error LNK2019: unresolved external symbol "public: __thiscall QuantLib::FdKlugeExtOUSpreadEngine::FdKlugeExtOUSpreadEngine(double,class boost::shared_ptr<class QuantLib::ExtOUWithJumpsProcess> const &,class boost::shared_ptr<class QuantLib::ExtendedOrnsteinUhlenbeckProcess> const &,class boost::shared_ptr<class QuantLib::YieldTermStructure> const &,unsigned int,unsigned int,unsigned int,unsigned int,struct QuantLib::FdmSchemeDesc const &)" (??0FdKlugeExtOUSpreadEngine@QuantLib@@QAE@NABV?$shared_ptr@VExtOUWithJumpsProcess@QuantLib@@@boost@@ABV?$shared_ptr@VExtendedOrnsteinUhlenbeckProcess@QuantLib@@@3@ABV?$shared_ptr@VYieldTermStructure@QuantLib@@@3@IIIIABUFdmSchemeDesc@1@@Z) referenced in function "public: static void __cdecl SwingOptionTest::testKlugeExtOUSpreadOption(void)" (?testKlugeExtOUSpreadOption@SwingOptionTest@@SAXXZ) 14>bin\QuantLib-test-suite-vc100-mt-gd.exe : fatal error LNK1120: 1 unresolved externals ========== Build: 14 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
The VC10 project is probably not updated with the latest files added (it happens all the time, since not all developers have all the IDEs.) You can just look at the svn log to see what's been recently added and update your project. Luigi On Mon, 2011-07-04 at 12:42 +0800, Hong Yu wrote: > > May I have a question about building QuantLib source on Windows with > VC10 express? Error message follows. Thanks a lot! > > error report content: > > 14> Creating library bin\QuantLib-test-suite-vc100-mt-gd.lib and > object bin\QuantLib-test-suite-vc100-mt-gd.exp > 14>swingoption.obj : error LNK2019: unresolved external symbol > "public: __thiscall > QuantLib::FdKlugeExtOUSpreadEngine::FdKlugeExtOUSpreadEngine(double,class boost::shared_ptr<class QuantLib::ExtOUWithJumpsProcess> const &,class boost::shared_ptr<class QuantLib::ExtendedOrnsteinUhlenbeckProcess> const &,class boost::shared_ptr<class QuantLib::YieldTermStructure> const &,unsigned int,unsigned int,unsigned int,unsigned int,struct QuantLib::FdmSchemeDesc const &)" (??0FdKlugeExtOUSpreadEngine@QuantLib@@QAE@NABV?$shared_ptr@VExtOUWithJumpsProcess@QuantLib@@@boost@@ABV?$shared_ptr@VExtendedOrnsteinUhlenbeckProcess@QuantLib@@@3@ABV?$shared_ptr@VYieldTermStructure@QuantLib@@@3@IIIIABUFdmSchemeDesc@1@@Z) referenced in function "public: static void __cdecl SwingOptionTest::testKlugeExtOUSpreadOption(void)" (?testKlugeExtOUSpreadOption@SwingOptionTest@@SAXXZ) > 14>bin\QuantLib-test-suite-vc100-mt-gd.exe : fatal error LNK1120: 1 > unresolved externals > ========== Build: 14 succeeded, 1 failed, 0 up-to-date, 0 skipped > ========== > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users -- The doctrine of human equality reposes on this: that there is no man really clever who has not found that he is stupid. -- Gilbert K. Chesterson ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |