Re: [Chicken-users] synonyms for module sought

2007-09-19 Thread Harri Haataja
On 09/09/2007, Graham Fawcett [EMAIL PROTECTED] wrote: On 9/8/07, Terrence Brannon [EMAIL PROTECTED] wrote: On 9/7/07, Peter Bex [EMAIL PROTECTED] wrote: How about 'yolk'? It's what eggs are made of/what's inside eggs. yes, I think yolk is an awesome name. Sure. If it's going to be

Re: [Chicken-users] mathh does not compile on cygwin

2007-09-19 Thread felix winkelmann
Hi, Terence! Cygwin is currently not supported by chicken. You are using a completely invalid build (mingw32?), which is illegal. Expect law enforcement personnel homing in on you at any time. cheers, felix On 9/18/07, Terrence Brannon [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] /tmp :

Re: [Chicken-users] build on Windows with cygwin

2007-09-19 Thread felix winkelmann
On 9/18/07, Shawn Rutledge [EMAIL PROTECTED] wrote: On 9/18/07, felix winkelmann [EMAIL PROTECTED] wrote: What makefile did you use? Makefile.mingw Invalid. Wrong. Utterly. mingw != cygwin. (and (not (eq? 'mingw 'cygwin)) (not (equal? 'mingw 'cygwin)) ) On 9/18/07, felix

[Chicken-users] 2.710: new BINARYVERSION

2007-09-19 Thread felix winkelmann
Hi! Since eggs installed with an older chicken and linked with chicken runtime libraries created from that older version may throw up all sorts of trouble on some platforms, the repository pathname (in particular, the number in $PREFIX/lib/chicken/BUILDVERSION) has been changed to avoid these

Re: [Chicken-users] build on Windows with cygwin

2007-09-19 Thread Shawn Rutledge
On 9/19/07, felix winkelmann [EMAIL PROTECTED] wrote: On 9/18/07, Shawn Rutledge [EMAIL PROTECTED] wrote: On 9/18/07, felix winkelmann [EMAIL PROTECTED] wrote: What makefile did you use? Makefile.mingw Invalid. Wrong. Utterly. mingw != cygwin. (and (not (eq? 'mingw 'cygwin))

Re: [Chicken-users] build on Windows with cygwin

2007-09-19 Thread John Cowan
Shawn Rutledge scripsit: If you're trying to point out some other incompatibility, I didn't understand, sorry. I do understand that regular cygwin programs depend on cygwin1.dll, but if it can also build in such a way that dll is not necessary, so much the better, right? Not necessarily.

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-19 Thread Tony Sidaway
On 13 Sep 2007 14:55:13 -0300, Mario Domenech Goulart [EMAIL PROTECTED] wrote: Quack: http://www.neilvandyke.org/quack/ http://chicken.wiki.br/Editing%20Chicken%20code If you do use quack.el, you should perform the following edits: In ~/.emacs Add (load-file ~/quack.el) In ~/quack.el

Re: [Chicken-users] Packaging libraries securely

2007-09-19 Thread Tony Sidaway
On 8/9/07, felix winkelmann [EMAIL PROTECTED] wrote: On 8/8/07, felix winkelmann [EMAIL PROTECTED] wrote: The sandbox egg will be the only thing that gives a bit of security, but it provides only a very basic Scheme dialect and is pretty slow. The only (somewhat brute-forcish) solution

Re: [Chicken-users] Scheme-themed cloth badges?

2007-09-19 Thread Tony Sidaway
Last time I was at Gay's the Word, which was admittedly a long time ago (well what with the wife and the kids...) there were plenty of badges of all types bearing a lambda, which has been a gay symbol for some decades now. This could cause confusion if you're heterosexual, but for gay schemers

Re: [Chicken-users] build on Windows with cygwin

2007-09-19 Thread Shawn Rutledge
By putting in some more -mno-cygwin flags (it has to link that way too), I managed to build chicken using cygwin's gcc, without a dependency on cygwin1.dll: $ ldd.sh csi.exe c:/src/chicken-2.709/csi.exe c:/src/chicken-2.709\libchicken.dll C:\WINDOWS\system32\msvcrt.dll

[Chicken-users] Sqlite3 Egg Installation Error

2007-09-19 Thread Joshua Griffith
Hello, I'm having a problem installing the latest sqlite3 egg. I'm attempting to install the egg using Chicken 2.709, SQLite 3.2.8 (installed from source using Fink), onto Mac OS X 10.4.10 (running gcc 4.0.1 with the i686-apple-darwin8 target). SQLite runs from the terminal without any