Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-21 Thread Peter Bex
On Tue, Aug 21, 2018 at 01:10:40AM +0200, Kristian Lein-Mathisen wrote: > Here's a summary of the problems I encoutered with C5rc1 on Windows 10: Hi Kris, Many thanks for testing, especially on Windows (which can be pretty grueling!). > - when linking statically, csc is looking for ".o" files

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-20 Thread Kristian Lein-Mathisen
Hi all, and sorry about the late response on this one. On my main Arch Linux, everything I tested has worked except building statically against `check-errors` (ticket 1506 ). Operating system: Arch Linux Hardware platform: x86-64 C Compiler: GCC 8.2.0

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-13 Thread Peter Bex
On Mon, Aug 13, 2018 at 10:41:22AM +0100, Norman Gray wrote: > The installation of spiffy failed with: > > [...] >/Data/tools/chicken-5.0.0rc1-clang/bin/csc -host -D compiling-extension > -J -s -setup-mode -I > /Users/norman/.chicken-install/cache/memory-mapped-files -C >

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-13 Thread Norman Gray
On 13 Aug 2018, at 10:41, Norman Gray wrote: C Compiler: Apple LLVM version 7.0.2 (clang-700.1.81) ...and I should mention that I did the same test with the system 'gcc', which is the GCC front-end with the LLVM back-end, and got the same result. I should further note that yes, these

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-13 Thread Norman Gray
Operating system: OS X 10.10.5 (Yosemite) Hardware platform: x86-64 C Compiler: Apple LLVM version 7.0.2 (clang-700.1.81) Installation works?: yes Tests work?: yes Installation of eggs works?: no The tests produced a number of warnings and errors which I think were either expected or

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-12 Thread kooda
Hi there! Here are some tests results. :D Operating system: Devuan unstable, glibc 2.27 Hardware platform: x86-64 C Compiler: GCC 8.2.0 Installation works?: yes Tests work?: yes Installation of eggs works?: yes (spiffy) Operating system: Alpine Linux edge, musl-libc 1.1.19 Hardware platform: arm

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-12 Thread Peter Bex
Hi all, I also took some time to test on an old Hurd VM I had lying around. Operating system: Debian GNU/Hurd 0.9 (Mach 1.8+git20171101) Hardware platform: x86 C Compiler: GCC 7.2.1 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Cheers, Peter signature.asc

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-12 Thread Peter Bex
Hi all, I tested on Haiku. Operating system: Haiku "Walter" revision hrev50904 Hardware platform: x86 C Compiler: GCC 5.4.0 Installation works?: yes Tests work?: no Installation of eggs works?: no I ran into some trouble with a few eggs, which I've fixed since. I've also posted two patches for

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Christian Kellermann
* Claude Marinier [180811 23:47]: > On Sat, 11 Aug 2018 at 17:33, Peter Bex wrote: > > > On Sat, Aug 11, 2018 at 05:19:40PM -0400, Claude Marinier wrote: > > > claude@GuloGulo:~/Programming/scheme$ chicken-install format > > > ... > > > The format egg has not yet been ported to CHICKEN 5, so

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Claude Marinier
On Sat, 11 Aug 2018 at 17:33, Peter Bex wrote: > On Sat, Aug 11, 2018 at 05:19:40PM -0400, Claude Marinier wrote: > > claude@GuloGulo:~/Programming/scheme$ chicken-install format > ... > The format egg has not yet been ported to CHICKEN 5, so that's why > it cannot be installed. > Hi Peter,

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Peter Bex
On Sat, Aug 11, 2018 at 05:19:40PM -0400, Claude Marinier wrote: > claude@GuloGulo:~/Programming/scheme$ chicken-install format > Server error: > Error: [Server] no such extension or version > "format" > #f > Server error: > Error: [Server] no such extension or version > "format" > #f > Error:

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Claude Marinier
Good afternoon, Operating system: Ubuntu 18.04.1 LTS Hardware platform: x86_64 (AMD A8-7600) C Compiler: gcc 7.3.0 Installation works?: yes Tests work?: yes Installation of eggs works?: fails to install 'format' claude@GuloGulo:~/Programming/scheme$ chicken-install format Server error: Error:

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Peter Bex
On Sat, Aug 11, 2018 at 09:15:26PM +0200, Peter Sommerfeld wrote: > A scheme/chicken newbie here (second attempt). Hi Peter, Welcome (again) to CHICKEN! > Am 11.08.2018 um 11:43 schrieb Peter Bex: > > After many years of development, we are happy to announce the first > > release candidate of

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Thomas Chust
On Sat, 11 Aug 2018 11:43:58 +0200 Peter Bex wrote: > [...] > After many years of development, we are happy to announce the first > release candidate of the upcoming CHICKEN 5.0.0. This represents the > largest change in CHICKEN since the 4.0.0 release. > [...] Hello, thanks for all the hard

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Peter Sommerfeld
A scheme/chicken newbie here (second attempt). Am 11.08.2018 um 11:43 schrieb Peter Bex: After many years of development, we are happy to announce the first release candidate of the upcoming CHICKEN 5.0.0. This represents the largest change in CHICKEN since the 4.0.0 release. I have

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-11 Thread Alexander Shendi (web.de)
Operating System: Debian 9.4 under Chrome OS. Hardware: ARM64 aka aarch64 C Compiler: gcc 6.3 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Many thanks to the CHICKEN team for making this happen. Best Regards, Alexander Am 11. August 2018 11:43:58 MESZ schrieb