>>>>> "Robert" == Robert P Goldman <[EMAIL PROTECTED]> writes:
Robert> (EVAL *4X3MDP*)
Robert> Source: Error finding source:
Robert> Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
Robert> exists:
Robert> target:code/eval.lisp.
Robert> 0] q
Robert> This suggests to me that my copy of CMUCL might be misconfigured --- it
Robert> seems to want to find definitions of its own internals. I have been
Robert> running CMUCL inside ILISP, with the following:
Robert> (setq cmulisp-local-source-directory "/home/rpg/src/cmucl/18d/src/")
Robert> but perhaps that's not good enough? Is there some environment variable
Robert> I should be setting? I looked at the man pages, but none is mentioned.
Unless you want to edit or look at the source file, these error
messages aren't important.
However, to get this to work, look in your site-init.lisp, wherever
that is. You should find some comments in there on what to do.
Basically,
(setf (ext:search-list "target:")
'("/full/path/to/cmucl/src/directory/"))
Be sure to include the trailing slash.
Ray