Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-09 Thread John Cowan
Mario Domenech Goulart scripsit: > egg-pack-sources will detect version mismatches in case we specify a > version that doesn't match the versions required by requested eggs or > dependencies: > > $ egg-pack-sources --output-dir=eggs spiffy:5.1 intarweb:0.9 > Fetching spiffy:5.1 > You reques

Re: [Chicken-users] Need to do an install, any changes in the pipe line I should wait for?

2013-11-09 Thread Mario Domenech Goulart
Hi, On Fri, 08 Nov 2013 17:57:46 + Mario Domenech Goulart wrote: > On Fri, 8 Nov 2013 17:16:11 +0100 Peter Bex wrote: > >> On Fri, Nov 08, 2013 at 08:09:35AM -0800, Thomas Hintz wrote: >>> I use CHICKEN a lot for my own webapps and the main problem I've found >>> in using older versions of

[Chicken-users] chicken-bind generates incorrect code to initialise arrays inside structs

2013-11-09 Thread Markus Maunus
I have the following in a test header: struct FunkyFrizzle { int integer; float submarine; char string[64]; }; typedef struct FunkyFrizzle FunkyFrizzle; double int_exp(double base, int pow); double square(double v); The code generated by chicken-bind appears to treat "string" as a pla