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@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@SIFT.net