bug-lilypond
[Top][All Lists]
Advanced

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

Unable to find file "ice-9/boot-9.scm" in load path


From: Helge Kruse
Subject: Unable to find file "ice-9/boot-9.scm" in load path
Date: Tue, 31 Jan 2012 08:03:55 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

I think this is better in the bug mailing list. Thererfore I sent it here again.

I try to follow the instructions on this page:
http://lilypond.org/doc/v2.14/Documentation/extending/scheme-sandbox.html

Unfortunately I get an error message, when I try to start guile.exe:
  ERROR: In procedure primitive-load-path:
  ERROR: Unable to find file "ice-9/boot-9.scm" in load path

The PATH contains the path to Lilypond: "C:\Program Files (x86)\LilyPond\usr\bin". So I am sure that I use this copy of Lilypond.

The documentation mentions that I have to add an environment variable
C:\> set GUILE_LOAD_PATH="../usr/shr/guile/1.8"
-- same error
The same appears with each of these settings:
GUILE_LOAD_PATH="../usr/shr/guile/1.8"
GUILE_LOAD_PATH="C:/Program Files (x86)/LilyPond/usr/shr/guile/1.8"
GUILE_LOAD_PATH="C:/Program Files (x86)/LilyPond/usr/share/guile/1.8"
GUILE_LOAD_PATH="C:\Program Files (x86)\LilyPond\usr\share\guile\1.8"

Let's check if the directory in GUILE_LOAD_PATH is valid:
C:\> dir /b %GUILE_LOAD_PATH%\ice-9\bo*
boot-9.scm

Now I am convinced that the GUILE_LOAD_PATH is correct. But I failed to start the GUILE prompt. Is there something that I have missed? Is there a way to learn Scheme with my Lilypond 2.14.2?

I am running Lilypond on Windows-7 (64bit) German.

Regards,
Helge




reply via email to

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