|
From: Roland L. <rol...@go...> - 2010-02-08 22:25:47
|
On 8 Feb 2010, at 08:05, Siddharth Sharma wrote: > Hello, > I have finally succeeded in compiling all the requisite source code for building a Calc addin. To wit, I compiled log4cxx, ObjectHandler, Quantlib and Quantlib addin and finally managed to run everything without any errors. However, I have not been able to find the file referred to in the documentation as ORIGIN/QuantLibAddinCalc-vc71-mt-0_9_7.rdb > There is no .rdb file to be found anywhere. I did get a file called /usr/local/li/libQuantlibAddin.so. Would appreciate any pointers about where to go from here because I feel I am very close to success. > > thanks in advance for any help. > > cheers > siddharth Hi Siddharth, are you working with the svn trunk or svn 0.9.7 or an older tarball? I have put together calc addin source files in the 0.9.9 branch of the svn tree, see http://quantlib.svn.sourceforge.net/viewvc/quantlib/branches/R000909-branch/QuantLibAddin/Addins/Calc2/ This has been copied to the trunk and the 1.0 branch in the meantime, see http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/QuantLibAddin/Addins/Calc2/ I tested compilation with quantlib 0.9.9., see the Readme.txt in QuantLibAddin/Addins/Calc2 for further prerequisites. The usual build process assumes that the source files are largely generated automatically by gensrc, but gensrc needs to be adjusted for that (I am on it). The last release tarball that came with the source files for the calc addin was 0.9.7 or even 0.9.0, and I'd like to help reanimating this corner of QuantLib. I would be grateful if you would try compiling the files in QuantLibAddin/Addins/Calc2 to have another check on a Linux environment. Regards, Roland |