Re: [Chicken-users] Two Eggs Repo Access

2008-01-15 Thread Mario Domenech Goulart
Hi Ozzi, On Tue, 15 Jan 2008 09:08:26 -0600 Ozzi [EMAIL PROTECTED] wrote: I've written two eggs. Comments are appreciated. Great! Thanks a lot for you contributions! I'd like access to the SVN repo as well, to release them. Username: ozzilee. It's done. The statvfs and filesystem

[Chicken-users] libchicken universal?

2008-01-15 Thread Heinrich Taube
hi, since chicken compiles on osx ppc and intel is it possible to compile it as a universal lib? Im getting ready to ship chicken in an osx app bundle and this would save some release headaches. best,rick ___ Chicken-users mailing list

Re: [Chicken-users] libchicken universal?

2008-01-15 Thread Zbigniew
No one has actually tried it to my knowledge, but you could try building two copies (one PPC, one Intel) and then using `lipo -create` to fuse the copies of each library together. The easiest way would be to build on a native i386 and a native PPC machine, but if unavailable I think you could

Re: [Chicken-users] Adding (system-string) somewhere

2008-01-15 Thread Kon Lovett
On Jan 15, 2008, at 4:43 PM, Zbigniew wrote: On Jan 15, 2008 6:08 PM, Kon Lovett [EMAIL PROTECTED] wrote: [Zb wrote:] If with-input-from-pipe were to optionally take a list as first argument, and (if a list) open a pipe bypassing the shell in this manner, that might be something worth

Re: [Chicken-users] Some pointers on easyffi and interfacing with C code

2008-01-15 Thread Mark Fredrickson
A quick thank you to everyone who responded. Those tips helped immensely. When starting out with a new system, not only does one need questions answered, you need to know what questions to ask! I'd like to *think* I'm on better ground for both of those items. Cheers, -M