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

EW-CLOS feature



Although I am led to believe that EW can be compiled with or without
PCL, there appears to be a problem when I try to compile without PCL.
If I answer *no* to the questions about loading and compling CLOS,
then the following problem occurs.


The file <ew>/code/system.lisp does a (pushnew :EW-CLOS *Features*)

Then the file <ew>/code/symbols.lisp contains the form

#+ew-clos
(import '(pcl::with-slots pcl::defclass pcl::defmethod pcl::make-instance pcl::print-object)
	'express-windows)

which looks for the (non-existant because I didn't load it) pcl package


What should I be doing here?