Re: [Chicken-users] CHICKEN 4.10.0 has been released - apply check hangs

2015-08-09 Thread Claude Marinier
Hi, I finally ungraded Debian from Wheezy to Jessie (pleasantly uneventful); this upgraded gcc to version 4.9.2. Built chicken 4.10.0 and the check hangs as expected (apply test); built with clang and all is well. Switched to MinGW W64 in MS Windows Vista and build chicken 4.10.0 without

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Claude Marinier
On Fri, Aug 7, 2015 at 04:53, Peter Bex wrote: On Fri, Aug 07, 2015 at 09:54:22AM +0200, Christian Kellermann wrote: * Claude Marinier [150806 20:15]: Note that I did not have this problem with the release candidates. Could you try with them again and tell me exactly which one worked?

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Peter Bex
On Fri, Aug 07, 2015 at 09:54:22AM +0200, Christian Kellermann wrote: * Claude Marinier claudem...@gmail.com [150806 20:15]: Note that I did not have this problem with the release candidates. Could you try with them again and tell me exactly which one worked? Because there are no

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Christian Kellermann
* Claude Marinier claudem...@gmail.com [150806 20:15]: Note that I did not have this problem with the release candidates. Could you try with them again and tell me exactly which one worked? Because there are no differences that touch code between the rc4 and the 4.10.0 version in git. If there

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Jeremy Steward
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I'll just chime in here on the side, but I believe I made an edit to the wiki quite some time ago about switching to mingw-64, since at the time I had some issues using the bind egg. Moreover, while I have not tested CHICKEN 4.10 yet, I compiled

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Peter Bex
On Fri, Aug 07, 2015 at 04:08:49PM +0200, Christian Kellermann wrote: Claude Marinier claudem...@gmail.com writes: Is it useful to dig deeper into the problem with the old MinGW or should I just drop it? If you aren't sure about the configuration you experienced the error in I think it's

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Christian Kellermann
Jeremy Steward jer...@thatgeoguy.ca writes: Moreover, while I have not tested CHICKEN 4.10 yet, I compiled CHICKEN 4.9.1 myself on cygwin64 with no error,so it's unlikely any changes need to be made on that front. Note that cygwin comes with a current CHICKEN package :) -- May you be

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread Christian Kellermann
Claude Marinier claudem...@gmail.com writes: Building on rc4 on the same PC with mingw-w64 works without error (also without MSYS). Check works as expected as does numbers egg installation. I have had problems with MinGW and re-installed a couple of times. I am growing less confident in these

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-07 Thread John Cowan
Peter Bex scripsit: One problem with MINGW is that it's badly maintained (unless I'm mistaken, the most recent binary release is from 2013). Mingw-w64 is better maintained, and despite the name it also works on 32 bit systems. I think it does support getc_unlocked. You can find it here:

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-06 Thread Claude Marinier
On Wed, 5 Aug 2015 16:46:17, Claude Marinier wrote: On 4 August 2015 at 21:52, Peter Bex wrote: We are pleased to announce the immediate availability of CHICKEN 4.10.0 at the following URL: http://code.call-cc.org/releases/4.10.0/chicken-4.10.0.tar.gz Hi, Had trouble with this

Re: [Chicken-users] CHICKEN 4.10.0 has been released

2015-08-05 Thread Claude Marinier
On 4 August 2015 at 21:52, Peter Bex pe...@more-magic.net wrote: We are pleased to announce the immediate availability of CHICKEN 4.10.0 at the following URL: http://code.call-cc.org/releases/4.10.0/chicken-4.10.0.tar.gz Hi, Had trouble with this release on MS Windows Vista (32-bit).