[CM] newbie CLM question

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 7 Oct 2002 07:19:28 -0700


> ;;  Loading of file C:\clm-2\clm-loop.fas is finished.[%s:10790]
> *** - Win32 error 2 (ERROR_FILE_NOT_FOUND): The system cannot find the file
> specified.

I think it's at line 346 in all.lisp where (in Clisp) all of the
C files are being renamed to protect them from Clisp; in the line:

  #+windoze (clisp-shell (format nil "move ~A ~A" name new-name))

I'd trace clisp-shell to see what it's actually asking windows to do,
and go from there.


> And-- do I need to use make-clm.cl before I try all.lisp?

No, make-clm.lisp sets up various things dependent on which lisp
is running (the lisp setup here at ccrma used to be complicated).