Re: [Chicken-users] Bundling chicken.

2007-07-16 Thread felix winkelmann
On 7/15/07, Robin Lee Powell [EMAIL PROTECTED] wrote: I've got an app that is almost 1.0 ready. I've seen the page on what C files you have to bundle to allow things to be compiled by people that don't have Chicken, but what I'm unclear on is what you have to do to allow people to run an app

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-16 Thread Sunnan
felix winkelmann wrote: BTW, in ccmake you can simply press e and continue. It should still be able to generate a makefile. OK. I was concerned that that would build a version of chicken without libffi support. Sunnan ___ Chicken-users mailing

Re: [Chicken-users] libffi and cmake on gnu/linux again

2007-07-16 Thread Sunnan
felix winkelmann wrote: It should be possible to modify the compiler- and linker flags in ccmake to use libffi. Thanks. ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] operations

2007-07-16 Thread felix winkelmann
A quick and dirty implementation of T's (http://mumble.net/~jar/tproject/) object system is now available at: http://chicken.wiki.br/operations cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] parameterize-from-alist

2007-07-16 Thread Alaric Snell-Pym
On 16 Jul 2007, at 3:37 am, Ivan Shmakov wrote: It's up to the caller to supply a correct alist to the function. E. g.: Ah, but the original problem was that the alist was read from a file, at run time! ABS -- Alaric Snell-Pym Work: http://www.snell-systems.co.uk/ Play:

Re: [Chicken-users] operations

2007-07-16 Thread Robin Lee Powell
On Mon, Jul 16, 2007 at 12:12:27PM +0200, felix winkelmann wrote: A quick and dirty implementation of T's (http://mumble.net/~jar/tproject/) object system Wow. What an amazing mess, including that the T Revival page linked to near the top has been taken down. Before I kill myself trying to

Re: [Chicken-users] parameterize-from-alist

2007-07-16 Thread Ivan Shmakov
Alaric Snell-Pym [EMAIL PROTECTED] writes: It's up to the caller to supply a correct alist to the function. E. g.: Ah, but the original problem was that the alist was read from a file, at run time! Well, symbols may either be simply `eval'ed, or ``mapped'' to their

[Chicken-users] gdbm and windows

2007-07-16 Thread Martin DeMello
Does anyone know if chicken/gdbm works on windows? I have an app using GDBM that I'd like to port to windows at some point, but I don't actually have a windows setup to try it on right now. Should I be making plans to move it over to sqlite3 or something? martin

Re: [Chicken-users] gdbm and windows

2007-07-16 Thread Alex Queiroz
Hallo, On 7/16/07, Martin DeMello [EMAIL PROTECTED] wrote: Does anyone know if chicken/gdbm works on windows? I have an app using GDBM that I'd like to port to windows at some point, but I don't actually have a windows setup to try it on right now. Should I be making plans to move it over to

Re: [Chicken-users] operations

2007-07-16 Thread Brandon Van Every
On 7/16/07, Robin Lee Powell [EMAIL PROTECTED] wrote: Before I kill myself trying to figure out WTH that page is about just because Felix thinks it's cool (which is sufficient reason, for the most part, but still) can anyone give me a precis of why this is interesting? Those who don't study

Re: [Chicken-users] operations

2007-07-16 Thread Kon Lovett
On Jul 16, 2007, at 9:55 AM, Robin Lee Powell wrote: On Mon, Jul 16, 2007 at 12:12:27PM +0200, felix winkelmann wrote: A quick and dirty implementation of T's (http://mumble.net/~jar/tproject/) object system Wow. What an amazing mess, including that the T Revival page linked to near the

Re: [Chicken-users] gdbm and windows

2007-07-16 Thread Kon Lovett
On Jul 16, 2007, at 10:34 AM, Martin DeMello wrote: Does anyone know if chicken/gdbm works on windows? I have an app using GDBM that I'd like to port to windows at some point, but I don't actually have a windows setup to try it on right now. Should I be making plans to move it over to sqlite3

Re: [Chicken-users] gdbm and windows

2007-07-16 Thread Martin DeMello
On 7/17/07, Kon Lovett [EMAIL PROTECTED] wrote: On Jul 16, 2007, at 10:34 AM, Martin DeMello wrote: Does anyone know if chicken/gdbm works on windows? I have an app using GDBM that I'd like to port to windows at some point, but I don't actually have a windows setup to try it on right now.