Re: PROBLEM with gnucash svn

2006-05-14 Thread Bengt Thuree
Please check the FAQ on the wiki. http://wiki.gnucash.org/wiki/FAQ In short Q: Running 1.9.x on Debian/Ubuntu crashes with "no code for module (g-wrap gw standard)". What does this mean? A: GnuCash uses g-wrap to interface between C and Guile. Debian/Ubuntu have packaged g-wrap in such a way

PROBLEM with gnucash svn

2006-05-14 Thread Daniel Vetter
Hi all Just downloaded gnucash from svn (rev 14033), installed into ~/testing, but after some wizard, which updated .gconf.path, it just exits with the following log: This is a development version. It may or may not work. Report bugs and other problems to [EMAIL PROTECTED] You can also lookup an

Re: PROBLEM with gnucash svn

2006-05-13 Thread Daniel Vetter
On Sat, May 13, 2006 at 05:43:02PM -0400, Derek Atkins wrote: > Quoting Daniel Vetter <[EMAIL PROTECTED]>: > > >Just svn up'ed, uninstalled the debian-package guile-g-wrap, ran > >autogen.sh and > >configure, but there doesnt seem to be any failed guile-related test > >at all (it > >does check f

Re: PROBLEM with gnucash svn

2006-05-13 Thread Derek Atkins
Quoting Daniel Vetter <[EMAIL PROTECTED]>: Just svn up'ed, uninstalled the debian-package guile-g-wrap, ran autogen.sh and configure, but there doesnt seem to be any failed guile-related test at all (it does check for the g-wrap and gw-standard guile modules and succeds). Nevertheless, gnucash

Re: PROBLEM with gnucash svn

2006-05-13 Thread Daniel Vetter
On Sat, May 13, 2006 at 04:58:17PM -0400, Derek Atkins wrote: > Please CC Gnucash-devel on all replies... > > gnucash checks for both the g-wrap compile-time AND the g-wrap runtime. > yes, that second package is a debian-ism. but Configure is designed > to check for COMPILE time requirements

Re: PROBLEM with gnucash svn

2006-05-13 Thread Derek Atkins
Again, please CC gnucash-devel on all replies... Quoting Daniel Vetter <[EMAIL PROTECTED]>: On Sat, May 13, 2006 at 04:49:43PM -0400, Derek Atkins wrote: Um, what version of SVN? This was fixed a few days ago! configure most certainly (now) checks for this and gives you a warning (NOT a failu

Re: PROBLEM with gnucash svn

2006-05-13 Thread Derek Atkins
Please CC Gnucash-devel on all replies... gnucash checks for both the g-wrap compile-time AND the g-wrap runtime. yes, that second package is a debian-ism. but Configure is designed to check for COMPILE time requirements. guile-g-wrap is a RUNTIME requirement. You don't need it to compile

Re: PROBLEM with gnucash svn

2006-05-13 Thread Derek Atkins
Um, what version of SVN? This was fixed a few days ago! configure most certainly (now) checks for this and gives you a warning (NOT a failure) if it fails to find the runtime library. -derek Quoting Daniel Vetter <[EMAIL PROTECTED]>: Just a resend - now I'm subscribed. This has been fixed by

PROBLEM with gnucash svn

2006-05-13 Thread Daniel Vetter
Just a resend - now I'm subscribed. This has been fixed by installing guile-g-wrap, which provides the file /usr/share/guile/site/g-wrap/gw/standard.scm this one has been missing, which stracing gnucash told me. Perhaps ./configure needs to check this. Yours Daniel --- old mail included Hi