Hi Si*o*n,
A couple of weeks I could build the current cvs snapshot using ghc-3.02
on my linux box (redhat 5.0?, gcc 2.7.2.3, linux 2.0.31) - now I'm
dead in the water:
ghc-3.02 -c -o parser/hschooks.o -cpp -fglasgow-exts -Rghc-timing -I.
-IcodeGen -InativeGen -Iparser -iutils:basicTypes:types:hsSyn:prelude:rename:ty
pecheck:deSugar:coreSyn:specialise:simplCore:stranal:stgSyn:simplStg:codeGen:ab
sCSyn:main:reader:profiling:parser:nativeGen -recomp -DDEBUG -dcore-lint
parser/hschooks.c
from parser/hschooks.c:10,
/usr/local/lib/ghc-3.02/includes/StgMacros.h:1698: parse error before
`sigset_t'
make: *** [parser/hschooks.o] Error 1
I tried adding #include <signal.h> to this file - but no luck.
I'm not needing ghc right now - but I'm hoping you guys are gonna hack
some new stuff (iface file, extra closures, new closure naming convention, etc)
into ghc for me soon and I'll need it then.
Alastair