Re: scx installation difficulties
Martin Gasbichler <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Andreas Bernauer <[email protected]> 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