Erik Sandberg writes:

> I'm having lots of trouble installing the necessary libs for GNOME guile 
> output.

> GUILE_LOAD_PATH=/home/erik/usr/pkg/g-wrap/share/guile/site:/home/erik/usr/pkg/g-wrap/share/guile/site/g-wrap:
> LD_LIBRARY_PATH=/home/erik/usr/pkg/g-wrap/lib:

Have you exported these variables?

It looks like you do not set the environment variables for
guile-gnome, only for g-wrap.

Here's what I use

    
GUILE_LOAD_PATH=/home/janneke/usr/pkg/g-wrap/share/guile/site/:/home/janneke/usr/pkg/guile-gnome/share/guile-gnome-0
 
LD_LIBRARY_PATH=/home/janneke/usr/pkg/guile-gnome/lib/guile-gnome-0:/home/janneke/usr/pkg/g-wrap/lib
 guile -s ~/arch/test/guile-gnome/libgnomecanvas/examples/canvas.scm

It looks like there's a bug in the canvas.scm example, remove 

  (gnome-0)
  
from

 (use-modules  ...

> I first installed all relevant Debian packages I can figure out, all from 
> Debian testing. Including:
> libguilegtk-1.2-0_0.31-3_i386.deb
> libguilegtk-1.2-dev_0.31-3_i386.deb
> libgwrapguile-dev_1.3.4-12_i386.deb
> libgwrapguile1_1.3.4-12_i386.deb

These are unneeded.  You only need gnome-devel.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to