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 klov...@mac.com wrote: On Dec 10, 2010, at 3:03 PM, Ehsanul Hoque wrote: snip 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

[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

[Chicken-users] Re: 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. Looks like it's a more general issue since I'm getting the same problem when I try to

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

2010-12-10 Thread Ehsanul Hoque
Looks like it's a more general issue since I'm getting the same problem when I try to install the zmq egg. Same error messages, just substitute the zmq equivalents. However, other eggs, like pty, installed just fine. Could you paste the error you get for the zmq egg? I think this is

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 m...@njit.edu wrote: I'm just starting to learn Scheme, since I'm starting on SICP, and decided to try Chicken Scheme first. Welcome