[clpython-devel] Installation problems

Willem Broekema metawilm at gmail.com
Wed Sep 24 08:21:39 UTC 2008


Hi Anand,

On Wed, Sep 24, 2008 at 5:40 AM, Anand Patil
<anand.prabhakar.patil at 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



More information about the Clpython-devel mailing list