[CM] building clm for WinXP/ACL/VisualC++

Darken, Chris USA cjdarken@nps.edu
Sun, 31 Oct 2004 05:44:31 -0800


configure does not run as invoked by all.lisp.  Error appended below.    
 
CL-USER(2): :ld all
; Loading C:\aa\sandbox\clm-3\all.lisp
;   Loading C:\aa\sandbox\clm-3\acl.cl
;   running cd C:\aa\sandbox\clm-3\ && ./configure --quiet --with-doubles --with-float-samples
Error: "starting shell command" resulted in error
       "No such file or directory"
  [condition type: SYSCALL-ERROR]
Restart actions (select using :continue):
 0: retry the load of all
 1: skip loading all
 2: recompile C:\aa\sandbox\clm-3\all.lisp
 3: Abort entirely from this process.
[1] CL-USER(3): :zo
Evaluation stack:
   (ERROR EXCL::SYSCALL-ERROR :ERRNO ...)
 ->(RUN-SHELL-COMMAND
      "cd C:\\aa\\sandbox\\clm-3\\ && ./configure --quiet --with-doubles --with-float-samples"
      :WAIT ...)
   (EVAL (IF RECONFIGURE # ...))
   (LOAD "all")
   (TPL:TOP-LEVEL-READ-EVAL-PRINT-LOOP)
   (TPL:START-INTERACTIVE-TOP-LEVEL
      #<TERMINAL-SIMPLE-STREAM [initial terminal io] fd 0/1 @
        #x200a038a>
      #<Function TOP-LEVEL-READ-EVAL-PRINT-LOOP> ...)