<font style="font-family: arial,helvetica,sans-serif;" size="2">Hi,<br
/><br />I'm experiencing the same problem using cmucl-19c (gentoo
port,x86). Initially I want to use cl-graph, all packages needed were
retrieved via darcs yesterday.<br /><br />-----slime debugger-----<br
/>Execution of a form compiled with errors:<br /> (DEFMETHOD
INITIALIZE-INSTANCE :AFTER ((METABANG.CL-CONTAINERS::OBJECT<br />...<br
/>-----end slime debugger-----<br /><br />I narrowed it down to <br
/><br />dev/containers.lisp:(defmethod initialize-instance :after
((object stable-associative-container). <br /><br />While trying to
load-compile the file by hand I got:<br /><br />-----slime
debugger-----<br />-+  Errors (2)<br /> |-- (during macroexpansion)<br
/> |   Error in function PCL::CPL-ERROR:  While computing the class
precedence list of the class named STABLE-ASSOCIATIVE-CONTAINER: The
class named ASSOCIATIVE-CONTAINER-MIXIN is a forward referenced class.
The class named ASSOCIATIVE-CONTAINER-MIXIN is a direct superclass of
the class named STABLE-ASSOCIATIVE-CONTAINER..<br /> `-- (during
macroexpansion)<br />     Error in function PCL::CPL-ERROR:  While
computing the class precedence list of the class named
STABLE-ASSOCIATIVE-CONTAINER: The class named
ASSOCIATIVE-CONTAINER-MIXIN is a forward referenced class. The class
named ASSOCIATIVE-CONTAINER-MIXIN is a direct superclass of the class
named STABLE-ASSOCIATIVE-CONTAINER..<br />-----end slime
debugger-----<br /><br />Loading dev/basic-operations.lisp by hand
(because of (defclass*<br />key-value-iteratable-container-mixin
(iteratable-container-mixin) needed by STABLE-ASSOCIATIVE-CONTAINER)
didn't help either. <br /><br />So finally I load-compiled
associative.lisp (whcih contains the ASSOCIATIVE-CONTAINER-MIXIN) by
hand and the error message dissapeeared, cl-container got loaded. No
tests so far :-)<br /><br />Cheers, <br />Christoph<br /><br /><br /><br
/>
</font>