Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-08-02 Thread Peter Bex
Hi all, More successful testing: Operating system: Haiku R1/Alpha4 Hardware platform: x86 C Compiler: GCC 2.95.3 Installation works?: yes [*] Tests work?: yes Installation of eggs works?: yes [*] As described in the README, to make it work I had to remove -fwrapv from the C_COMPILER_OPTIONS in

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-08-02 Thread Matt Gushee
On Sun, Aug 2, 2015 at 12:54 PM, Peter Bex pe...@more-magic.net wrote: Hi all, More successful testing: Operating system: Haiku R1/Alpha4 Interesting. Is the Haiku project actually going anywhere? I've tried it and really liked what I saw, but they haven't had a release in almost 3 years.

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-08-02 Thread Peter Bex
On Sun, Aug 02, 2015 at 02:08:34PM -0600, Matt Gushee wrote: Interesting. Is the Haiku project actually going anywhere? I've tried it and really liked what I saw, but they haven't had a release in almost 3 years. Yeah, I was wondering the same. I noticed the release in my VM was from 2012, so

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-08-01 Thread Peter Bex
Hi all, I've tested on Windows Vista. All is well! Detailed results follow: Operating system: Windows Vista cygwin Hardware platform: x86 C Compiler: GCC 4.8.3 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Operating system: Windows Vista mingw-msys Hardware

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Tim van der Linden
Hi all On Mon, 27 Jul 2015 08:58:16 +0200 Peter Bex pe...@more-magic.net wrote: On Mon, Jul 27, 2015 at 08:47:56AM +0200, Sven Hartrumpf wrote: ... This is a known problem with newer GCC versions. Your 2nd machine will need 4 hours or more :-( Correct; the [panic] you noted is actually

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Tim van der Linden
Hi Peter On Mon, Jul 27, 2015 at 08:32:07PM +0900, Tim van der Linden wrote: ... Again, same thing. Before every run I clear out my build area so no remnants of the previous run remain. In the first few lines of the process I can see it uses the compiler I set in the variable: How

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Peter Bex
On Mon, Jul 27, 2015 at 08:32:07PM +0900, Tim van der Linden wrote: The GCC bug is known; I tried to explain this in the RC announcement mail. It will probably disappear with CHICKEN 4.11, if it includes the new argvector branch. If you would like to run the tests through to completion

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Oleg Kolosov
On Jul 27, 2015, at 15:02, Peter Bex pe...@more-magic.net wrote: It gets hardcoded into chicken-config.h the first time you run make. If you run make with a different C_compiler later on, it will only use that C compiler to compile the C files, but csc will use the C compiler from

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Sven Hartrumpf
Hi Tim. Tim wrote: many arguments supported. testing 'apply' with 0..2048 (maximum apply argument count)... If this segfaults on x86-64, try updating GCC (4.5 has a code-generation bug): invoking directly with 0..50... invoking directly with 1998..2048 (maximum interpreted direct argument

Re: [Chicken-users] [Chicken-announce] CHICKEN 4.10.0 release candidate 4 available

2015-07-27 Thread Peter Bex
On Mon, Jul 27, 2015 at 08:47:56AM +0200, Sven Hartrumpf wrote: Hi Tim. Tim wrote: many arguments supported. testing 'apply' with 0..2048 (maximum apply argument count)... If this segfaults on x86-64, try updating GCC (4.5 has a code-generation bug): invoking directly with 0..50...