lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile, Mac OS X


From: Graham Percival
Subject: Re: Guile, Mac OS X
Date: Mon, 19 Dec 2005 10:24:38 -0800


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
@address@hidden

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]