tried to build todays head (after make distclean, darcs-all pull
and darcs-all get), and got this failure. the buildbot reports
don't seem to be accessible, either.
this is on win xp, cygwin shell, mingw tools - i thought the new
libffi stuff was not yet enabled for already supported platforms?
claus
make[4]: Entering directory `/cygdrive/c/fptools/ghc/libffi/build'
depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile c:/mingw/bin/gcc -DHAVE_CONFIG_H
-I. -I. -I./include -I
include -I./src -Wall -g -fexceptions -g -O2 -MT src/debug.lo -MD -MP -MF
$depbase.Tpo -c -o src/de
bug.lo src/debug.c &&\
mv -f $depbase.Tpo $depbase.Plo
c:/mingw/bin/gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g
-fexceptions -g -O2
-MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o
In file included from src/debug.c:25:
./include/ffi.h:64:23: ffitarget.h: No such file or directory
In file included from src/debug.c:25:
./include/ffi.h:176: error: syntax error before "ffi_abi"
./include/ffi.h:176: warning: no semicolon at end of struct or union
./include/ffi.h:185: error: syntax error before '}' token
./include/ffi.h:185: warning: type defaults to `int' in declaration of `ffi_cif'
./include/ffi.h:185: warning: data definition has no type or storage class
./include/ffi.h:202: error: syntax error before "ffi_sarg"
./include/ffi.h:202: warning: no semicolon at end of struct or union
./include/ffi.h:203: warning: type defaults to `int' in declaration of `uint'
./include/ffi.h:203: warning: data definition has no type or storage class
./include/ffi.h:207: error: syntax error before '}' token
./include/ffi.h:207: warning: type defaults to `int' in declaration of `ffi_raw'
./include/ffi.h:207: warning: data definition has no type or storage class
./include/ffi.h:220: error: syntax error before "ffi_java_raw"
./include/ffi.h:220: warning: type defaults to `int' in declaration of
`ffi_java_raw'
./include/ffi.h:220: warning: data definition has no type or storage class
./include/ffi.h:224: error: syntax error before '*' token
./include/ffi.h:225: error: `ffi_raw_call' declared as function returning a
function
./include/ffi.h:226: error: syntax error before "void"
./include/ffi.h:229: error: syntax error before '*' token
./include/ffi.h:230: error: syntax error before '*' token
./include/ffi.h:231: error: syntax error before '*' token
./include/ffi.h:237: error: syntax error before '*' token
./include/ffi.h:238: error: `ffi_java_raw_call' declared as function returning
a function
./include/ffi.h:239: error: syntax error before "void"
./include/ffi.h:242: error: syntax error before '*' token
./include/ffi.h:243: error: syntax error before '*' token
./include/ffi.h:244: error: syntax error before '*' token
./include/ffi.h:345: error: syntax error before '*' token
./include/ffi.h:351: error: syntax error before '*' token
./include/ffi.h:352: error: `ffi_call' declared as function returning a function
./include/ffi.h:353: error: syntax error before "void"
In file included from src/debug.c:26:
./include/ffi_common.h:69: error: syntax error before '*' token
./include/ffi_common.h:74: error: syntax error before "ffi_cif"
./include/ffi_common.h:74: warning: no semicolon at end of struct or union
./include/ffi_common.h:77: error: syntax error before '}' token
./include/ffi_common.h:77: warning: type defaults to `int' in declaration of
`extended_cif'
./include/ffi_common.h:77: warning: data definition has no type or storage class
make[4]: *** [src/debug.lo] Error 1
make[4]: Leaving directory `/cygdrive/c/fptools/ghc/libffi/build'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/cygdrive/c/fptools/ghc/libffi/build'
make[2]: *** [all] Error 2
make[1]: *** [libffi.a] Error 2
make: *** [stage1] Error 1
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc