Greg Bennett writes:
I restarted ccl64 and then I tried (require 'mcclim) which broke with the message:
This works fine here. FWIW ASDF hooks into require mechanism, but that doesn't mean, that ASDF will download dependencies with Quicklisp. Opticl-CORE needs to be present on system if you want to have require work (or `(asdf:require-system …)`).
Please try first to
(ql:quickload 'mcclim)
That should download OptiCL (with OptiCL-core), and after that you will be able to issue (require 'mcclim) again on any image which has ASDF configured to use Quicklisp-downloaded systems.
Loading McCLIM works fine here that way (I've updated dists to verify that).
Best regards, Daniel