ASDF 3 on WIn 10 doesn't find component
Robert Goldman
rpgoldman at sift.net
Tue Sep 18 19:27:15 UTC 2018
Can you tell us what version of asdf you have? `(asdf:asdf-version)`?
Will you please also report what `user-homedir-pathname` returns? It
should be the parent of your `common-lisp` directory (I.e., the same as
the value of `%LOCALAPPDATA%`; if not, we have found your problem. If
so, we need to look further.
On 18 Sep 2018, at 11:11, Mitch Berkson wrote:
> This is with LW 7.1.1 and Win 10.
>
>
> I don't know how to get ASDF to find a file. My environment variable
> %LOCALAPPDATA% is C:\Users\Mitch\AppData\Local
>
> I have the files test.asd and test.lisp in
> c:\Users\Mitch\AppData\Local\common-lisp\test.asd
>
> ;;; test.asd --------------------------------
> (defsystem "test"
> :components ((:file "test")))
> ;;; --------------------------------------------
>
> ;;; test.lisp ------------------------------------
>
>
> (defpackage :test
> (:use :common-lisp))
>
> (in-package :test)
>
> (defconstant *golden-ratio* 1.6180339887)
> ;;; --------------------------------------------
>
> In LW, I do:
> CL-USER 1 > (require "asdf")
> CL-USER 2 > (asdf:load-system "test")
>
> and get:
> Error: Component "test" not found
>
> Thanks for any advice.
>
> Mitch
>
>
> _______________________________________________ Lisp Hug - the mailing
> list for LispWorks users lisp-hug at lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
Robert P. Goldman
Research Fellow
Smart Information Flow Technologies (d/b/a SIFT, LLC)
319 N. First Ave., Suite 400
Minneapolis, MN 55401
Voice: (612) 326-3934
Email: rpgoldman at SIFT.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20180918/9ad78194/attachment.html>
More information about the asdf-devel
mailing list