|
From: Siddharth S. <sv...@in...> - 2010-02-05 13:23:22
|
Roland, thanks for the reply. I have made some progress in compiling the addin. However, when I run ./configure in log4cxx-0.10.0/src/apr, I get the following error. -------------------------------------------------- checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking whether system uses EBCDIC... no performing libtool configuration... ./configure: line 9564: syntax error near unexpected token `lt_decl_varnames,' ./configure: line 9564: `lt_if_append_uniq(lt_decl_varnames, SED, , ,' ---------------------------------------------------- I am on Ubuntu 9.10 svs@ludwig:~$ uname -a Linux ludwig 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux svs@ludwig:~$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) thanks in advance for your help siddharth i.t. solutions / intellecap --------------------------------- email: sv...@in... mobil: 98335 98327 skype: svsharma On Fri, Feb 5, 2010 at 2:58 AM, Roland Lichters < rol...@go...> wrote: > Hello, could someone help me get old of gensrc.py? The CVS checkout from >> the sourceforge project did not have a .py file. I am trying to compile the >> Addin for OpenOffice. >> >> Hi Siddarth, > it is in > http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/gensrc/ > or in the older branches. You will need > http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/gensrc/ > http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/log4cxx > http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/ObjectHandler > http://quantlib.svn.sourceforge.net/viewvc/quantlib/trunk/QuantLibAddin > for the Addin. Please let me know how you get ahead with the addin compile. > Which platform are you using? > Regards, > Roland > > |