Hi Anand,
On Wed, Sep 24, 2008 at 5:40 AM, Anand Patil anand.prabhakar.patil@gmail.com wrote:
debugger invoked on a ASDF:MISSING-DEPENDENCY: component :CLOSER-MOP not found, required by #<SYSTEM "clpython.core" {122B0A71}>
"Closer to MOP" is one of the two dependencies CLPython has, the other one being "ptester". You can find them at: http://common-lisp.net/project/closer/closer-mop.html http://www.cliki.net/ptester
The system definitions are in files closer-mop.asd and ptester.asd, respectively. If ASDF can find these files, it will automatically load these systems when you load CLPython.
- Willem