Re: [Chicken-users] Check for NULL struct

2011-03-29 Thread Kon Lovett
On Mar 29, 2011, at 9:46 AM, Cosme Enmanuel Zamudio Salazar wrote: Is there a way to check for a NULL structure returned from a C function? this is the structure (define-record sdl-surface pointer) (define-record-printer (sdl-surface s out) (for-each (lambda (x) (display x out))

[Chicken-users] Check for NULL struct

2011-03-29 Thread Cosme Enmanuel Zamudio Salazar
Is there a way to check for a NULL structure returned from a C function? this is the structure (define-record sdl-surface pointer) (define-record-printer (sdl-surface s out) (for-each (lambda (x) (display x out)) (list "#"))) (define-foreign-type SDL_Surface (c-pointer "SDL_Surface") sd

Re: [Chicken-users] Large file support

2011-03-29 Thread Alan Post
On Tue, Mar 29, 2011 at 09:59:08AM -0400, Mario domenech Goulart wrote: > Hi, > > Is compiling Chicken with _FILE_OFFSET_BITS=64 considered safe on 32bit > platforms? I've quickly tried it on Linux/x86 and it seems to work > fine. > > Is there anything I should be aware regarding to this setting

[Chicken-users] Large file support

2011-03-29 Thread Mario Domenech Goulart
Hi, Is compiling Chicken with _FILE_OFFSET_BITS=64 considered safe on 32bit platforms? I've quickly tried it on Linux/x86 and it seems to work fine. Is there anything I should be aware regarding to this setting? Best wishes. Mario -- http://parenteses.org/mario ___

[Chicken-users] ANN: Test version of new egg release system available

2011-03-29 Thread Peter Bex
Hello everyone, I am pleased to announce that an evaluation version of the distributed system for egg release management has now been implemented. This was done during the Chicken hacking weekend in Cologne, and thanks to the further efforts of Mario and Moritz this week, the system can now be ta