From: Rolf Wester
Subject: Garnet install problem
Date: 
Message-ID: <bkecnt$opj$1@nets3.rz.RWTH-Aachen.DE>
Hi,

I downloaded garnet-20030525.tar.gz from sourceforge and tried to 
install it. I'm using CMUCL18d. make cmucl gives me:

  ... Garnet Load Complete ...
T
*
; Loading #p"/home/wester/pr1/lisp/garnet/garnet/garnet-compiler.lisp".

   %%%%%%%%%%%%%%  Compiling Utils %%%%%%%%%%%%%%%


File-error in function COMMON-LISP::INTERNAL-LOAD:
    "/home/user/garnet/utils/utils-compiler" does not exist.


Can anybody tell me what I'm doing wrong? I would be very appreciative
for help.

Regards

Rolf Wester

From: Wolfhard Buß
Subject: Re: Garnet install problem
Date: 
Message-ID: <m38yolawpo.fsf@buss-14250.user.cis.dfn.de>
Rolf Wester:
> I downloaded garnet-20030525.tar.gz from sourceforge and tried to
> install it. I'm using CMUCL18d. make cmucl gives me:
> 
> 
>   ... Garnet Load Complete ...
> T
> *
> ; Loading #p"/home/wester/pr1/lisp/garnet/garnet/garnet-compiler.lisp".
> 
>    %%%%%%%%%%%%%%  Compiling Utils %%%%%%%%%%%%%%%
> 
> 
> File-error in function COMMON-LISP::INTERNAL-LOAD:
>     "/home/user/garnet/utils/utils-compiler" does not exist.

Set Your-CLX-Pathname and Your-Garnet-Pathname in garnet-loader.lisp.


-- 
"Hurry if you still want to see something. Everything is vanishing."
                                       --  Paul C�zanne (1839-1906)
From: Rolf Wester
Subject: Re: Garnet install problem
Date: 
Message-ID: <bkf4ms$lnj$1@nets3.rz.RWTH-Aachen.DE>
Wolfhard Bu� wrote:
> Rolf Wester:
> 
>>I downloaded garnet-20030525.tar.gz from sourceforge and tried to
>>install it. I'm using CMUCL18d. make cmucl gives me:
>>
>>
>>  ... Garnet Load Complete ...
>>T
>>*
>>; Loading #p"/home/wester/pr1/lisp/garnet/garnet/garnet-compiler.lisp".
>>
>>   %%%%%%%%%%%%%%  Compiling Utils %%%%%%%%%%%%%%%
>>
>>
>>File-error in function COMMON-LISP::INTERNAL-LOAD:
>>    "/home/user/garnet/utils/utils-compiler" does not exist.
> 
> 
> Set Your-CLX-Pathname and Your-Garnet-Pathname in garnet-loader.lisp.
> 
> 
Thank you. After setting Your-Garnet-Pathname Garnet compiled without
any further error.

Kind regards

Rolf Wester