The sql-de-lite package has a small glitch.
$ chicken-install sql-de-lite
building sql-de-lite
/home/dortmann/.cache/chicken-install/sql-de-lite/build-sql-de-lite
-regenerate-import-libraries -M -setup-mode -static -I
/home/dortmann/.cache/chicken-install/sql-de-lite -emit-link-file
/home/dortmann/.cache/chicken-install/sql-de-lite/sql-de-lite.link -host
-D compiling-extension -c -unit sql-de-lite -D
compiling-static-extension -C
-I/home/dortmann/.cache/chicken-install/sql-de-lite -O2 -d2 -inline
-local -types sql-de-lite-cache.types sql-de-lite.scm -o
/home/dortmann/.cache/chicken-install/sql-de-lite/sql-de-lite.static.o
Using built-in SQLite3
csc: the `-c' option cannot be used in combination with multiple input files
Error: shell command terminated with nonzero exit code
16384
"sh /home/dortmann/.cache/chicken-install/sql-de-lite/sql-de-lite.build.sh"
On 2/29/20 8:10 AM, Peter Bex wrote:
Dear CHICKEN users,
We are pleased to announce the immediate availability of CHICKEN 5.2.0
at the following URL:
https://code.call-cc.org/releases/5.2.0/chicken-5.2.0.tar.gz
This tarball has the following SHA256 checksum:
819149c8ce7303a9b381d3fdc1d5765c5f9ac4dee6f627d1652f47966a8780fa
This is mostly a maintenance and bugfix release, and it is recommended
to update to this version if you're already running CHICKEN 5. Of
course, if you're still running CHICKEN 4, now is also a great time to
switch to 5 :)
One important change might cause breakage of existing code: CHICKEN will
now error out when you use -c with multiple files (see #1655 for more
info).
Thanks to everyone who helped to test this release.
For a full list of the changes since 5.1.0, see the NEWS file:
https://code.call-cc.org/releases/5.2.0/NEWS
Kind regards,
The CHICKEN Team