A build of ghc-4.01 fails for me at the following point (exactly the
same as did ghc-4.00, see previous report). Any idea what causes this:
perhaps something to do with yacc versionitis, or something like that?
Slainte,
Alex.
_____
==fptools== gnumake all --no-print-directory -r;
in /export/home/ferguson/ghc-4.01/build/ghc/compiler
------------------------------------------------------------------------
gcc -Iparser -I. -I../includes -O -c parser/hslexer.c -o parser/hslexer.o
gcc -Iparser -I. -I../includes -O -c parser/hsparser.tab.c -o
parser/hsparser.tab.o
parser/hsparser.y: In function `yyparse':
parser/hsparser.y:789: parse error before `}'
parser/hsparser.y:1164: parse error before `}'
gnumake[2]: *** [parser/hsparser.tab.o] Error 1
gnumake[1]: *** [all] Error 1
gnumake: *** [all] Error 1