[Openmcl-devel] Weird ASDF problem

Ron Garret ron at flownet.com
Sat Sep 11 11:53:29 PDT 2010


On Sep 11, 2010, at 11:42 AM, Ron Garret wrote:

> I would suggest replacing (truename #p"ccl:") in wrapping-output-translations with (let ((*default-pathname-defaults* nil)) (truename "ccl:"))

That should be:

(let ((*default-pathname-defaults* #P"")) ...

not NIL.

I found that just putting this in my ccl-init.lisp seems to be an adequate workaround:

(let ((*default-pathname-defaults* #P"")) (asdf::initialize-output-translations))

rg




More information about the Openmcl-devel mailing list