Robert Dodier wrote:
Error during processing of initialization file /home/Jan/.sbclrc:
Don't know how to REQUIRE ASDF-INSTALL.
Hmm. Maybe it would work if you rename .sbclrc temporarily so
that SBCL doesn';t read it. Or maybe you can out
(require 'asdf-install) or whatever SBCL is complaining about.
Thanks, it indeed works if I comment (require 'asdf) and (require
'asdf-install).
I can go on for now but finally I need to know what to do in order to
keep these expressions in my .sbclrc file.
Could it be an sbcl issue?
Jan