[Chicken-users] Chicken Gazette issue #17

2011-01-14 Thread Christian Kellermann
_/_/_/ _/_/_/ _/_/_/_/ _/_/_/ _/ _/ _/_/_/_/_/ _/_/_/ _/ _/_/_/ _/_/_/_/ _/_/ _/_/_/ _/ _/_/ _/_/_/_/ _/_/_/ _/_/ _/_/_/_/ _/_/_/_/_/ _/_/ --[

Re: [Chicken-users] Missing entry in types.db

2011-01-14 Thread Jules Altfas
Felix wrote: You forgot the patch (I know, it's tradition) but I added something equivalent (I hope). Well, I thought it was attached, but clearly it wasn't. Off and on, our mail server has been acting squirrely. Guess that means now I'll really have to track that down... Anyway, thanks

Re: [Chicken-users] Chicken Gazette issue #17

2011-01-14 Thread Alan Post
On Fri, Jan 14, 2011 at 10:56:26AM +0100, Christian Kellermann wrote: The change request for special handling of procedures in `equal?`/`equal=?` has been implemented. And it works for me! I can share ~30% of the subproductions I generate in jbogenturfahi now, which is a small savings in

[Chicken-users] embedding question / seg fault

2011-01-14 Thread David Dreisigmeyer
OS X 10.6.6 with Chicken 4.6.0 Hi, I was trying our the embedding example under CHICKEN_yield here: http://wiki.call-cc.org/man/4/Embedding I keep getting a seg fault and this seems to be the offending line: CHICKEN_get_error_message(buffer, 255); If I comment that out there's no seg fault.

[Chicken-users] utf8 open tickets

2011-01-14 Thread .alyn.post.
I have two open tickets against the utf8 egg: https://bugs.call-cc.org/ticket/423 https://bugs.call-cc.org/ticket/480 Both of them are simple fixes, one of them is causing several packages not to compile against the experimental branch, which Christian has just begun nightly builds for:

[Chicken-users] sqlite3 egg still failing in experimental branch

2011-01-14 Thread .alyn.post.
Thomas, The sqlite3 is still failing to compile in the experimental branch: http://pestilenz.org/~ckeen/salmonella-report/2011-01-14/sqlite3.html Will you apply the patches I sent you to the sqlite3 egg? Since sqlite3 won't compile, I can't test my own packages against the experimental branch.

[Chicken-users] srfi-19, srfi-29 not compiling in experimental branch

2011-01-14 Thread .alyn.post.
Kon, Would you update srfi-19 and srfi-29 to compile against the experimental branch in chicken?: http://bugs.call-cc.org/ticket/481 http://bugs.call-cc.org/ticket/482 The patch is very simple, getenv has been deprecated in favor of get-environment-variable. These are the only two srfi-*

[Chicken-users] Re: sqlite3 egg still failing in experimental branch

2011-01-14 Thread Thomas Chust
2011/1/14 .alyn.post. alyn.p...@lodockikumazvati.org: [...] The sqlite3 is still failing to compile in the experimental branch: [...] Will you apply the patches I sent you to the sqlite3 egg? [...] Hello, yes, I know. I will apply the patch eventually but I have to / want to disable the

Re: [Chicken-users] Chicken Gazette issue #17

2011-01-14 Thread Felix
From: Alan Post alanp...@sunflowerriver.org Subject: Re: [Chicken-users] Chicken Gazette issue #17 Date: Fri, 14 Jan 2011 05:28:45 -0700 On Fri, Jan 14, 2011 at 10:56:26AM +0100, Christian Kellermann wrote: The change request for special handling of procedures in `equal?`/`equal=?` has been

Re: [Chicken-users] embedding question / seg fault

2011-01-14 Thread Felix
From: David Dreisigmeyer dwdreisigme...@gmail.com Subject: [Chicken-users] embedding question / seg fault Date: Fri, 14 Jan 2011 09:59:55 -0500 OS X 10.6.6 with Chicken 4.6.0 Hi, I was trying our the embedding example under CHICKEN_yield here: http://wiki.call-cc.org/man/4/Embedding

Re: [Chicken-users] embedding question / seg fault

2011-01-14 Thread Alan Post
On Fri, Jan 14, 2011 at 11:53:09PM +0100, Felix wrote: From: David Dreisigmeyer dwdreisigme...@gmail.com FYI, I'm trying to call Chicken commands from Python using Cython. Interesting idea. Keep us informed about your progress, please. +1. This is something I'd be able to use

[Chicken-users] Re: sqlite3 egg still failing in experimental branch

2011-01-14 Thread Alan Post
On Fri, Jan 14, 2011 at 05:21:06PM +0100, Thomas Chust wrote: 2011/1/14 .alyn.post. alyn.p...@lodockikumazvati.org: [...] The sqlite3 is still failing to compile in the experimental branch: [...] Will you apply the patches I sent you to the sqlite3 egg? [...] Hello, yes, I know. I

Re: [Chicken-users] Re: sqlite3 egg still failing in experimental branch

2011-01-14 Thread Peter Bex
On Fri, Jan 14, 2011 at 04:32:07PM -0700, Alan Post wrote: I'm suffering from priority inversion on this issue: jbogenturfa'i requires the experimental branch to run[1][2], while one of it's dependencies, sqlite3, won't run on the experimental branch.[3] The fact your egg requires

Re: [Chicken-users] embedding question / seg fault

2011-01-14 Thread David Dreisigmeyer
Thanks Felix. I looked at this post: http://www.mail-archive.com/chicken-users@nongnu.org/msg11218.html but I don't see what the resolution would be. Would it be easier to just avoid using define and stick to define-external?  Is there any particular reason to use define? Sorry, I don't

Re: [Chicken-users] embedding question / seg fault

2011-01-14 Thread David Dreisigmeyer
I tried this with Gambit-C but couldn't quite make it work correctly. Right now I'm planning on going through the Sage/ECL Cython files to see how they get it to work. On Fri, Jan 14, 2011 at 6:29 PM, Alan Post alanp...@sunflowerriver.org wrote: On Fri, Jan 14, 2011 at 11:53:09PM +0100, Felix