When I am next on my home machine I will look for them. Yes it is in the reports that I have noticed this problem.
/src/report/standard-reports/account-summary.scm is one of them. -----Original Message----- From: Derek Atkins [mailto:[EMAIL PROTECTED] Sent: Monday, 3 March 2003 9:26 AM To: Phillip Shelton Cc: [EMAIL PROTECTED] Subject: Re: libtool: link: only absolute run-paths are allowed Please enumerate the files that are causing problems. The core gnucash app is knowon to work with guile-1.6, although admittedly not all the reports have been tested. So I suspect we'll need to walk through the reports and figure out which ones don't work. If you can get that done soon it can probably make the 1.8.2 release. -derek "Phillip Shelton" <[EMAIL PROTECTED]> writes: > Unfortunately there are some files that hardcode the srfi requirement. > > -----Original Message----- > From: Derek Atkins [mailto:[EMAIL PROTECTED] > Sent: Friday, 28 February 2003 2:44 AM > To: Gansser, Martin > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: libtool: link: only absolute run-paths are allowed > > > "Gansser, Martin" <[EMAIL PROTECTED]> writes: > > > Hi Derek, > > > > I reconfigred now the whole sofware components > > g-wrap-1.3.4 and guile-1.6.0 > > > > #!/bin/csh -f > > # > > setenv LDFLAGS "-L/opt/gnome/lib" > > setenv LD_LIBRARY_PATH "/opt/gnome/lib" > > gmake distclean > > rm config.cache > > rm libtool > > ./configure --prefix=/opt/gnucash --with-glib-prefix=/opt/gnome \ > > --with-gnome-includes=/opt/gnome/include \ > > --with-gnome-libs=/opt/gnome/lib \ > > --with-g-wrap-prefix=/usr/local \ > > --disable-error-on-warning \ > > --disable-openhbcitest \ > > --enable-opt-style-install \ > > --enable-shared \ > > --disable-static \ > > --disable-guppi > > gmake && gmake install > > > > gnucash-1.8.1 compiles and installs now fine with shared library, but fails > > at startup with the following error messages: > > Excellent!! I'm glad you were able to work around this problem. > > > prounix_root:/opt/gnucash/bin # ./gnucash > > <unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) > > #f ...): > > <unnamed port>: Loaded gnucash srfi-2.scm in unknown Guile version:1.6.0. > > If you're running a Guile newer than 1.4, then this file should > > not have been installed. Please report the bug. > > > > any suggestion ? > > Yea, you need to 'rm -rf' the old install of GnuCash and then "gmake > install" again. The problem is that you built GnuCash against > guile-1.4. When you did so, it determined that it needed to install > some srfi (scheme) libraries. Those libraries are not necessary for > guile-1.6, and indeed (as you have found) cause an error if they are > installed with guile-1.6. > > So, basically, go remove the 'srfi' files from the gnucash scheme > library directory in your install tree and it should fix this problem. > > > thanks Martin > > > > PS: there is a Problem with the Mailinglist, not reachable ! > > Yea -- I've contacted Linas about it. > > -derek > > -- > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory > Member, MIT Student Information Processing Board (SIPB) > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH > [EMAIL PROTECTED] PGP key available > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
