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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user