On 19-Dec-05, at 3:23 AM, Don Blaheta wrote:
Is guile in your path?
guile-1.6 is (as /sw/bin/guile-1.6). Is there some way to specify that
to configure, or should I just symlink it? It looks like configure is
already finding it, though, and yet it still is subbing blanks for
@[EMAIL PROTECTED]
I run the following script to configure lilypond. It works well enough
to compile the binaries, but not docs. OSX 10.3.9, fink.
#!/bin/sh
export
PKG_CONFIG_PATH=/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/freetype219/
lib/pkgconfig:/sw/lib/pango-ft219/lib/pkgconfig:$PKG_CONFIG_PATH
export PYTHON=/sw/bin/python2.3
export GUILE=/sw/bin/guile-1.6
export GUILE_CONFIG=guile-1.6-config
cd lilypond
patch -p1 < ../lilypond-devel.patch
PREFIX=/sw ./lexer-gcc-3.1.sh
nice ./autogen.sh --prefix $HOME/usr/pkg/lilypond
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel