Re: [Chicken-users] Build Failure (maybe infinite recursion) on x86_64 Linux

2009-03-06 Thread felix winkelmann
On Wed, Mar 4, 2009 at 4:32 PM, Taylor Venable wrote: > Hi all, > > When building Chicken 3.4.7 and higher (up to 3.5.2) on Ubuntu 8.10 > x86_64 the chicken compiler goes into an infinite recursion.  CPU > usage spikes, memory usage increases boundlessly, and no output is > ever produced.  In Chic

Re: [Chicken-users] PS-tk documentation missing?

2009-03-06 Thread Phil Bewig
I am the maintainer of PS/Tk. The official version is on SourceForge, and includes the code necessary to run in Chicken; in fact, Chicken was the first Scheme implementation for which PS/Tk was originally developed. I believe Chicken provides a customized version, but am not familiar with the det

Re: [Chicken-users] Build Failure (maybe infinite recursion) on x86_64 Linux

2009-03-06 Thread Taylor Venable
On Fri, Mar 06, 2009 at 01:45:10PM +0100, felix winkelmann wrote: > On Wed, Mar 4, 2009 at 4:32 PM, Taylor Venable wrote: > > Hi all, > > > > When building Chicken 3.4.7 and higher (up to 3.5.2) on Ubuntu 8.10 > > x86_64 the chicken compiler goes into an infinite recursion. ?CPU > > usage spikes,

Re: [Chicken-users] PS-tk documentation missing?

2009-03-06 Thread felix winkelmann
On Fri, Mar 6, 2009 at 6:30 AM, Matthew Welland wrote: > FYI: The link on the PS-tk egg wiki page seems dead. I did see some docs for > PS-tk on sourceforge: http://sourceforge.net/projects/pstk > > If desired I can cut 'n paste the sourceforge doc into the wiki but no > promises on keeping all th

Re: [Chicken-users] PS-tk documentation missing?

2009-03-06 Thread felix winkelmann
On Fri, Mar 6, 2009 at 7:37 AM, Matthew Welland wrote: > I noticed the "tk" egg minutes after sending my previous email. The tk egg > seems to have nice documentation and it works on my Nokia n800. However the > PS-tk egg does not: > > snip > Nokia-N800-50-2:~# csi > > CHIC

[Chicken-users] utf8-srfi-13 and string-join

2009-03-06 Thread Timothy Beyer
Hi, I just found out today that the utf8 version of srfi-13 doesn't have or export string-join. (though the non-utf8 version does) I'll probably roll my own version for my own use until it is added, but I don't know how to write one that is properly utf8-aware, so I don't think it would be w

Re: [Chicken-users] utf8-srfi-13 and string-join

2009-03-06 Thread Alex Shinn
Timothy Beyer writes: > I just found out today that the utf8 version of srfi-13 > doesn't have or export string-join. (though the non-utf8 > version does) I'll probably roll my own version for my own > use until it is added, but I don't know how to write one > that is properly utf8-aware, so I d

[Chicken-users] Re: [Chicken-hackers] locale and chicken >= 3.4.7

2009-03-06 Thread Kon Lovett
On Mar 6, 2009, at 2:54 PM, Timothy Beyer wrote: Hi, (My first post was rejected by the list, so I sent it again; I hope it doesn't send two copies) I know that I'm not supposed to depending on the development versions of chicken, but I really wanted irregex -- I have lots and lots of

[Chicken-users] setting a callback in xlib

2009-03-06 Thread Eduardo Cavazos
Hello, Xlib has a function 'XSetErrorHandler'. You pass a callback to it to specify the new error handler. Here's the relevant code from 'Xlib.h': -- typedef int (*XErrorHandler) ( Display*/* display */, XE

[Chicken-users] ANN: Chicken 4 box, mailbox, stack, synch, setup-helper

2009-03-06 Thread Kon Lovett
Hi Folks, Some new eggs for Chicken 4. box:2.0.0, mailbox:2.0.0, stack:2.0.0, synch:2.0.0 are updated from the Chicken 3 originals. All are modules. mailbox & synch have unchanged APIs. box & stack have some changes to the API. synch is still missing a test-suite :-( setup-helper:1.0.0 is