chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Can't install Spock


From: Thomas Chust
Subject: Re: [Chicken-users] Can't install Spock
Date: Mon, 04 Jun 2012 14:19:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120427 Firefox/12.0 SeaMonkey/2.9

Дмитрий wrote:
> [...]
>   ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode    -S -O3 
> -d0 -feature standalone chicken-spock.scm -o chicken-spock
>   "chicken-spock" -library-path spock -optimize -library -o library.js
>   cat config.js runtime.js library.js > spock/spock-runtime.js
>   ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode    -S -O3 
> -d0 -feature standalone chicken-spock.scm -o chicken-spock
> [...]

Hello,

this output indicates that the Spock compiler is actually built and runs
without crashing but the build system still tries to recompile the
executable after it has already been built and eventually gives up.

My guess is that this has something to do with Windows file naming
conventions: Probably the generated executable is named
"chicken-spock.exe" but the build system expects to find a target called
"chicken-spock" without any extension, which simply doesn't appear no
matter how often the executable is recompiled ;-)

This can likely be worked around manually without too much trouble.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.



reply via email to

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