[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

batch mode



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