[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem installing lilypond
From: |
Jan Nieuwenhuizen |
Subject: |
Re: Problem installing lilypond |
Date: |
12 Nov 2001 22:41:56 +0100 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1 |
David Wagner <address@hidden> writes:
> I discovered, after installing lilypond 1.4.7, that
> I would get the error message: Undefined variable GS_FONTPATH
> whenever I logged in, and that would then cause further
> problems in the login procedure.
Yes, indeed. Sorry about that. 1.4.8 still has this problem.
> This could be fixed easily by enclosing these statements in
> an if block which tests if GS_FONTPATH and then GS_LIB are already
> defined.
This will be fixed in 1.4.9, we now have:
set datadir="@datadir@"
if ( $?GS_FONTPATH ) then
setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
else
setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa"
endif
if ( $?GS_LIB ) then
setenv GS_LIB "$datadir/ps:$GS_LIB"
else
setenv GS_LIB "$datadir/ps"
endif
in buildscripts/lilypond-login.sh
Greetings,
Jan.
--
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org