lilypond-devel
[Top][All Lists]
Advanced

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

Re: Metafont blows up in 2.3.9 build


From: Matthias Neeracher
Subject: Re: Metafont blows up in 2.3.9 build
Date: Sat, 31 Jul 2004 23:50:41 -0700


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

address@hidden 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





reply via email to

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