When the debugger comes up for me, I often see the following kind of messages:
* *4x3mdp* Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable *4X3MDP* is unbound. Restarts: 0: [ABORT] Return to Top-Level. Debug (type H for help) (EVAL *4X3MDP*) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/eval.lisp. 0] q This suggests to me that my copy of CMUCL might be misconfigured --- it seems to want to find definitions of its own internals. I have been running CMUCL inside ILISP, with the following: (setq cmulisp-local-source-directory "/home/rpg/src/cmucl/18d/src/") but perhaps that's not good enough? Is there some environment variable I should be setting? I looked at the man pages, but none is mentioned. Thanks, R
