On Dec 8, 2007 6:12 PM, Marc-Antoine Desroches <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to setup chicken on windows xp, with no luck. > > >mingw32-make.exe PLATFORM=mingw > mingw32-make.exe -f Makefile.mingw all > mingw32-make.exe[1]: Entering directory > `C:/download/chicken-2.732/chicken-2.732' > gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. \ > -c -Os \ > -DC_BUILDING_LIBCHICKEN library.c -o library-static.o > In file included from chicken.h:46, > from library.c:10: > chicken-config.h:1: error: syntax error before '-' token > In file included from chicken.h:191, > from library.c:10: > C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/stdio.h:191: > error: syntax error before "size_t" > C:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/stdio.h:202: > error: syntax error before "size_t" > ... > > I also looked at the wiki where it is suggested to use CMake but it > can't find CMakeLists.txt. >
Hi! (CMake isn't used anymore, so that information was obsolete) Can you send me the contents of the generated chicken-config.h? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
