Updates:
Blockedon: -2026
Comment #12 on issue 1686 by ianhuli...@gmail.com: 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.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond