Hi all, I've been trying to build QuantLibXL for the last couple of days, but although I can build it dynamically (Release CRTDLL), whatever I do, I can't get the static DLL to compile. All of my directories are stripped of version number (i.e. path\QuantLib path\ObjectHandler, etc), I have the boost/quantlib directories in my include settings, and I have tried to compile using various projects - QuantLibXL (the normal and all static solution), QuantLibAddin, and the individual QLXL solution. Unfortunately they all fail with the same error, which is as below: 4> Creating library .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.lib and object .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.exp 4>quantlibobjects-vc80-mt-s-0_9_0.lib(marketmodels.obj) : error LNK2019: unresolved external symbol "class QuantLib::Disposable<class std::vector<double,class std::allocator<double> > > __cdecl QuantLib::rateVolDifferences(class QuantLib::MarketModel const &,class QuantLib::MarketModel const &)" (?rateVolDifferences@QuantLib@@YA?AV?$Disposable@V?$vector@NV?$allocator@N@std@@@std@@@1@ABVMarketModel@1@0@Z) referenced in function "class std::vector<double,class std::allocator<double> > __cdecl QuantLibAddin::qlRateVolDifferences(class QuantLib::MarketModel const &,class QuantLib::MarketModel const &)" (?qlRateVolDifferences@QuantLibAddin@@YA?AV?$vector@NV?$allocator@N@std@@@std@@ABVMarketModel@QuantLib@@0@Z) 4>quantlibobjects-vc80-mt-s-0_9_0.lib(marketmodels.obj) : error LNK2019: unresolved external symbol "class QuantLib::Disposable<class std::vector<double,class std::allocator<double> > > __cdecl QuantLib::rateInstVolDifferences(class QuantLib::MarketModel const &,class QuantLib::MarketModel const &,unsigned int)" (?rateInstVolDifferences@QuantLib@@YA?AV?$Disposable@V?$vector@NV?$allocator@N@std@@@std@@@1@ABVMarketModel@1@0I@Z) referenced in function "class std::vector<double,class std::allocator<double> > __cdecl QuantLibAddin::qlRateInstVolDifferences(class QuantLib::MarketModel const &,class QuantLib::MarketModel const &,unsigned int)" (?qlRateInstVolDifferences@QuantLibAddin@@YA?AV?$vector@NV?$allocator@N@std@@@std@@ABVMarketModel@QuantLib@@0I@Z) 4>..\xll\QuantLibXL-vc80-mt-s-0_9_0.xll : fatal error LNK1120: 2 unresolved externals
If anyone could shed some light on this, I would be extremely grateful. My only thought is that I have been passing custom flags to gensrc, as I do not have doxygen installed. Thanks in advance! *********** Legal Disclaimer and Other Information*********** The information contained in this e-mail message is intended only for the use of the individual named above. If the reader of this e-mail message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this message is strictly prohibited. If you have received this message in error, please immediately notify us by telephone at 020.7470.7400, and destroy the original message. Moore Europe Capital Management, LLP - One Curzon Street, London, W1J 5HA, UK Registered as a limited liability partnership in England and Wales No: OC322533 with its registered office at One Silk Street, London, EC2Y 8HQ Authorised and regulated by the Financial Services Authority------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hello,
On Wed, June 4, 2008 10:18, Rahul Gupta wrote: > Hi all, > > I've been trying to build QuantLibXL for the last couple of > days, but > although I can build it dynamically (Release CRTDLL), whatever > I do, I > can't get the static DLL to compile. When you say static DLL, I think you mean that you want to compile QuantLibXL with configuration Release, i.e. you want an XLL into which the Microsoft runtime libraries are statically linked? Instructions for doing exactly that can be found here: http://quantlib.org/quantlibaddin/build_tutorial.html > I have tried > to compile using various projects - QuantLibXL (the normal and > all > static solution), QuantLibAddin, and the individual QLXL > solution. If you follow the tutorial mentioned above, then you only need to use one solution, QuantLibAllStatic_vc8.sln. > My only thought is that I have been passing custom flags to > gensrc, as I > do not have doxygen installed. If you follow the tutorial, there is no need for you to have doxygen installed on your machine, and no need to make any changes to the gensrc settings. Regards, Eric ------------------------- Eric Ehlers nazcatech sprl | Brussels | http://www.nazcatech.be Distributed computing for pricing analytics - Use Microsoft Excel as a client to the Grid ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Eric,
You are correct with regards to the build option, by static I was referring to Release rather than Release DLL. I can assure you that the very first thing I did was read the tutorial, and nevertheless I was having some major problems with the aforementioned error. Strangely enough, after I did a full rebuild (starting from the QL base library itself), the error somehow fixed itself. I can only guess at this point, that errors were due to some 'dirty' object files being mis-linked somehow. Best wishes, Rahul
|
Free forum by Nabble | Edit this page |