Re: Problem building guile-gnome

Patrick Bernaud <[email protected]> Thu, 3 Jun 2010 19:32:30 +0200
Newsgroups gmane.lisp.guile.gtk
Message-ID <[email protected]>
Hello,

Romel Sandoval writes:
 > [...]
 > {{{
 > scheme@(guile-user)> (use-modules (gnome gtk))
 > Throw to key `misc-error':
 > ERROR: no code for module (gnome gtk)
 > Entering the debugger. Type `bt' for a backtrace or `c' to continue.

You either have to use the guile-gnome-2 launcher (probably
~/usr/bin/guile-gnome-2) or first load module 'gnome-2' in order to
set up the load and library paths correctly.

Regards,


Patrick