Re: guile-gnome trouble

2004-12-11 Thread Pedro Kroger
Erik Sandberg <[EMAIL PROTECTED]> writes: > Pedro, I know you're using something like debian/testing also.. do you have a > clue of what could be wrong? Also, are you planning to make a gnome-enabled > debian package of lily 2.5 soon? (in that case I could wait for that before > testing gnome ou

Re: guile-gnome trouble

2004-12-07 Thread Erik Sandberg
On Tuesday 07 December 2004 23.21, Jan Nieuwenhuizen wrote: > Erik Sandberg writes: > > $ set |grep usr/pkg > > GUILE_LOAD_PATH=/home/erik/usr/pkg/g-wrap/share/guile/site:/home/erik/usr > >/pkg/g-wrap/share/guile/site/g-wrap:/home/erik/usr/pkg/guile-gnome/share/g > >uile

Re: guile-gnome trouble

2004-12-07 Thread Jan Nieuwenhuizen
Erik Sandberg writes: > $ set |grep usr/pkg > GUILE_LOAD_PATH=/home/erik/usr/pkg/g-wrap/share/guile/site:/home/erik/usr/pkg/g-wrap/share/guile/site/g-wrap:/home/erik/usr/pkg/guile-gnome/share/guile-gnome-0/gnome/: Remove the trailing /gnome; This is the GNOME in (use-modules (gnome gtk)

Re: guile-gnome trouble

2004-12-07 Thread Erik Sandberg
ik/usr/pkg/g-wrap/share/guile/site:/home/erik/usr/pkg/g-wrap/share/guile/site/g-wrap:/home/erik/usr/pkg/guile-gnome/share/guile-gnome-0/gnome/: LD_LIBRARY_PATH=/home/erik/usr/pkg/guile-gnome/lib/guile-gnome-0:/home/erik/usr/pkg/g-wrap/lib: >guile -s > ~/arch/test/guile-gnome/libgnomecanvas/exa

Re: guile-gnome trouble

2004-12-07 Thread Jan Nieuwenhuizen
ou 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/u

guile-gnome trouble

2004-12-06 Thread Erik Sandberg
t;guile -s foo.scm", for any example from guile-gnome/share/guile-gnome-0/gnome/ 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 libgw

Re: guile-gnome

2004-12-02 Thread Jan Nieuwenhuizen
Erik Sandberg writes: >> > no code for module (gnome gtk) >> >> The guile-gnome modules were not found. > I am having exactly the same problems as Pedro with this stuff, but I can't > fix it... "lilypond --verbose -f 'gnome' foo.ly" outpu

Re: guile-gnome

2004-11-29 Thread Erik Sandberg
you compiled (see output-gnome.scm) > > export > GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$HOME/usr/pkg/g-wrap/ >share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile:$GUILE_LOAD_PA >TH export > LD_LIBRARY_PATH=$HOME/usr/pkg/pango/lib:$HOME/usr/pkg/g-wrap/lib:$HOME/

Re: guile-gnome

2004-11-28 Thread Erik Sandberg
On Sunday 04 July 2004 17.20, Jan Nieuwenhuizen wrote: > Pedro Kroger writes: > > Now it seems to be 'working' (i.e. found the modules), but I got > > > > /home/kroger/lilypond/install//share/lilypond/2.3.5/scm/framework-gnome.s > >cm:129:5: While evaluating arguments to map in expression (map > >

Re: guile-gnome

2004-07-05 Thread Pedro Kroger
On Tue Jul 06, 2004 at 12:00:44AM +0200, Jan Nieuwenhuizen wrote: > It looks like LilyPond uses another font than the PFA font that > xlsfonts finds (see updated output-gnome.scm instructions). Yah, I did the mkfontdir, xset thing already. > Do you have the latest lilypond CVS (not much more than

Re: guile-gnome

2004-07-05 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > Indeed. I recompiled it and went ok this time. Great. > I have a question thought. Is the output of input/example-1.ly > supposed to look like the picture in the link below No, it's supposed to look fairly good. > (because is still experimental) or have I missed somethin

Re: guile-gnome

2004-07-05 Thread Pedro Kroger
On Sun Jul 04, 2004 at 06:36:04PM +0200, Jan Nieuwenhuizen wrote: > Pedro Kroger writes: > > I'll recompile it, double checking if I missed something. > > That's easy: look at the bottom of lily/lily-guile.cc. If you're > using a correct config.h, this should work. Indeed. I recompiled it and we

Re: guile-gnome

2004-07-04 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > [12:51:54] pythagoras kroger $ grep PANGO config.h > #define HAVE_PANGO_CVS 1 > #define HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC 1 > > I'll recompile it, double checking if I missed something. That's easy: look at the bottom of lily/lily-guile.cc. If you're using a cor

Re: guile-gnome

2004-07-04 Thread Pedro Kroger
On Sun Jul 04, 2004 at 05:20:13PM +0200, Jan Nieuwenhuizen wrote: > Could you verify that you have > in your config.h? [12:51:54] pythagoras kroger $ grep PANGO config.h #define HAVE_PANGO_CVS 1 #define HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC 1 I'll recompile it, double checking if I missed

Re: guile-gnome

2004-07-04 Thread Pedro Kroger
On Sun Jul 04, 2004 at 05:05:14PM +0200, Han-Wen Nienhuys wrote: > > Is the description for --enable-gui supposed to be this?: > opps. fixes are welcome. :) ok, fixed in CVS :-) Pedro ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu

