rpav / cl-autowrap

(c-include "file.h") => complete FFI wrapper
BSD 2-Clause "Simplified" License
212 stars 41 forks source link

Compilation of cl-sdl2 fails on rPi 3 and CCL #88

Open Joh11 opened 6 years ago

Joh11 commented 6 years ago

When using quicklisp and CCL v.1.11.5 to compile sdl2:

? (ql:quickload :sdl2)
To load "sdl2":
  Load 1 ASDF system:
    sdl2
; Loading "sdl2"
................
> Error: The value #<CODE-VECTOR #x1551E6E6> is not of the expected type LIST.
> While executing: (:INTERNAL AUTOWRAP:DEFINE-FOREIGN-FUNCTION), in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.

cl-autowrap seems to be the cause. Maybe related to this issue.