Re: guile-gnome . problems getting started

Patrick Bernaud <[email protected]> Fri, 19 Sep 2008 10:13:03 +0200
Newsgroups gmane.lisp.guile.gtk
Message-ID <[email protected]>
Hi,

53 writes:
 > [...]
 > previously exporting 'GUILE_LOAD_PATH' with '/usr/lib/guile-gnome-2/' 
 > doesnt help

That's because GUILE_LOAD_PATH is not the correct variable to set. You
have to add this path to LD_LIBRARY_PATH instead. 

The (gnome-2) module should do that for you: include it before any
other guile gnome module. Or use the guile-gnome-2 script in place of
simple guile (see the comment at the beginning of this file).

HTH,


Patrick