On 06/08/2009 03:14, Manuel M T Chakravarty wrote:
I guess this broke during the recent RTS cleanup...

"/usr/bin/ghc" -optc-O -optc-Wall -optc-Werror
-optc-DTABLES_NEXT_TO_CODE -optc-Iincludes -optc-Irts -H32m -O -Wall
-Werror -H64m -O0 -fasm -i -iincludes/.
-iincludes/dist-derivedconstants/build
-iincludes/dist-derivedconstants/build/autogen
-Iincludes/dist-derivedconstants/build
-Iincludes/dist-derivedconstants/build/autogen -c
includes/mkDerivedConstants.c -o
includes/dist-derivedconstants/build/mkDerivedConstants.o
In file included from includes/Rts.h:171,

from includes/mkDerivedConstants.c:23:0:

includes/rts/FileLock.h:12:0: error: syntax error before 'ino_t'
make[1]: *** [includes/dist-ghcconstants/build/mkDerivedConstants.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from includes/Rts.h:171,

from includes/mkDerivedConstants.c:23:0:

includes/rts/FileLock.h:12:0: error: syntax error before 'ino_t'
make[1]: *** [includes/dist-derivedconstants/build/mkDerivedConstants.o]
Error 1
make: *** [all] Error 2
limitingfactor chak 7 (.../Code/ghc-test):

I probably need a #include <sys/types.h>.  Validating now...

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to