Re: guile-gnome

2004-07-04 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > Now it seems to be 'working' (i.e. found the modules), but I got > /home/kroger/lilypond/install//share/lilypond/2.3.5/scm/framework-gnome.scm:129:5: > While evaluating arguments to map in expression (map ly:pango-add-afm-decoder (quote > #)): Hmm, that's odd. --enable-

Re: guile-gnome

2004-07-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Sun Jul 04, 2004 at 10:58:00AM +0200, Jan Nieuwenhuizen wrote: > > Great. You should tell LilyPond (ie, GUILE and the dynamic loader) > > about all this stuff you compiled (see output-gnome.scm) > > thanks for your email. I've added the output-gnome.scm as a file to

Re: guile-gnome

2004-07-04 Thread Pedro Kroger
On Sun Jul 04, 2004 at 10:58:00AM +0200, Jan Nieuwenhuizen wrote: > Great. You should tell LilyPond (ie, GUILE and the dynamic loader) > about all this stuff you compiled (see output-gnome.scm) thanks for your email. I've added the output-gnome.scm as a file to be checked in the last announcement

Re: guile-gnome

2004-07-04 Thread Jan Nieuwenhuizen
/guile/site:$HOME/usr/pkg/g-wrap/share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile:$GUILE_LOAD_PATH export LD_LIBRARY_PATH=$HOME/usr/pkg/pango/lib:$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib:$LD_LIBRARY_PATH Did you do that? > just compile lilypond (without

guile-gnome

2004-07-02 Thread Pedro Kroger
sh guile-gnome.sh now runs fine and compile ok. But, what am I supposed to do next? just compile lilypond (without any extra --option?). I did that and got an error: [13:00:54] pythagoras kroger $ lilypond-bin -f 'gnome' example-2.ly Now processing `example-2.ly' Parsing... Interpreting music...

Re: guile-gnome fails

2004-06-28 Thread Jan Nieuwenhuizen
Nicolas Sceaux writes: > Nicolas Sceaux <[EMAIL PROTECTED]> writes: > >> I've just tried with g-wrap from [EMAIL PROTECTED] instead >> of [EMAIL PROTECTED], guile-gnome compiles fine now. > > and additionally, > guile -s ../src/libgnomecanvas/examples/ca

Re: guile-gnome fails

2004-06-28 Thread Nicolas Sceaux
Nicolas Sceaux <[EMAIL PROTECTED]> writes: > I've just tried with g-wrap from [EMAIL PROTECTED] instead > of [EMAIL PROTECTED], guile-gnome compiles fine now. > and additionally, guile -s ../src/libgnomecanvas/examples/canvas.scm does no

Re: guile-gnome fails

2004-06-28 Thread Nicolas Sceaux
e, probably: > > #3 use guile 1.6.x -- not CVS > PATH=/usr/bin:$PATH > >> ERROR: Unbound variable: system >> make[4]: *** [guile-gnome-gw-gobject.c] Erreur 2 > > You can get around this particular error, though, by commenting-out > the system defines in ice

Re: guile-gnome fails

2004-06-27 Thread Jan Nieuwenhuizen
used to be, and still should be, probably: #3 use guile 1.6.x -- not CVS PATH=/usr/bin:$PATH > ERROR: Unbound variable: system > make[4]: *** [guile-gnome-gw-gobject.c] Erreur 2 You can get around this particular error, though, by commenting-out the system defines in ice-9/slib.scm,

Re: guile-gnome fails

2004-06-27 Thread Nicolas Sceaux
Pedro Kroger <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to compile the GNOME output but I got this error message: > > make[3]: Entrando no diret#rio > `/home/kroger/lilypond/lilypond/buildscripts/test/guile-gnome/=build/glib/gnome/gw' > guil

guile-gnome fails

2004-06-27 Thread Pedro Kroger
Hi, I'm trying to compile the GNOME output but I got this error message: make[3]: Entrando no diret#rio `/home/kroger/lilypond/lilypond/buildscripts/test/guile-gnome/=build/glib/gnome/gw' guile -c \ "(debug-set! stack 20) \ (use-modules (g-wrap)) \ (use-modules (g