Andreas Fuchs asf@boinkor.net writes:
classes. Here's a patch working around that problem with asdf dependencies. McCLIM builds & runs fine for me on sbcl and cmucl with this patch; I have no postscript code (besided
With your patch McCLIM builds fine. When I start the CLIM Listener, however, it aborts with this error:
* (clim-listener:run-listener)
Error in KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER: the function LISP::DYNAMIC-SPACE-USAGE is undefined. [Condition of type UNDEFINED-FUNCTION]
Restarts: 0: [ABORT ] Return to application command loop 1: [RETURN-TO-LISTENER] Return to listener. 2: Return to Top-Level.
Debug (type H for help)
(KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER "<error finding name>" #.(SYSTEM:INT-SAP #x3FFFC88C) #<Alien (* #) at #x3FFFC518> (14)) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/interr.lisp. 0]
It indeed looks like recent versions of CMUCL no longer have this function:
* (apropos "DYNAMIC-SPACE-USAGE")
*
or at least with the same name. Maybe the function was renamed to LISP::DYNAMIC-SPACE-SIZE.
Paolo