From mboxrd@z Thu Jan 1 00:00:00 1970 From: grib@gnumatic.com (Bill Gribble) To: Ariel Rios Cc: guile-user@gnu.org, guile-gtk@sourceware.cygnus.com Subject: Re: Current status of guile-gnome/guile-gtk? Date: Fri, 20 Apr 2001 06:56:00 -0000 Message-id: <20010420085639.A29249@gnumatic.com> References: <20010419160201.A16701@gnumatic.com> <987720726.1048.2.camel@soleil> X-SW-Source: 2001-q2/msg00018.html On Thu, Apr 19, 2001 at 06:52:06PM -0400, Ariel Rios wrote: > What do you mean by broken? Which version of gnome-guile? > What is the problem? firetrap> guile guile> (use-modules (gnome gnome)) guile> (gnome-init-hack "test" #f '()) [GNOME segmentation fault dialog] The backtrace would be rather useless because it's all scm_ functions with no debugging info. My guess is that the wrapper definitions are somehow out of date WRT current GNOME. The the Debian maintainer says he sent a bug report but I can't find it on bugzilla; the original Debian bug report is at http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=69144 It's against an older version but the problem is the same. BTW, both the libguilegnome / libguilegtk and guile Debian maintainers listed below work for Gnumatic too, and I'm pretty much in continuous communication with both of them on irc.gnome.org #gnucash so I can help with communication if necessary. Thanks, Bill Gribble Gnumatic firetrap> dpkg --status libguilegnome0 Package: libguilegnome0 Status: install ok installed Priority: optional Section: libs Installed-Size: 547 Maintainer: James LewisMoss Source: gnome-guile Version: 1:0.19-pre0.20-5 firetrap> dpkg --status guile1.4 Package: guile1.4 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 124 Maintainer: Rob Browning Source: guile-core Version: 1:1.4-10 firetrap>