bug-lilypond
[Top][All Lists]
Advanced

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

Re: Three related bugs...


From: Han-Wen Nienhuys
Subject: Re: Three related bugs...
Date: Mon, 26 Jun 2006 12:06:25 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060614)

Jürgen Reuter schreef:
2006-06-19  Han-Wen Nienhuys  <address@hidden>
...
        * lily/main.cc: switch on relocation by default.


Unfortunately, this breaks lilypond-book on my machine.  I get the following
error:

ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path

Further investigation shows up the following reason:

warning: Relocation:
compile prefix=/home/reuter/project/lilypond-2.9/share/lilypond/2.9.10,
new prefix=/usr/local
PATH=/usr/local/bin (prepend)
...
Effective prefix: "/usr/local/bin/.."

(Note, that I have called autogen.sh with "--prefix=`pwd`".)
Since there is no lily.scm in /usr/local/..., lily dies.

the new recommended method is to run

  <topdir>/out/bin/lilypond

through a wrapper script, eg.

address@hidden:~$ cat ~/bin/lilypond
#!/bin/sh

exec $HOME/src/lilypond/out/bin/lilypond --relocate "$@"



--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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