[CM] newbie CLM question
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Mon Oct 7 07:19:28 PDT 2002
> ;; 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).
More information about the Cmdist
mailing list