You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using
quicklisp
and CCL v.1.11.5 to compilesdl2
:cl-autowrap seems to be the cause. Maybe related to this issue.
The text was updated successfully, but these errors were encountered: