Hi Martin
On Wed, 7 Jul 2010 02:21:50 +0530 Martin DeMello
wrote:
> The qt egg example on http://chicken.wiki.br/eggref/4/qt doesn't work
> out of the box - Qt seems to want
>
> Form
>
> rather than
>
> [class] Form
>
> in the ui file, and likewise for all other such declarations.
Thanks for r
The qt egg example on http://chicken.wiki.br/eggref/4/qt doesn't work
out of the box - Qt seems to want
Form
rather than
[class] Form
in the ui file, and likewise for all other such declarations.
martin
___
Chicken-users mailing list
Chicken-users@n
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-profile.
From: Jörg "F. Wittenberger"
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 second
> an then rest a long
From: Alejandro Forero Cuervo
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 embedded-test eggs to work
> in C
From: Alejandro Forero Cuervo
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 release will be made?
Am Dienstag, den 06.07.2010, 00:19 +0200 schrieb Thomas Chust:
> 2010/7/5 Jörg F. Wittenberger :
> > [...]
> > I'm surprised about the memory consumption pattern my chicken program
> > exhibits after some hours running.
> > [...]
> > whereby the difference has a change to be attributed to some
> >
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 pr