문제

I am trying to load up "cl+ssl" via

(asdf:oos 'asdf:load-op :cl+ssl)

resulting in

Component :TRIVIAL-GARBAGE not found, required by #<SYSTEM "cl+ssl">

is this problem known to anybody and if yes/no how can I fix this, or how can I approach to fix it?

도움이 되었습니까?

해결책

asdf:load-op doesn't automatically install dependencies for you (though I think it does automatically load them if you've already got them installed).

Really, the best way of handling this is by using quicklisp.

If you don't want to do that, you can probably install trivial-garbage via asdf-install, or manually install it from the source.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top