From: ยทยทยท@netvision.net.il
Subject: CLISP fail to load metatilities.asd
Date: 
Message-ID: <1140310618.117141.105790@o13g2000cwo.googlegroups.com>
Hi.

I'm trying to asdf:load-op cl-graph.
CLISP 2.37 fail to load metatilities.asd. It tries to make-pathname
with last qualifier of the
:directory  according to implementation name.
the or expression name 4 imps none of them is CLISP, hence evaluate to
NIL
which invalidate the :directory argument:
MAKE-PATHNAME: illegal :DIRECTORY argument (:ABSOLUTE "lisplibs"
"metatilities"
 "dev" NIL)

How do I get around that ?

TIA,
Shimon.