scsh-users
[Top] [All Lists]

Re: scx installation difficulties

To: scsh <scsh-users@scsh.net>
Subject: Re: scx installation difficulties
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Tue, 19 Oct 2004 10:16:18 +0200
List-id: <scsh-users.list-id.scsh.net>
Andreas Bernauer <andreas.bernauer@gmx.de> writes:

> Hi,
>
> I had two problems installing scx-0.2 on my machine (from the tarball
> at scsh.net); I couldn't resolve the last.
>
> scx-0.2 expects /usr/local/include/scheme48write-barrier.h on my
> system.  However, a scsh 0.6.6 installed the file with the name
> /usr/local/include/write-barrier.h.  Well, a symlink helped me on
> this.
>
> After installation, when I load scx-0.2, I get an error:
>
> [248]scx-0.2 > scsh -lel scx/load.scm                                   
> [10:02]
>
> Error: unbound variable
>        reinitializers
>        #{Package 177 config}
>
> Looking into load.scm of scx, I see that it loads the package
> reinitializers, which indeed is unknonw to my scsh.
>
> Does scx expects another scsh version that I have?  I use
> scsh 0.6.6 (King Conan).  [But even scheme48-1.1 does not know this
> package.]

You need to load some packages from Sunterlib to use scx:

scsh -lel cml/load.scm -lel heap-images/load.scm -lel scx/load.scm


I will update the README, thanks for the report.

-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>