[Openmcl-devel] bootstrapping latest development ccl

R. Matthew Emerson rme at acm.org
Wed Mar 25 20:51:14 PDT 2020


I just pushed a change to development ccl that requires you to manually rebuild the lisp kernel binary before rebuilding the lisp image with (rebuild-ccl :clean t).

I won't have time to make new bootstrapping binaries until the weekend at the earliest, so in the meanwhile:

1. update your sources with git pull
2. cd lisp-kernel/darwinx8664 (or linuxx8664 or whatever platform)
3. make clean && make
4. cd ../..
5. ./dx86cl64 -n (or lx86cl64 or whatever), and then (rebuild-ccl :clean t)

This is due to the fix for https://github.com/Clozure/ccl/issues/280






More information about the Openmcl-devel mailing list