[CM] newbie CLM question

Carl Edwards carl.boingie@rcn.com
Sun, 6 Oct 2002 02:19:48 -0400


I'm trying to get clm-2 up and running on my system (a W2k laptop) and I'm
having a bit of difficulty. I am using Clisp and I was attempting to build
with the :just-lisp setting. So I started by doing this:

(pushnew :bash *features*)
(pushnew :just-lisp *features*)


When I load all.lisp I get this far:


;; Loading file all.lisp ...
Compiling file C:\clm-2\clm-loop.lisp ...

Compilation of file C:\clm-2\clm-loop.lisp is finished.
The following functions were used but are deprecated:
 GENTEMP
0 errors, 0 warnings
;;  Loading file C:\clm-2\clm-loop.fas ...
;;  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'm not knowledgeable enough to figure out what it's looking for from
reading through all.lisp. And-- do I need to use make-clm.cl before I try
all.lisp? Any and all help greatly appreciated.

TIA,

Carl Edwards