chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] CHICKEN_REPOSITORY (not working?)


From: Jeronimo Pellegrini
Subject: Re: [Chicken-users] CHICKEN_REPOSITORY (not working?)
Date: Sun, 11 Apr 2010 12:10:35 -0300
User-agent: Mutt/1.5.20 (2009-06-14)

Hi!

Thanks for answering!

On Sun, Apr 11, 2010 at 03:31:54PM +0200, Lasse Kliemann wrote:
> Use the -p Option to chicken-install in order to direct it to 
> '~/chicken'. However, then the repository will in fact be at
> 
>    ~/chicken/lib/chicken/5
> 
> You must also use this longer path for initialization via -init.

Ah, that's certainly part of the problem...

> In order to use the installed eggs it may also be necessary to 
> set CHICKEN_INCLUDE_PATH in addition to CHICKEN_REPOSITORY like 
> so:
> 
> CHICKEN_INCLUDE_PATH="${HOME?}"/chicken/lib/chicken/5';'"${HOME?}"/chicken/share/chicken

But that didn't work for me:

$ echo $CHICKEN_REPOSITORY
/home/jeronimo/chicken
$ echo $CHICKEN_INCLUDE_PATH
/usr/local/share/chicken/:/home/jeronimo/chicken/lib/chicken/5/
$ ls -l /home/jeronimo/chicken/lib/chicken/5/setup-api.so
-rwxr-xr-x 1 jeronimo jeronimo 253K Apr 11 11:55 
chicken/lib/chicken/5/setup-api.so
$ chicken-status

Error: (require) cannot load extension: setup-api
$ chicken-install -p ~/chicken test

Error: (require) cannot load extension: setup-download

I'm confused...

J.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]