bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1686 in lilypond: Compile scheme files to scm/out when using G


From: lilypond
Subject: Re: Issue 1686 in lilypond: Compile scheme files to scm/out when using Guile V2.n. Also load and run .go files if available
Date: Fri, 06 Jan 2012 07:37:01 +0000

Updates:
        Blockedon: -2026

Comment #12 on issue 1686 by address@hidden: Compile scheme files to scm/out when using Guile V2.n. Also load and run .go files if available
http://code.google.com/p/lilypond/issues/detail?id=1686

Note to self:
Looks like we can't do the same trick to pre-pend to the %load-compiled-path list in Guile 2 as we did with %load-path (Faking a (set! %loadxxx (cons <newdirspec> %loadxxx)) in the main.cc code). Looks like we have to do the "approved" API method of setting the GUILE_LOAD_COMPILED_PATH env variable to <newdirspec> before the Guile Engine is initialized via scm_boot_guile. Looks possibly like working round a bug in Guile 2.0.3 as the set! method works inconsistently on the Guile REPL. The only sure-fire way to do the pre-pend was to set the env variable.





reply via email to

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