[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: Thu, 2 Sep 1993 23:53:25 -0700 (PDT)
I have the following problem (Sun Sparc Server 470, SunOS 4.1.3).
I have compiled pcl and clx from the sept92 clisp version, which
means that the clisp used to compile clx loads pcl.mem. In
the dumped clx, I can do
> pcl::*defclass-times*
(COMPILE LOAD EVAL)
> xlib::*def-clx-class-use-defclass*
(XLIB:WINDOW XLIB:DRAWABLE XLIB:PIXMAP)
Now I want to use the dumped clx, which contains pcl, to compile
clue. This fails
; Compiling intrinsics.lsp
Compiling file /m1/lisp/clisp/packages/xit/clue/intrinsics.lsp ...
*** - FIND-CLASS: WINDOW does not name a class
Any ideas ?
--- Jan