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: MIYAMUKO Katsuyuki
Subject: Re: [Slib-discuss] slib-3b3 requires SCM for install?
Date: Mon, 28 Feb 2011 21:05:00 +0900

Hi,

2011/2/26 Aubrey Jaffer <address@hidden>:
> 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>

I tried to development version and got the same error.
make said "`collect.sc' is newer than target `collectx.scm'".
Could you please check the package/Makefile again?


% make -d install | grep -E "collectx?.scm?"
          <snip>
    No implicit rule found for `collect.scm'.
    Finished prerequisites of target file `collect.scm'.
   No need to remake target `collect.scm'.
   Considering target file `collectx.scm'.
     Considering target file `collect.sc'.
      File `collect.sc' does not exist.
      Finished prerequisites of target file `collect.sc'.
     Must remake target `collect.sc'.
echo "(require 'macros-that-work)" > collect.sc
Putting child 0x100180620 (collect.sc) PID 37793 on the chain.
Live child 0x100180620 (collect.sc) PID 37793
echo "(require 'pprint-file)" >> collect.sc
Live child 0x100180620 (collect.sc) PID 37794
echo "(require 'yasos)" >> collect.sc
Live child 0x100180620 (collect.sc) PID 37795
echo "(pprint-filter-file \"collect.scm\" macwork:expand
\"collectx.scm\")" >> collect.sc
Live child 0x100180620 (collect.sc) PID 37796
echo "(slib:exit #t)" >> collect.sc
Live child 0x100180620 (collect.sc) PID 37797
     Successfully remade target file `collect.sc'.
     Pruning file `collect.scm'.
    Finished prerequisites of target file `collectx.scm'.
    Prerequisite `collect.sc' is newer than target `collectx.scm'.
    Prerequisite `collect.scm' is older than target `collectx.scm'.
    Prerequisite `macwork.scm' is older than target `collectx.scm'.
   Must remake target `collectx.scm'.
scm < collect.sc
Putting child 0x100180400 (collectx.scm) PID 37798 on the chain.
Live child 0x100180400 (collectx.scm) PID 37798
/bin/sh: scm: command not found
make: *** [collectx.scm] Error 127

-- 
MIYAMUKO Katsuyuki  <address@hidden>



reply via email to

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