chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] building under windows


From: Răzvan Rotaru
Subject: [Chicken-users] building under windows
Date: Mon, 5 Nov 2012 21:52:49 +0100

Hi,

I'm currently trying to build chicken for windows, and am stuck in the following step:

echo.>buildbranch
echo.>buildid
chicken.exe  .\build-version.scm -optimize-level 2 -include-path . -include-path .\ -inline -ignore-repository -feature
chicken-bootstrap -no-warnings  -explicit-use -no-trace -output-file build-version.c
process_begin: CreateProcess(NULL, chicken.exe .\build-version.scm -optimize-level 2 -include-path . -include-path ". -i
nline" -ignore-repository -feature chicken-bootstrap -no-warnings -explicit-use -no-trace -output-file build-version.c,
...) failed.
make (e=2): The system cannot find the file specified.
.\rules.make:558: recipe for target 'build-version.c' failed
mingw32-make[2]: *** [build-version.c] Error 2
mingw32-make[2]: Leaving directory 'D:/personal/chicken-4.8.0'
.\rules.make:678: recipe for target 'boot-chicken' failed
mingw32-make[1]: *** [boot-chicken] Error 2
mingw32-make[1]: Leaving directory 'D:/personal/chicken-4.8.0'
GNUmakefile:60: recipe for target 'boot-chicken' failed
mingw32-make: *** [boot-chicken] Error 2

It seems like I need to have chicken.exe. Can't I compile it without bootstrapping?

Razvan

reply via email to

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