slib-discuss
[Top][All Lists]
Advanced

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

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


From: Aubrey Jaffer
Subject: Re: [Slib-discuss] slib-3b3 requires SCM for install?
Date: Fri, 25 Feb 2011 23:11:53 -0500 (EST)

 | From: MIYAMUKO Katsuyuki <address@hidden>
 | Date: Thu, 24 Feb 2011 20:46:42 +0900
 | 
 | I got an error during install slib-3b3.
 | ...
 |  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?

make is apparently treating collectx.scm as older than collect.scm.  I
have "touch"ed collectx.scm and made a new development version which
should not try to regenerate it:

<http://groups.csail.mit.edu/mac/ftpdir/users/jaffer/slib.zip>



reply via email to

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