gcc-4 fail added by DerGuteMoritz on Tue Sep 11 22:29:21 2012

./chicken-boot-stage1.exe  ports.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -types ./types.db   -explicit-use -no-trace -output-file ports.c
gcc-4 -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES  -c     -DC_BUILDING_LIBCHICKEN ports.c -o ports-static.o  -I. -I./
./chicken-boot-stage1.exe  files.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -types ./types.db   -explicit-use -no-trace -output-file files.c
gcc-4 -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES  -c     -DC_BUILDING_LIBCHICKEN files.c -o files-static.o  -I. -I./
files.c:4055:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'argument'
rules.make:131: recipe for target `files-static.o' failed
make[2]: *** [files-static.o] Error 1
make[2]: Leaving directory `/cygdrive/e/core'
rules.make:678: recipe for target `boot-chicken' failed
make[1]: *** [boot-chicken] Error 2
make[1]: Leaving directory `/cygdrive/e/core'
GNUmakefile:60: recipe for target `boot-chicken' failed
make: *** [boot-chicken] Error 2