lilypond-devel
[Top][All Lists]
Advanced

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

Re: PHP environment variables: out (among the others)


From: Heikki Johannes Junes
Subject: Re: PHP environment variables: out (among the others)
Date: Tue, 26 Aug 2003 00:23:50 +0300 (EEST)

> Thus, looks like the error is indeed in LilyPond side, which does does not
> recognize the directory structure in `out' variable, but still uses it as a
> part of the compiling directories.

The following script replaces the directories in `out' variable the right
way.

$ echo "out-/dev/vc" | sed -r s?^[^\/]*\|[^\/]+?..?g
../../..
$ echo "out-" | sed -r s?^[^\/]*\|[^\/]+?..?g
..

Where should this replacement be placed? Or should php envvar `out' be
unset before compiling (in all distributions)? What is the role of this
variable? If it is lily-specific, shouldn't its name be `lilyout'?

Greetings,

  Heikki Junes




reply via email to

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