[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
batch mode
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: batch mode
- From: Jan Deleeuw <deleeuw@stat.ucla.edu>
- Date: Mon, 30 Aug 1993 20:32:44 -0700 (PDT)
+ Jan Deleeuw <deleeuw@stat.ucla.edu> has a problem compiling CLUE:
+
+ > *** - FIND-CLASS: WINDOW does not name a class
+ >
+ > when compiling intrinsics.lsp.
+
+ CLX can define its types using DEFSTRUCT or DEFCLASS. You won't notice a
+ difference when running only CLX. But CLUE requires that CLX has used
+ DEFCLASS. In the pcl+clx.sept92f.clisp distribution, CLX uses DEFCLASS
+ only if PCL is present. So you need to rebuild clx.mem, starting from
+ pcl.mem.
Sorry to be so dense, but I do build clx.mem with the Makefile.clisp
that comes with the clx distribution, and that uses clisp -M ../pcl/pcl.mem
when doing compile-clx. Isn't this "starting from pcl.mem" ?
--- Jan