Thanks Daniel, the workaround lets me run the McCLIM demos just fine.
Great!
By the way, I have a McCLIM loading issue also with CLISP. Is it related? Is the venerable CLISP even supposed to run current McCLIM?
I'm not personally testing on clisp because its build process broke for me at some point, but recently Robert Brown sent a few patches that mitigate some style warnings on McCLIM. Apparently some of our dependencies depend on libraries that use local package nicknames. Today I'd say that assuming them is not controversial, given that they are around for good few years on majority of implementations. As of clisp: https://gitlab.com/gnu-clisp/clisp/-/merge_requests/3 There is a merge request fir local package nicknames, and it was recently mentioned in other issue with the maintainer listening -- it also got a favorable a-ok a few months back, maybe they forgot to merge it? In any case this, and https://gitlab.com/gnu-clisp/clisp/-/merge_requests/15 (merged yesterday), may be enough to build McCLIM. Daniel