Hi, I'm trying to compile the current CVS HEAD version of GHC with ghc 6.2 an Linux/x86, but the build process aborts at the following point:
| ../../ghc/compiler/ghc-inplace -H16m -O -fglasgow-exts -cpp | -Iinclude -"#include" HsBase.h -funbox-strict-fields | -package-name base -O -Rghc-timing -split-objs -c | Data/Generics/Basics.hs -o Data/Generics/Basics.o -ohi | Data/Generics/Basics.hi | Data/Generics/Basics.hs:420:23: parse error on input `Show' | <<ghc: 7049476 bytes, 2 GCs, 51032/51032 avg/max bytes | residency (1 samples), 24M in use, 0.00 INIT (0.00 elapsed), | 0.04 MUT (0.06 elapsed), 0.01 GC (0.01 elapsed) :ghc>> | make[2]: *** [Data/Generics/Basics.o] Error 1 | make[1]: *** [all] Error 1 | make[1]: Leaving directory `/usr/local/src/ghc-current/libraries' | make: *** [build] Error 1 I've looked into the module in question, but I honestly can't see what would cause this error. Any ideas? Peter _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
