lispgames / cl-sdl2

Common Lisp bindings for SDL2 using C2FFI.
MIT License
304 stars 82 forks source link

Installation instructions won't work for CLISP #44

Closed tjohnman closed 6 years ago

tjohnman commented 9 years ago

Following the installation instructions in the README will end up in this:

[2]> (asdf:load-system :sdl2-examples)
;; Compiling file /home/*****/quicklisp/local-projects/cl-sdl2/examples/basic.lisp ...
*** - LOAD: A file with name SDL2 does not exist
The following restarts are available:
RETRY          :R1      Retry compiling #<CL-SOURCE-FILE "sdl2-examples" "basic">.
ACCEPT         :R2      Continue, treating compiling #<CL-SOURCE-FILE "sdl2-examples" "basic"> as having been successful.
ABORT          :R3      Abort main loop
rpav commented 9 years ago

Hmm, this appears to be CLISP, which is known to have issues. Unfortunately I've had issues building a CLISP with all the necessary features to support this so testing has been limited.

With CCL and SBCL, I can't reproduce this, though.

tjohnman commented 9 years ago

SBCL works. Thanks for the heads up.

ryukinix commented 8 years ago

CLISP really doesn't works with that, I have the same issue here. CLISP is outdated.

mfiano commented 6 years ago

This won't be fixed, as CLISP is both unmaintained and does not have the performance required for most uses of SDL2 applications.

lstyrtmrnbd commented 6 years ago

I wish this was mentioned somewhere up-front