> Jan Nieuwenhuizen wrote:
> >...
> > Well, scm_make_gsubr should be in guile-1.4. Did you adjust your
> > library load path to look for guile 1.4 first? (Hint: see what ldd
> > lilypond says.)
>
> ahhhrch! yes, thanks.
>
> so, for other users who would want to run several guile versions, it i
Jan Nieuwenhuizen wrote:
>...
> Well, scm_make_gsubr should be in guile-1.4. Did you adjust your
> library load path to look for guile 1.4 first? (Hint: see what ldd
> lilypond says.)
ahhhrch! yes, thanks.
so, for other users who would want to run several guile versions, it is
important to cha
David Pirotte <[EMAIL PROTECTED]> writes:
> GNU LilyPond 1.4.8lilypond: error while loading shared libraries: lilypond:
>undefined symbol: scm_make_gsubr
Well, scm_make_gsubr should be in guile-1.4. Did you adjust your
library load path to look for guile 1.4 first? (Hint: see what ldd
lilypon
Hi,
i've installed, as recommanded, both
guile-1.4 in $HOME/usr/guile-1.4
LilyPond 1.4.8 PATH=$HOME/usr/guile-1.4/bin:$PATH ./configure
i still can not compile simple lily file, such as the following
one (below error message)
i tried to modify the GUILE_L