Re: [Chicken-users] chicken 4.8.3 on MinGW

2014-04-03 Thread Peter Bex
On Wed, Apr 02, 2014 at 11:08:35PM -0400, Claude Marinier wrote: Hi, I am happily using Chicken Scheme 4.8.3 on MS Windows 7 and Vista. The key is reading the README file and the helpful web page. There is one problem: make check fails as follows. Note that I built from a Windows

Re: [Chicken-users] chicken 4.8.0.5 on cygwin - stty ECHOPRT

2014-04-03 Thread Alex Shinn
On Mon, Mar 31, 2014 at 3:15 AM, Claude Marinier claudem...@gmail.comwrote: On Sun, 30 Mar 2014, Claude Marinier wrote: I just built chicken 4.8.0.5 on MS Windows Vista with a somewhat recent cygwin. The installation process went well but csi could not find parley. Turns out parley needs

Re: [Chicken-users] chicken-fuse

2014-04-03 Thread Jörg F. Wittenberger
Hi Evan, I made some progress with getting fuse to run in multi threaded mode. Though I avoided direct C-Chicken calls. While I dunno, I'm pretty sure those are not re-entrant. Right now the code is in dire need of some cleanup. E.g. foreign type declarations still on all callbacks, but

Re: [Chicken-users] chicken 4.8.0.5 on cygwin - stty ECHOPRT

2014-04-03 Thread John Cowan
Alex Shinn scripsit: Yes please, I usually only skim subjects :) Ah, then you missed my argument. I'll conditionally compile out ECHOPRT. ECHOPRT should be removed unconditionally. It is not Posix and is only useful on hard-copy terminals, which are non-existent these days. -- John Cowan

[Chicken-users] [ANN] New egg: glfw3

2014-04-03 Thread Alex Charlton
I’ve created an egg that provides bindings to version 3 of the GLFW library (which handles OpenGL contexts, windows and events), which can be found here: https://github.com/AlexCharlton/glfw3-chicken While there are already bindings to GLFW in the Chicken repository, those bindings are

Re: [Chicken-users] chicken 4.8.3 on MinGW

2014-04-03 Thread Claude Marinier
On Thu, 3 Apr 2014, Peter Bex wrote: On Wed, Apr 02, 2014 at 11:08:35PM -0400, Claude Marinier wrote: Hi, I am happily using Chicken Scheme 4.8.3 on MS Windows 7 and Vista. The key is reading the README file and the helpful web page. There is one problem: make check fails as follows. Note

Re: [Chicken-users] chicken 4.8.3 on MinGW

2014-04-03 Thread Mario Domenech Goulart
Hi Claude, On Thu, 3 Apr 2014 19:04:49 -0400 (EDT) Claude Marinier claudem...@gmail.com wrote: On Thu, 3 Apr 2014, Peter Bex wrote: On Wed, Apr 02, 2014 at 11:08:35PM -0400, Claude Marinier wrote: I am happily using Chicken Scheme 4.8.3 on MS Windows 7 and Vista. The key is reading the

Re: [Chicken-users] [ANN] New egg: glfw3

2014-04-03 Thread Mario Domenech Goulart
Hi Alex, On Thu, 03 Apr 2014 10:59:19 -0400 Alex Charlton alex.n.charl...@gmail.com wrote: I’ve created an egg that provides bindings to version 3 of the GLFW library (which handles OpenGL contexts, windows and events), which can be found here: https://github.com/AlexCharlton/glfw3-chicken