robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:SICL-BOOT won't compile due to evaluation-environment-mixin not being defined

zardoz03 opened this issue · comments

commented

If I were to clone SICL and Acclimation to ql:quicklisp-home/local-projects, and quickload closer-mop and documentation-utils, (asdf:load-system :sicl-boot) fails due to https://github.com/robert-strandh/SICL/blob/master/Code/Environment-Clostrum/environment.lisp#L45 not being defined within any part of the dependencies or SICL itself.

The SICL bootstrapping procedure is currently broken, because of modifications to
Clostrum that I haven't had time to keep up with. However, even when it is not
broken, there is not a lot you can do with it once the current bootstrapping procedure
finishes its execution. SICL is still not complete.