[Chicken-users] embedded-test and format-compiler ported to chicken 4

2010-07-06 Thread Alejandro Forero Cuervo
OK, with great help from many of you, —for which I'm very grateful—, I managed to get the format-compiler and the embedded-test eggs to work in Chicken 4.5.0. chicken-install can now correctly download and install them. The embedded-test egg provides a simple interface to define unit tests for

Re: [Chicken-users] clueless about memory consumtion

2010-07-06 Thread F. Wittenberger
Am Dienstag, den 06.07.2010, 00:19 +0200 schrieb Thomas Chust: 2010/7/5 Jörg F. Wittenberger joerg.wittenber...@softeyes.net: [...] I'm surprised about the memory consumption pattern my chicken program exhibits after some hours running. [...] whereby the difference has a change to be

Re: [Chicken-users] bug in let-optionals in 4.5.0?

2010-07-06 Thread Felix
From: Alejandro Forero Cuervo a...@freaks-unidos.net Subject: Re: [Chicken-users] bug in let-optionals in 4.5.0? Date: Mon, 5 Jul 2010 23:17:29 +0200 Thanks for the quick fix! Can I assume that this will be fixed in the next Chicken release? Do you have a rough estimate of when the next

Re: [Chicken-users] embedded-test and format-compiler ported to chicken 4

2010-07-06 Thread Felix
From: Alejandro Forero Cuervo a...@freaks-unidos.net Subject: [Chicken-users] embedded-test and format-compiler ported to chicken 4 Date: Tue, 6 Jul 2010 11:55:25 +0200 OK, with great help from many of you, —for which I'm very grateful—, I managed to get the format-compiler and the

Re: [Chicken-users] clueless about memory consumtion

2010-07-06 Thread Felix
From: Jörg F. Wittenberger joerg.wittenber...@softeyes.net Subject: [Chicken-users] clueless about memory consumtion Date: Mon, 05 Jul 2010 21:09:44 +0200 As it appears from more or less regular watching top I see the process as if was growing once open a time for a while in steps of 2M per

[Chicken-users] Build failure on Cygwin from git

2010-07-06 Thread John Cowan
New job, back to Windows, back to Chicken on Cygwin. I loaded the current state of the git repository plus the Windows bootstrap, and did $ make PLATFORM=cygwin CHICKEN=./chicken-boot-4.4.1-mingw-msys-x86.exe All went well until I got this warning: gcc -L. chicken-profile.o -o

[Chicken-users] qt egg hello world example broken

2010-07-06 Thread Martin DeMello
The qt egg example on http://chicken.wiki.br/eggref/4/qt doesn't work out of the box - Qt seems to want classForm/class rather than [class] Form in the ui file, and likewise for all other such declarations. martin ___ Chicken-users mailing list

Re: [Chicken-users] qt egg hello world example broken

2010-07-06 Thread Mario Domenech Goulart
Hi Martin On Wed, 7 Jul 2010 02:21:50 +0530 Martin DeMello martindeme...@gmail.com wrote: The qt egg example on http://chicken.wiki.br/eggref/4/qt doesn't work out of the box - Qt seems to want classForm/class rather than [class] Form in the ui file, and likewise for all other such