Hello! I've tried installing Spock via ``chicken-install`` and had no luck. Can someone explain what should I do to get it running?
I've tried on 2 computers (both run Windows 7, 32-bit; in one case I've used the Chicken+IUP package, in the other I've compiled Chicken from source using ``mingw32-make``) and in both cases got the message "Error: (make) dependency chicken-spock was not made" on both. I hope something can be done to fix this, since compiling Scheme to JavaScript is such a tempting possibility... :) I'll copy the console output (in the end of the letter), maybe it would be useful. Meanwhile, I would like to thank all the Chicken developers for their great work. I'm just a novice at Scheme, but the compiler and the eggs look really great! ____ Best regards, Dmitry Kushnariov C:\Users\kushnaryov_d>chicken-install spock retrieving ... resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi connecting to host "chicken.kitten-technologies.co.uk", port 80 ... requesting "/henrietta.cgi?name=spock&mode=default" ... reading response ... HTTP/1.1 200 OK Via: 1.1 SRV-TMG-01 Connection: close Proxy-Connection: close Transfer-Encoding: chunked Date: Mon, 04 Jun 2012 11:42:39 GMT Content-Type: text/plain Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.9-dev DAV/2 SVN/1.6.17 P HP/5.2.17 mod_fastcgi/2.4.6 reading chunks ........ reading files ... ./TODO ./bind.scm ./chicken-spock.scm ./codegen.scm ./config.js ./config.scm ./core.scm ./debug.js ./driver.scm ./expand.scm ./honu.scm ./misc.scm ./opt.scm ./runtime.js ./sections.scm ./spock/ ./spock/library.scm ./spock/match.scm ./spock/syntax.scm ./spock-compiler.scm ./spock-module.scm ./spock.meta ./spock.setup ./top.scm ./xref.scm spock located at C:\Users\KUSHNA~1\AppData\Local\Temp/temp48b8/spock checking platform for `spock' ... checking dependencies for `spock' ... install order: ("spock") installing spock: ... changing current directory to C:\Users\KUSHNA~1\AppData\Local\Temp/temp48b8/spock "\usr\local\bin\csi" -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"spock\" \"\"))" "C:\Users\KUSHNA~1\AppData\Local\Temp\temp48b8\spock\spock.setup" ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -sS spock-compiler.scm -O3 -d1 -J -o spock-compiler.so Note: global variable `spock-compiler#spock-state-options-set!' is only locally visible and never used Note: global variable `spock-compiler#symbolify' is only locally visible and never used Note: global variable `spock-compiler#spock-state-mstore-set!' is only locally visible and never used Note: global variable `spock-compiler#join' is only locally visible and never used ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -s -O3 -d0 spock-compiler.import.scm ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -sS spock-module.scm -O3 -d1 -J -o spock.so ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -s -O3 -d0 spock.import.scm ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -S -O3 -d0 -feature standalone chicken-spock.scm -o chicken-spock ""\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 "chicken-spock" -library-path spock -optimize -debug -library -o library-debug.js cat config.js runtime.js debug.js library-debug.js > spock/spock-runtime-debug.js ""\usr\local\bin\csc"" -feature compiling-extension -setup-mode -S -O3 -d0 -feature standalone chicken-spock.scm -o chicken-spock Error: (make) dependency chicken-spock was not made Error: shell command terminated with nonzero exit code 70 "\"\\usr\\local\\bin\\csi\" -bnq -setup-mode -e \"(require-library setup-api)\" .. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
