|
From: | Răzvan Rotaru |
Subject: | Re: [Chicken-users] building under windows |
Date: | Wed, 7 Nov 2012 10:52:32 +0100 |
From: Răzvan Rotaru <address@hidden>
Subject: Re: [Chicken-users] building under windows
Date: Tue, 6 Nov 2012 10:27:58 +0100
Hi!
> Hi,
>
> I tried to build from the release tarball 4.8.0 (
> http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.tar.gz). The command
> run was:
>
> D:\kit\chicken-4.8.0>mingw32-make PLATFORM=mingw PREFIX=d:/programs/chicken
>> stderr.txt
> 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
> -specialize -types .\types.db -explicit-use -no-trace
> -output-file build-version.c, ...) failed.
> make (e=2): The system cannot find the file specified.
> mingw32-make[1]: *** [build-version.c] Error 2
> mingw32-make: *** [all] Error 2
>
> Attached you can also find stdout.txt.
Try to "touch" build-version.c - you can simply open it with
an editor and add a space somewhere (i.e. just modify and save
it to update the timestamp).
cheers,
felix
[Prev in Thread] | Current Thread | [Next in Thread] |