vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.4k stars 67 forks source link

Uses `sb-vm::make-ea` which has been removed #39

Closed Aksej closed 7 months ago

Aksej commented 3 years ago

Sketch currently does not compile on SBCL 2.1.*, since in 2.1.0 sb-vm::make-ea has been removed.

Gleefre commented 10 months ago

This is because of an outdated package (most probably sb-cga); which is probably due to an outdated quicklisp distribution. (See https://github.com/nikodemus/sb-cga/issues/10 for example.) If you are using quicklisp, updating it via (ql:update-all-dists) probably will fix the issue.

I can confirm that sketch is running fine on SBCL 2.1.*, linux. (Tested on sbcl-2.1.0, sbcl-2.1.5 and sbcl-2.1.10.)