Strange, I do have ASDF2 loaded into RMCL 5.2.1, and just loaded two ASDF packages, but:
? (user-homedir-pathname) #4P"home:" ? (truename *) #P"Snow Leopard:Users:binghe:Lisp:RMCL 5.2.1:"
Seems everything is fine on my side ...
--binghe
在 2011-1-21,18:29, Pascal Costanza 写道:
Hi,
Thanks a lot to Chun Tian (binghe) and you already!!!
However, it looks like this is going to be a lot more work:
- After loading ASDF and trying to load a system, I get the following error:
Error: File #4P"home:" does not exist. While executing: TRUENAME
...which is triggered again by the following:
1 > (truename (user-homedir-pathname))
Error: File #4P"home:" does not exist. While executing: TRUENAME
Translating the user-homedir-pathname in a different way yields the following:
2 > (translate-logical-pathname (user-homedir-pathname)) #P"Macintosh HD:Users:costanza:lisp:RMCL 5.2.1:"
This is probably because Mac OS 9 didn't know about home directories.
When I try truename before attempting to load any system, I get the following:
? (truename (user-homedir-pathname)) #P"Macintosh HD:Users:costanza:lisp:RMCL 5.2.1:"