chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] compiling with MSVC


From: Wietse Jacobs
Subject: [Chicken-users] compiling with MSVC
Date: Fri, 12 Dec 2008 17:55:05 +0100

Hello,

I'm trying to compile chicken with MSVC. I've downloaded the
repository and have the unixutils in my path. This is what I get:

D:\source\chicken-scheme>make PLATFORM=msvc PREFIX=c:\chicken4 bootstrap
make -f ./Makefile.msvc bootstrap
make[1]: Entering directory `D:/source/chicken-scheme'
gzip -d -c .\\bootstrap.tar.gz | tar xvf -
library.c
eval.c
data-structures.c
ports.c
files.c
extras.c
lolevel.c
utils.c
tcp.c
srfi-1.c
srfi-4.c
srfi-13.c
srfi-14.c
srfi-18.c
srfi-69.c
posixunix.c
posixwin.c
regex.c
scheduler.c
profiler.c
stub.c
expand.c
chicken-syntax.c
chicken.c
batch-driver.c
compiler.c
optimizer.c
support.c
c-platform.c
c-backend.c
touch *.c
make -f .\\Makefile.msvc STATICBUILD=1 DEBUGBUILD=1 \
  chicken.exe
make[2]: Entering directory `D:/source/chicken-scheme'
cl -nologo -MDd -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. \
  -MT \
  -c -Zi chicken.c -Fochicken-static.obj
cl : Command line warning D9025 : overriding '/MDd' with '/MT'
chicken.c
d:\source\chicken-scheme\chicken.h(44) : fatal error C1083: Cannot open include
file: 'alloca.h': No such file or directory
make[2]: *** [chicken-static.obj] Error 2
make[2]: Leaving directory `D:/source/chicken-scheme'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `D:/source/chicken-scheme'
make: *** [bootstrap] Error 2


I've been able to find out that 'alloca.h' doesn't exist on windows,
but I still don't know how to fix the error...

Thanks,
-- 
--Wietse




reply via email to

[Prev in Thread] Current Thread [Next in Thread]