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: Lasse Kliemann
Subject: Re: [Chicken-users] CHICKEN_REPOSITORY (not working?)
Date: Sun, 11 Apr 2010 18:00:39 +0200

* Message by -Jeronimo Pellegrini- from Sun 2010-04-11:
 
> 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

As I wrote, the repository will be at:

   ~/chicken/lib/chicken/5

> $ echo $CHICKEN_INCLUDE_PATH
> /usr/local/share/chicken/:/home/jeronimo/chicken/lib/chicken/5/

The first component points to a place below /usr/local. You might 
have to set it as I wrote, namely pointing to your private 
directory, which is ~/chicken/share/chicken (see above).

Also, the manual page says that a semicolon is to be used as 
delimiter, not a colon. Don't know if it matters.

Attachment: pgpBXWONCOl2o.pgp
Description: PGP signature


reply via email to

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