From: James M. D. <mdu...@ya...> - 2003-01-05 11:15:16
|
Here is my patch for fixing the libtool and adding debian please apply and test: https://sourceforge.net/tracker/index.php?func=detail&aid=662542&group_id=40789&atid=428923 http://opencxx.sourceforge.net/release/cvs_diff-u.patch you can find the following files : the full source of the package, you can build from this (even if you dont have debian) http://opencxx.sourceforge.net/debian/opencxx_2.6.0-1.tar.gz The debian package, the deb http://opencxx.sourceforge.net/debian/opencxx_2.6.0-1_i386.deb The DSC file for building and installing the deb: http://opencxx.sourceforge.net/debian/opencxx_2.6.0-1.dsc Here you will find the following files : http://opencxx.sourceforge.net/release/ cvs_diff-u.patch -- the patch opencxx-2.6-install.tar.gz -- the results of make install to a temp directory and the gz : make install prefix=~/development/opencxx/opencxx-2.6.0-install cd ~/development/opencxx/ tar -czf ../opencxx-2.6-install.tar.gz opencxx-2.6.0-install opencxx-2.6.0-2-alien.i386.rpm -- the rpm created from the deb via alien opencxx-2.6.0-alien.tar.gz -- the tgz created from the deb via alien opencxx-2.6.0-dist.tar.gz -- the tgz created from make dist I have not heard from any of you yet. can you build from cvs? I have deleted all and trying to rebuild from scratch. here are my errors here is my first problem : ------------------------------------------ updating cache ./config.cache ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed .......................................... ok, so it needs a ltconfig? and ltcf-c.sh *But you should provide an ltconfig.in!* I have taken that from gcc this time. libtoolize --automake -c --debug -f --ltdl > libtool.log 2>&1 and ./configure. ooops, the aclocal is messed up # AC_LTDL_ENABLE_INSTALL # ---------------------- AC_DEFUN([AC_LTDL_ENABLE_INSTALL], [AC_ARG_ENABLE(ltdl-install, [ --enable-ltdl-install install libltdl]) AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" != xno) AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" != xno) ]) ])# AC_LTDL_ENABLE_INSTALL ----------- now to get this running i had to comment out this last line in my aclocal ])# AC_LTDL_ENABLE_INSTALL to : #])# AC_LTDL_ENABLE_INSTALL ------------------------------ ./tester ################################################################ Started: Sun Jan 5 10:32:24 CET 2003 Platform: i586-pc-linux-gnu User: mdupont ................................................................ Entering dir: /home/mdupont/development/opencxx/opencxx-2.6.0/testsuite/comp Running tnested PASS: tnested Running tstart PASS: tstart Running typeidt XFAIL: typeidt Running typeidv XFAIL: typeidv Leaving dir: /home/mdupont/development/opencxx/opencxx-2.6.0/testsuite/comp Entering dir: /home/mdupont/development/opencxx/opencxx-2.6.0/testsuite/exec Running before PASS: before Running parse1 XFAIL: parse1 Running verbose PASS: verbose Running verbose2 XFAIL: verbose2 Leaving dir: /home/mdupont/development/opencxx/opencxx-2.6.0/testsuite/exec ................................................................ Tests executed: 8 ok, so some of the tests pass. I am packaging this all up: ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |