Re: More g-wrap problems with GnuCash

2001-01-18 Thread Derek Atkins
Rob Browning <[EMAIL PROTECTED]> writes: > Normally, in Debian at least, I'd add cmds to the debian/rules file to > create symlinks like that before building the package, if the "make > install" step didn't do that. Can we do that in the spec.in? > > Also, for whatever reason, "make install" he

Re: More g-wrap problems with GnuCash

2001-01-18 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > At this point the only remaining problem is that g-wrap installs > libgw-runtime.so.0.0.0 but there is no symlink from .so.0 -> > .so.0.0.0 so guile can't find it. However, this version of the .so > _does_ appear to work. Normally, in Debian at least,

Re: More g-wrap problems with GnuCash

2001-01-18 Thread Derek Atkins
Rob Browning <[EMAIL PROTECTED]> writes: > Are you sure you did a make clean or at least an "rm src/guile/gnc.c" > before rebuilding? This looks like you don't have a gnc.c built by > 1.1.8... You're right, it wasn't. The problem is that I had manually renamed libgw-runtime.so.0.0.0 to libgw-r

Re: More g-wrap problems with GnuCash

2001-01-18 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Rob Browning <[EMAIL PROTECTED]> writes: > > > Derek Atkins <[EMAIL PROTECTED]> writes: > > > > > Ok, I look forward to seeing what you have to say. This is when I > > > really wish guile had a better debugging infrastructure. > > > > Agreed. > > >

Re: More g-wrap problems with GnuCash

2001-01-17 Thread Derek Atkins
Rob Browning <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Ok, I look forward to seeing what you have to say. This is when I > > really wish guile had a better debugging infrastructure. > > Agreed. > > /me hacked the g-wrap generated module initialization code t

Re: More g-wrap problems with GnuCash

2001-01-17 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Ok, I look forward to seeing what you have to say. This is when I > really wish guile had a better debugging infrastructure. Agreed. /me hacked the g-wrap generated module initialization code to do conditionally in 1.3 on the C side what guile realize

Re: More g-wrap problems with GnuCash

2001-01-17 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Well, I now get a different error. ;) > > Ready> /var/tmp/gnucash/bin/gnucash --evaluate '(display %load-path)' > ERROR: In procedure gsubr-apply in expression (scm-error (quote misc-error) #f ...): > ERROR: not-a-record #f OK, I've got a guile 1.3 g-w

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Derek Atkins
Rob Browning <[EMAIL PROTECTED]> writes: > Derek Atkins <[EMAIL PROTECTED]> writes: > > > Nope, that's not it. g-wrap is installed in /usr (as per the RPM): > > > /usr/share/guile/g-wrapped/libgw-runtime.so.0.0.0 > > I think this is the problem -- I *believe*, though I'm not rock-solid > enou

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Nope, that's not it. g-wrap is installed in /usr (as per the RPM): > /usr/share/guile/g-wrapped/libgw-runtime.so.0.0.0 I think this is the problem -- I *believe*, though I'm not rock-solid enough on the issues with the various guile version, ldso vers

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Derek Atkins
Rob Browning <[EMAIL PROTECTED]> writes: > What happens when you evaluate %load-path from the guile command line? > How about from a > > gnucash --evaluate '(display %load-path)' Ready> /var/tmp/gnucash/bin/gnucash --evaluate '(display %load-path)' ERROR: In procedure gsubr-apply in expressi

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Nope, that's not it. g-wrap is installed in /usr (as per the RPM): > > Ready> where g-wrap-config > /usr/bin/g-wrap-config > Ready> g-wrap-config --c-link-args guile > -L/usr/lib -lg-wrap-runtime-guile What happens when you evaluate %load-path from th

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Derek Atkins
Nope, that's not it. g-wrap is installed in /usr (as per the RPM): Ready> where g-wrap-config /usr/bin/g-wrap-config Ready> g-wrap-config --c-link-args guile -L/usr/lib -lg-wrap-runtime-guile Here are all the g-wrap files installed: Ready> rpm -ql g-wrap g-wrap-devel /usr/doc/g-wrap-1.1.7 /usr

Re: More g-wrap problems with GnuCash

2001-01-16 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > Ok, I'm still having problems with GnuCash and g-wrap. I finally > got everything to compile cleanly on RH 6.2 (I'll send patches in > once I get it up and actually running). However, when I try to > run GnuCash, it exits with the following error: > >

More g-wrap problems with GnuCash

2001-01-16 Thread Derek Atkins
Ok, I'm still having problems with GnuCash and g-wrap. I finally got everything to compile cleanly on RH 6.2 (I'll send patches in once I get it up and actually running). However, when I try to run GnuCash, it exits with the following error: ERROR: In procedure gsubr-apply in expression (scm-er