Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Robert Goldman
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

Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Robert Goldman
You could fix this by doing a bit of configuration, but TBH, it will just be easier to move your common-lisp director into `C:\Users\Mitch`. Best, R On 18 Sep 2018, at 14:47, Mitch Berkson wrote: Thanks. As you suggested, I was using %LOCALAPPDATA% instead of just `user-homedir-pathname`

Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Mitch Berkson
I was actually doing this en route to getting that bit of configuration working.  What I did (following https://common-lisp.net/project/asdf/asdf/Configuring-ASDF-to-find-your-systems.html) is create the file %LOCALAPPDATA%

Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Mitch Berkson
Thanks.  As you suggested, I was using %LOCALAPPDATA% instead of just user-homedir-pathname (which is C:\Users\Mitch\)  On 9/18/2018 3:27 PM, Robert Goldman wrote: Can you tell us what version of asdf you have?

Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Robert Goldman
I suspect that the problem is that you are telling ASDF to look for systems in the `d:/grouptix/` *subdirectory* of your home directory. Or something. I think you just want `(:tree "d:/grouptix/")` For debugging, I'd suggest using the REPL and test your forms using

Re: ASDF 3 on WIn 10 doesn't find component

2018-09-18 Thread Mitch Berkson
Great.  Thanks.  That worked. On 9/18/2018 5:02 PM, Robert Goldman wrote: I suspect that the problem is that you are telling ASDF to look for systems in the d:/grouptix/ subdirectory of your home