Re: [Chicken-users] Wiki (early) spring cleaning!

2009-03-02 Thread felix winkelmann
On Sat, Feb 28, 2009 at 8:48 PM, Peter Bex peter@xs4all.nl wrote: The cleanup I'm suggesting does not necessarily have to be major, the immediate proposal of this mail is simply to move all the eggdocs to a new subdirectory eggref/3, to match eggref/4 and also to match the egg structure;

Re: [Chicken-users] alist-hash-table bug

2009-03-02 Thread felix winkelmann
On Sun, Mar 1, 2009 at 11:01 AM, Drew Hess drew.h...@gmail.com wrote: On Sat, Feb 28, 2009 at 11:53 PM, Drew Hess dh...@bothan.net wrote: Hi, I'm able to consistently reproduce a segfault using alist-hash-table with Chicken 3.4.0 on 3 different platforms: Debian unstable x86-64, Mac OS X

[Chicken-users] [Scheme Steering Committee announcements] New Scheme Language Steering Committee

2009-03-02 Thread Mitchell Wand
I am pleased to officially announce the results of the election for the Scheme Language Steering Committee. The new Steering Committee will be: - Marc Feeley - Jonathan A Rees - William D Clinger Details may be found at http://www.r6rs.org/steering-committee/election/results.html .

[Chicken-users] objc egg and 10.5

2009-03-02 Thread Derrell Piper
objc egg's blowing up under 10.5. Is there a fix? fluffy% chicken-setup -l chicken-wrap Version: 1.92 easyffi Version: 1.92 (Release 200802130216) readline

[Chicken-users] Re: objc egg and 10.5

2009-03-02 Thread Derrell Piper
To answer my own question, it helps if you install libffi first... Derrell ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] objc egg and 10.5

2009-03-02 Thread Jim Ursetto
On Mon, Mar 2, 2009 at 9:05 AM, Derrell Piper d...@electric-loft.org wrote: objc egg's blowing up under 10.5.  Is there a fix? objc-support.m:460:17: error: ffi.h: No such file or directory Hi, Did you install libffi? See http://chicken.wiki.br/objc#requirements. Try libffi-20071207 on

[Chicken-users] Threads and dynamic-wind still problematic

2009-03-02 Thread Peter Bex
Hi, I just got bitten by this problem: http://lists.gnu.org/archive/html/chicken-users/2008-04/msg00023.html I'm increasing and decreasing a mutex value based on how many threads are doing some work. When they stop working, the mutex is decreased and when they start, the mutex is increased. I