[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem installing lilypond
From: |
David Wagner |
Subject: |
Problem installing lilypond |
Date: |
Mon, 12 Nov 2001 12:21:32 -0500 (EST) |
Hi,
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.
I was able to figure out that this is caused by the following
two lines:
setenv GS_FONTPATH "$datadir/afm:/usr/share/lilypond/pfa:$GS_FONTPATH"
setenv GS_LIB "$datadir/ps:$GS_LIB"
which appear in /etc/profile.d/lilypond.csh, which is installed
with lilypond. This file is sourced at every login. GS_FONTPATH
and GS_LIB are not yet defined in my system, hence the error
message.
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.
-Dave
======================================================================
David Wagner address@hidden
Dartmouth College address@hidden
Department of Computer Science http://www.cs.dartmouth.edu/~dwagn
- Problem installing lilypond,
David Wagner <=