Hello,
I've been trying to install the spock scheme to javascript
compiler from chicken repository on ubuntu 12.04 using
the following command.
However, the
$ sudo chicken-install spock
command fails with the following error message:
--8<---------------cut here---------------start------------->8---
[...]
install order:
("spock")
installing spock: ...
changing current directory to /tmp/temp34cf/spock
/usr/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e
"(import setup-api)" -e "(setup-error-handling)" -e
"(extension-name-and-version '(\"spock\" \"\"))"
/tmp/temp34cf/spock/spock.setup
make: making spock-compiler.so
/usr/bin/csc -feature compiling-extension -setup-mode -sS
spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
Warning: reference to possibly unbound identifier `foldl' in:
Warning: method-name-split
Error: module unresolved: spock-compiler
Error: shell command terminated with non-zero exit status 256:
/usr/bin/chicken spock-compiler.scm -output-file spock-compiler.c -dynamic
-feature chicken-compile-shared -feature compiling-extension -setup-mode
-scrutinize -optimize-level 3 -debug-level 1 -emit-all-import-libraries
make: Failed to make spock-compiler.so: shell command failed with nonzero
exit status 256:
/usr/bin/csc -feature compiling-extension -setup-mode -sS
spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
Error: shell command failed with nonzero exit status 256:
/usr/bin/csc -feature compiling-extension -setup-mode -sS
spock-compiler.scm -O3 -d1 -J -o spock-compiler.so
Error: shell command terminated with nonzero exit code
17920
"/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e
\"(import s...
--8<---------------cut here---------------end--------------->8---
What could be the reason of this error and how could it possibly be fixed?
Thanks in advance,
M.
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users