Re: [Chicken-users] Problems Installing the lookup-table Egg

2011-01-02 Thread Christian Kellermann
* Sven Hartrumpf [110102 19:30]: > Hi Christian. > > Sun, 2 Jan 2011 18:32:14 +0100, ckeen wrote: > > The workaround is to (define-constant MAGIC-LIMIT 12) > > in lookup-table-body.scm before the use of it. > > Thanks for your quick help. Works for me too. > > Now I was able to solve another is

Re: [Chicken-users] Problems Installing the lookup-table Egg

2011-01-02 Thread Sven Hartrumpf
Hi Christian. Sun, 2 Jan 2011 18:32:14 +0100, ckeen wrote: > The workaround is to (define-constant MAGIC-LIMIT 12) > in lookup-table-body.scm before the use of it. Thanks for your quick help. Works for me too. Now I was able to solve another issue for the experimental branch: You need to replace

Re: [Chicken-users] Problems Installing the lookup-table Egg

2011-01-02 Thread Christian Kellermann
HI Sven, I have filed a bug for this today: http://bugs.call-cc.org/ticket/468 The workaround is to (define-constant MAGIC-LIMIT 12) in lookup-table-body.scm before the use of it. It seems that the -prelude parameter does no longer work as expected in this setup. Let's see what Kon says to it.

Re: [Chicken-users] Problems Installing the lookup-table Egg

2011-01-02 Thread Sven Hartrumpf
Fri, 10 Dec 2010 09:36:24 -0800, klovett wrote: > Sorry, I suspect this is caused by the use of backwards incompatible module > syntax on my part. > Specifically the "string as body" feature for textual inclusion. > > I will fix this and release a new version. Is the lookup-table egg supposed t

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-11 Thread Kon Lovett
On Dec 11, 2010, at 3:59 AM, Ehsanul Hoque wrote: Awesome, it works now. Thanks! I'll probably compile from source anyhow. I guess the zmq egg might just have the very same compatibility problem then? No, not the same issue as lookup-table, the "module body string inclusion" featur

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-11 Thread Ehsanul Hoque
On Fri, Dec 10, 2010 at 6:44 PM, Kon Lovett wrote: > > On Dec 10, 2010, at 3:03 PM, Ehsanul Hoque wrote: > > > > > Sorry I hadn't mentioned all this information earlier. I'm using the > chicken package from Ubuntu 10.04, so `chicken -version` tells me it's > 4.2.0. I suppose it's recommended to

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-10 Thread Kon Lovett
On Dec 10, 2010, at 3:03 PM, Ehsanul Hoque wrote: Sorry I hadn't mentioned all this information earlier. I'm using the chicken package from Ubuntu 10.04, so `chicken -version` tells me it's 4.2.0. I suppose it's recommended to compile the latest stable from source? Well, yes. Due to b

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-10 Thread Ehsanul Hoque
On Fri, Dec 10, 2010 at 12:09 PM, Mario Domenech Goulart < mario.goul...@gmail.com> wrote: > Hi Ehsanul > > On Fri, 10 Dec 2010 08:43:33 -0500 Ehsanul Hoque wrote: > > > I'm just starting to learn Scheme, since I'm starting on SICP, and > > decided to try Chicken Scheme first. > > Welcome! :-)

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-10 Thread Kon Lovett
Sorry, I suspect this is caused by the use of backwards incompatible module syntax on my part. Specifically the "string as body" feature for textual inclusion. I will fix this and release a new version. Kon On Dec 10, 2010, at 5:43 AM, Ehsanul Hoque wrote: I'm just starting to learn Schem

Re: [Chicken-users] Problems Installing the lookup-table Egg

2010-12-10 Thread Mario Domenech Goulart
Hi Ehsanul On Fri, 10 Dec 2010 08:43:33 -0500 Ehsanul Hoque wrote: > I'm just starting to learn Scheme, since I'm starting on SICP, and > decided to try Chicken Scheme first. Welcome! :-) > I'm having trouble installing a particular egg though, and have no > idea how to resolve this issue. I

[Chicken-users] Problems Installing the lookup-table Egg

2010-12-10 Thread Ehsanul Hoque
I'm just starting to learn Scheme, since I'm starting on SICP, and decided to try Chicken Scheme first. I'm having trouble installing a particular egg though, and have no idea how to resolve this issue. Here's what happens when I try to install the lookup-table egg: $ sudo chicken-install lookup-t