[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] compiling chicken on windows
From: |
Marc-Antoine Desroches |
Subject: |
[Chicken-users] compiling chicken on windows |
Date: |
Sat, 08 Dec 2007 12:12:19 -0500 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
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.
Any tips & tricks are welcome :-)
Thanks,
Marc-Antoine
- [Chicken-users] compiling chicken on windows,
Marc-Antoine Desroches <=