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

Can't compile fcl in coral lisp



I can't get the latest (copied today) version of PCL to compile under
coral common lisp.  It barf trying to compile the top level form 

 (eval-when (compile load eval)
   (mapcar #'eval *fsc-defclass-forms*))

Compiling FSC...
> Error: (*SLOT-UNBOUND*) is not a valid argument to CCL:ASSQ .
> While executing: CCL:ASSQ

I'd say more, but the debugger in coral sucks pretty hard.

[I added the change to canonicalize-slot-specification from the bug
reports today and it didn't seem to help.]