lilypond-user
[Top][All Lists]
Advanced

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

Re: path to lilypond executable


From: Urs Liska
Subject: Re: path to lilypond executable
Date: Thu, 12 Mar 2015 11:09:17 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0



Am 12.03.2015 um 10:59 schrieb Noeck:
Hi Urs,

I get
=> /home/uliska/lilypond/usr/bin/lilypond
with each of the following:

cd ~
lilypond test-script.ly
cd ~/bin
lilypond test-script.ly
cd ~/lilypond/usr/bin
lilypond test-script.ly
The difference was whether you use path search or not:
lilypond (execute it wherever it is found)
or
./lilypond (execute this file here)

so this should make a difference:
cd ~/lilypond/usr/bin
./lilypond test-script.ly

Ah, now I see.
Yes, it does make a difference:

GNU LilyPond 2.19.16
warning: not relocating, no 2.19.16/ or current/ found under /shared/software/lilyponds/2.19.16/usr/bin/share/lilypond/
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path

which is due to the load script that doesn't set the paths when the executable is done directly.

when I run this from ~/bin (i.e. locally calling the wrapper script) everything's fine again because the wrapper script sets the actual path to the executable.

So it seems I don't have to consider this as an issue.

Thanks for the feedback
Urs

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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