|
From: | lilypond |
Subject: | Re: Issue 1349 in lilypond: Guile 2.0 compat: Scheme macros must be defined/autocompiled before they are used. |
Date: | Tue, 21 Jun 2011 19:28:30 +0000 |
Updates: Cc: jan.nieuwenhuizenComment #10 on issue 1349 by address@hidden: Guile 2.0 compat: Scheme macros must be defined/autocompiled before they are used.
http://code.google.com/p/lilypond/issues/detail?id=1349I've started work on Issue 1686 to allow us to compile our scm/*.scm files to scm/out/*.go and have come across another "feature". It looks like we have .scm files in the list loaded by lily.scm that have dependencies on other .scm files earlier in the list (e.g. markup.scm defining markup?).
I think we need to do some janitor work so that definitions used like this are defined in lily-library.scm (which is the first file loaded in the list).
Cheers, Ian
[Prev in Thread] | Current Thread | [Next in Thread] |