chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Difficulty installing Hyde egg


From: Felix
Subject: Re: [Chicken-users] Difficulty installing Hyde egg
Date: Tue, 05 Apr 2011 08:28:08 +0200 (CEST)

From: John Magolske <address@hidden>
Subject: Re: [Chicken-users] Difficulty installing Hyde egg
Date: Mon, 4 Apr 2011 22:29:00 -0700

> * John Magolske <address@hidden> [110403 11:14]:
>> I'd like to to install the Hyde egg into a location in my home
>> directory:
>> 
>>   % echo $CHICKEN_REPOSITORY
>>   /home/john/.chicken/lib/chicken/5
>>   
>>   % echo $CHICKEN_INCLUDE_PATH
>>   /home/john/.chicken/lib/chicken/5
>>   
>>   % chicken-install -p ~/.chicken/lib/chicken/5 hyde
>> 
>> But the install gets stuck here:
>> 
>>   [...]
>>   Warning: extension `defstruct' is currently not installed
>>   Syntax error (import): cannot import from undefined module
> 
> Reading though this thread:
> 
> http://lists.nongnu.org/archive/html/chicken-users/2010-04/msg00050.html
> 
> I tried a few more things, but still can't get the egg for hyde to
> install (see output below). Is this the correct sequence of commands?
> Do I have CHICKEN_REPOSITORY and CHICKEN_INCLUDE_PATH set properly?
> I also tried installing awful...got "Warning: extension `matchable'
> is currently not installed" there as well.

When I set CHICKEN_REPOSITORY, I'm able to install everything into
the path stored there. I'm trying this out with a very new chicken
(4.6.6):

  mkdir ~/tmp/foo
  chicken-install -init ~/tmp/foo
  export CHICKEN_REPOSITORY=/home/felix/tmp/foo
  chicken-install hyde

This should normally work. CHICKEN_INCLUDE_PATH is not needed.
Can you perhaps try a newer chicken version?


cheers,
felix



reply via email to

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