Hi!

Maybe someone wants to document that the CVS ghc from the last few days
(since yacc->happy parser shift?) does not work with happy-1.4. Nevertheless
it works with happy-1.5.


The offending part (although IMHO Printf.lhs is *NOT* the problem!):

------------------------------------------------------------------------
==fptools== make all --no-print-directory -r;
 in /opt/i2/work2/install/ghc/cvs/fptools-solaris2.7/ghc/lib/misc
------------------------------------------------------------------------
rm -f Printf.o ; if [ ! -d Printf ]; then mkdir Printf; else find Printf
-name '*.o' -print | xargs rm -f __rm_food ; fi ;    
../../../ghc/driver/ghc -K32m -H100m -dcore-lint -I. -i../posix
-i../concurrent -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O
-split-objs -odir Printf -static    -c Printf.lhs -o Printf.o -osuf o

Internal Happy error
make[3]: *** [Printf.o] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1



Cheers,
Michael

Reply via email to