>>>>> "cb" == Chris Baker <[EMAIL PROTECTED]> writes:
cb> Loaded subsystems: cb> Python 1.0, target Intel x86 cb> CLOS based on PCL version: September 16 92 PCL (f) cb> * cb> * (require :cmucl-clm) cb> ; Loading #p"/usr/share/common-lisp/systems/cmucl-clm.system". cb> Warning: System CLX doesn't seem to be defined... cb> (#<FILE: precom> #<FILE: debug> #<FILE: inspect> #<FILE: interface> cb> #<FILE: initial>) just guessing: it seems that you didn't load CLX. Try saying (require :cmucl-clx) (I think this is the syntax for the Debian packaging) before loading CLM. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
