From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Vollmer To: Julien Rousseau Cc: guile-gtk@sourceware.cygnus.com Subject: Re: problem with (gtk-version-alias gtk) on Alpha (from a newbie) Date: Thu, 11 Nov 1999 13:43:00 -0000 Message-id: <87puxgemdh.fsf@zagadka.ping.de> References: <19991109233442.5989.rocketmail@web1805.mail.yahoo.com> X-SW-Source: 1999-q4/msg00050.html Julien Rousseau writes: > On monday I installed Guile-gtk and it was working fine, until I did > something (I don't know what) that must have break things because it > isn't working any more (I did a clean reinstall of guile-gtk > afterwards but that didn't work either). I suspect that something Guile-unrelated is broken on your system. Maybe NFS is acting up, or something. Wouldn't be the first time. > Now guile-gtk dumps core and when I call (use-modules (gtk gtk)) > from Guile it stalls without doing anything. The `(gtk gtk)' module is implemented in Scheme (as you know), and so there shouldn't be any bad interactions with dynamic linking, I think. Your trace below actually supports this. Ultimately, the module `(gtk-1.2 gtk)' should be loaded, but something seems to be wrong with that file. Can you read the file "~/project/share/guile/gtk-1.2/gtk.scm"? - Marius