On 4/7/08, Jens Teich <[EMAIL PROTECTED]> wrote: > Lispworks 5.1 > Mac OS X 10.5 > **++++ Error in (DEFCLASS ELEPHANT:BTREE-INDEX): > Invalid allocation type INSTANCE for slot-definition-allocation
There seems to have been a MOP conformance fix with Lispworks 5.1 which causes the (setf slot-definition-allocation) on (or around) line 250 in metaclasses.lisp to fail. Changing the conditionalization to #+(and :lispworks (not :lispworks5.1)) seems to resolve the issue, although what this really needs is an ACL like version test feature to prevent this recurring. Sean. _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel