On Jul 31, 2004, at 2:18 AM, Han-Wen Nienhuys wrote:

[EMAIL PROTECTED] writes:
2.3.9 does not build on MacOS X using the build recipe for 2.3.8:

try this for stepmake/stepmake/metafont-rules.make

Thanks. That went 90% towards making the build succeed. The other 10% was another tiny snag I hit:


diff -ruN lilypond-2.3.9-orig/lily/parser.yy lilypond-2.3.9/lily/parser.yy
--- lilypond-2.3.9-orig/lily/parser.yy 2004-07-31 03:27:19.000000000 -0700
+++ lilypond-2.3.9/lily/parser.yy 2004-07-31 20:45:16.000000000 -0700
@@ -583,7 +583,7 @@
| DIGIT {
$$ = scm_int2num ($1); }
- ; ;
+ ;


 context_def_spec_block:
        CONTEXT '{' context_def_spec_body '}'

apparently, some versions of bison didn't like the extra semicolon (can't say I blame them).

The build now works OK

Matthias



_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to