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: Mon, 04 Apr 2011 17:35:30 +0200 (CEST)

>>                  (import defstruct))
>>    <syntax>      (##sys#require (quote defstruct))
>>    <syntax>      (quote defstruct)
>>    <syntax>      (##core#quote defstruct)
>>    <syntax>      (import defstruct)    <--
>>
>>  Error: shell command terminated with non-zero exit status 17920:
>>  /usr/bin/chicken uri-generic.scm -output-file uri-generic.c -
>>  dynamic -feature chicken-compile-shared -feature compiling-extension
>>  -setup-mode -optimize-level 2 -emit-import-library uri- generic
>>
>>  Error: shell command failed with nonzero exit status 256:
>>
>>    /usr/bin/csc -feature compiling-extension -setup-mode
>>      -s -O2 uri-generic.scm -j uri-generic
>>
>>  Error: shell command terminated with nonzero exit code 17920
>>  "/usr/bin/csi -bnq -setup-mode -e \"(require-library setup-api)\" -e 
>> \"(import s...
>>
>> I tried installing defstruct first:
>>
>>  % chicken-install -p ~/.chicken/lib/chicken/5 defstruct
>>
>> Which installed without error. But I still get the above "`defstruct'
>> is currently not installed" error when trying to install Hyde again.
>> Am I overlooking something? I'm using Debian Sid, and have installed
>> Chicken using aptitude.

Using "-p" will only copy the files to be installed at some place,
they are not installed as such afterwords. For changing the repository
location, one should use either CHICKEN_REPOSITORY or install with
a custom VARDIR.


cheers,
felix



reply via email to

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