(ql:quickload :lisp-stat) fails in Franz's Allegro Common Lisp 11.0 [64-bit macOS (Apple Silicon)]
Error message is: System "sb-cltl2" not found
Which makes sense, as that is an SBCL-specific system.
If I abort out of the sb-cltl2 load, it fails again with: "Dependency looping -- already tried to load sb-cltl2"
Once I get it loaded, I'm happy to run the tests in the ACL environment. I can probably fix most of the issues that come up...
Larry
(ql:quickload :lisp-stat) fails in Franz's Allegro Common Lisp 11.0 [64-bit macOS (Apple Silicon)]
Error message is: System "sb-cltl2" not found
Which makes sense, as that is an SBCL-specific system.
If I abort out of the sb-cltl2 load, it fails again with: "Dependency looping -- already tried to load sb-cltl2"
Once I get it loaded, I'm happy to run the tests in the ACL environment. I can probably fix most of the issues that come up...
Larry