09/03/14 18:48:08
URLリンク(common-lisp.net)
ここを参考にして
CL-USER> (pushnew "C:/asdf-install/asdf-install/" asdf:*central-registry* :test #'equal)
("C:/asdf-install/asdf-install/" *DEFAULT-PATHNAME-DEFAULTS*)
CL-USER> (asdf:operate 'asdf:compile-op :asdf-install)
; Evaluation aborted
入力してみたんですが
component "asdf-install" not found
[Condition of type MISSING-COMPONENT]
こうなってしましました