[Bese-devel] ucw 0.3.9
Marco Baringer
mb at bese.it
Sat May 7 17:54:20 UTC 2005
Jason Wang <randomtalk at gmail.com> writes:
> Unable to find the system for :ARNESI.
> asdf:*central-registry* is ((MERGE-PATHNAMES ".clc/systems/"
> (USER-HOMEDIR-PATHNAME))
> #P"/usr/share/common-lisp/systems/"
> (MERGE-PATHNAMES ".sbcl/systems/"
> (USER-HOMEDIR-PATHNAME))
> (MERGE-PATHNAMES "site-systems/"
> (TRUENAME
> (POSIX-GETENV "SBCL_HOME")))
> (MERGE-PATHNAMES "systems/"
> (TRUENAME
> (POSIX-GETENV "SBCL_HOME")))
> *DEFAULT-PATHNAME-DEFAULTS*).
andf needs to know about the ucw/systems/ directory, apparently it
does not. add something like this:
(pushnew "/path/to/ucw/systems/" asdf:*central-registry* :test #'string=)
to your .sbclrc
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the bese-devel
mailing list