Re: [Chicken-users] (no subject)

2013-08-29 Thread Jim Ursetto
The doc is erroneous -- you have to add (use ports) after (use args). Jim On Aug 28, 2013, at 10:20 AM, Matthew Phillips matt...@phillipsoft.biz wrote: Im playing with this egg example: http://wiki.call-cc.org/eggref/4/args. It compiles fine, but when I run it with the -h flag I get this

[Chicken-users] (no subject)

2013-08-28 Thread Matthew Phillips
Im playing with this egg example: http://wiki.call-cc.org/eggref/4/args. It compiles fine, but when I run it with the -h flag I get this strange error: Error: unbound variable: with-output-to-port However if I load it from csi it works fine... and from csi i can clearly see

Re: [Chicken-users] (no subject)

2013-08-28 Thread Jim Ursetto
For whatever reason the docs are outdated and the example is too. You have to (use ports) if you want to compile it. Jim On Aug 28, 2013, at 10:20, Matthew Phillips matt...@phillipsoft.biz wrote: Im playing with this egg example: http://wiki.call-cc.org/eggref/4/args. It compiles fine, but

[Chicken-users] (no subject)

2007-10-30 Thread naruto canada
___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] (no subject)

2007-09-17 Thread felix winkelmann
On 9/16/07, Todd Ingalls [EMAIL PROTECTED] wrote: i built snapshot chicken-2.708 on intel mac, and now every egg i try to use results in a segmentation fault (use easyffi) ; loading /usr/local/lib/chicken/1/easyffi.so ... Segmentation fault ;1 (use loop) ; loading

Re: [Chicken-users] (no subject)

2007-09-17 Thread Zbigniew
I grabbed SVN head and can confirm this problem. I have not built a new Chicken since 2.637 (which worked) so I will try to find the last working revision and track this down. If I can't fix the problem, you are welcome to have ssh access into this box. On 9/17/07, felix winkelmann [EMAIL

Re: [Chicken-users] (no subject)

2007-09-17 Thread Zbigniew
I checked in a fix to SVN (snapshot available soon). Grab it and let me know if it works. ** After you build the new Chicken, if you have any eggs built before version 2.7, you must perform one step: ** ln -sf /usr/local/lib/libchicken.dylib /usr/local/lib/libchicken.0.dylib This is because

[Chicken-users] (no subject)

2007-09-15 Thread Todd Ingalls
i built snapshot chicken-2.708 on intel mac, and now every egg i try to use results in a segmentation fault (use easyffi) ; loading /usr/local/lib/chicken/1/easyffi.so ... Segmentation fault ;1 (use loop) ; loading /usr/local/lib/chicken/1/loop.scm ... ; loading library srfi-1 ... ; loading

Re: [Chicken-users] (no subject)

2007-09-15 Thread Zbigniew
Did you try rebuilding any of the eggs? On 9/15/07, Todd Ingalls [EMAIL PROTECTED] wrote: i built snapshot chicken-2.708 on intel mac, and now every egg i try to use results in a segmentation fault ___ Chicken-users mailing list

Re: [Chicken-users] (no subject)

2007-09-15 Thread todd ingalls
Yes - but i should also mention this is on a brand new machine too so they were not stale builds. Anyway, no luck. On Sep 15, 2007, at 9:19 PM, Zbigniew wrote: Did you try rebuilding any of the eggs? On 9/15/07, Todd Ingalls [EMAIL PROTECTED] wrote: i built snapshot chicken-2.708 on intel

[Chicken-users] (no subject)

2006-04-10 Thread marin kooka
Hi, Is chicken-entry-points missing in chicken 2.3? I can't find a mtching file anywhere. Also in the manual on the web site there exist two sections numbered 6.3, which are Entry Points and Embedding. The Entry Points section is only accessible through the Index. Thanks

Re: [Chicken-users] (no subject)

2006-04-10 Thread Thomas Chust
On Mon, 10 Apr 2006, marin kooka wrote: [...] Is chicken-entry-points missing in chicken 2.3? I can't find a mtching file anywhere. [...] Hello, the entry points API has been removed from CHICKEN some time ago, because the same results can be achieved better by using procedures defined with