slib-discuss
[Top][All Lists]
Advanced

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

[Slib-discuss] slib-3b3 requires SCM for install?


From: MIYAMUKO Katsuyuki
Subject: [Slib-discuss] slib-3b3 requires SCM for install?
Date: Thu, 24 Feb 2011 20:05:27 +0900

Hi,

I got an error during install slib-3b3.

 % wget http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b3.tar.gz
 % tar zxf slib-3b3.tar.gz
 % cd slib-3b3
 % ls -l | grep collect
 -rw-r--r--  1 miyamuko  staff    6754 12  8  2008 collect.scm
 -rw-r--r--  1 miyamuko  staff    8343 12  8  2008 collectx.scm
 % make infoz
 % make install
           <snip>
 mkdir -p /usr/local/share/doc/slib/
 echo '#! /bin/sh'                            > slib-script
 echo SCHEME_LIBRARY_PATH=/usr/local/lib/slib/      >> slib-script
 echo S48_VICINITY=/usr/local/lib/scheme48/                  >> slib-script
 echo VERSION=3b3                            >> slib-script
 echo export SCHEME_LIBRARY_PATH S48_VICINITY>> slib-script
 cat slib.sh                                         >> slib-script
 install slib-script /usr/local/bin/slib
 rm slib-script
 echo "(require 'macros-that-work)" > collect.sc
 echo "(require 'pprint-file)" >> collect.sc
 echo "(require 'yasos)" >> collect.sc
 echo "(pprint-filter-file \"collect.scm\" macwork:expand
\"collectx.scm\")" >> collect.sc
 echo "(slib:exit #t)" >> collect.sc
 scm < collect.sc
 /bin/sh: scm: command not found
 make: *** [collectx.scm] Error 127


I can install slib-3b2 without scm command.
slib-3b3 requires SCM for install?


-- 
MIYAMUKO Katsuyuki  <address@hidden>



reply via email to

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