<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Can you tell us what version of asdf you have?  <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">(asdf:asdf-version)</code>?</p>

<p dir="auto">Will you please also report what <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">user-homedir-pathname</code> returns?  It should be the parent of your <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">common-lisp</code> directory (I.e., the same as the value of <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">%LOCALAPPDATA%</code>; if not, we have found your problem.  If so, we need to look further.</p>

<p dir="auto">On 18 Sep 2018, at 11:11, Mitch Berkson wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">This is with LW 7.1.1 and Win 10. <br>
<br>
<br>
I don't know how to get ASDF to find a file. My environment variable %LOCALAPPDATA% is C:\Users\Mitch\AppData\Local<br>
<br>
I have the files test.asd and test.lisp in c:\Users\Mitch\AppData\Local\common-lisp\test.asd<br>
<br>
;;; test.asd --------------------------------<br>
(defsystem "test"<br>
  :components ((:file "test")))<br>
;;; --------------------------------------------<br>
<br>
;;; test.lisp ------------------------------------<br>
<br>
<br>
(defpackage :test<br>
  (:use :common-lisp))<br>
<br>
(in-package :test)<br>
<br>
(defconstant *golden-ratio* 1.6180339887)<br>
;;; --------------------------------------------<br>
<br>
In LW, I do:<br>
CL-USER 1 > (require "asdf")<br>
CL-USER 2 > (asdf:load-system "test")<br>
<br>
and get:<br>
Error: Component "test" not found<br>
<br>
Thanks for any advice.<br>
<br>
Mitch<br>
<br>
<br>
_______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com <a href="http://www.lispworks.com/support/lisp-hug.html" style="color:#777">http://www.lispworks.com/support/lisp-hug.html</a></p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Robert P. Goldman<br>
Research Fellow<br>
Smart Information Flow Technologies (d/b/a SIFT, LLC)</p>

<p dir="auto">319 N. First Ave., Suite 400<br>
Minneapolis, MN 55401</p>

<p dir="auto">Voice:    (612) 326-3934<br>
Email:    <a href="mailto:rpgoldman@SIFT.net" style="color:#3983C4">rpgoldman@SIFT.net</a></p>
</div>
</div>
</body>
</html>