Xref: utzoo comp.lang.clos:127 comp.lang.lisp:4230 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!murthy From: murthy@magnus.ircc.ohio-state.edu (Murthy S Gandikota) Newsgroups: comp.lang.clos,comp.lang.lisp Subject: PCL (CLOS) on Vax Lisp, bug report Message-ID: <1991Jan21.214449.26858@magnus.ircc.ohio-state.edu> Date: 21 Jan 91 21:44:49 GMT Sender: news@magnus.ircc.ohio-state.edu Organization: The Ohio State University Lines: 32 Originator: murthy@right.magnus.ircc.ohio-state.edu Nntp-Posting-Host: right.magnus.ircc.ohio-state.edu While compiling pcl on Vax Lisp 3.x here are some error messages about the following symbols having no-definition. Any suggestions on how to fix these will be highly appreciated. make-instance default-initargs allocate-instance initialize-instance shared-initialize make-wrapper inform-type-system-about-class I could get around these bugs by doing (defun *symbol* nil) (which is arbitrary). there is also a problem with system::set-svref where the argument is expected to be an array, which i could get around by arbitrarily defun-ing it. However, the following bug is persistent and I don't know how to proceed around it: (BOOTSTRAP-ACCESSOR-DEFINITIONS EQL-SPE ..UNBOUND-SLOT.. ..UNBOUND-SLOT..) the error is: argument ..UNBOUND-SLOT.. is not a list Thanks Murthy