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

Can't get it to work on CCL 1.11.1 macOS Sierra. #28

Closed s-clerc closed 6 years ago

s-clerc commented 6 years ago

I tried to run it using ccl with SDL2 installed and I recieve the following error:

 Error: Unknown field :WINDOW for foreign-record type:
>        #<FOREIGN-RECORD ANON-TYPE-7768 #x302001A7FDCD>
>        Valid fields:
>          :HDC (SDL2-FFI:HDC)
>        
> While executing: #<STANDARD-METHOD PLUS-C::BUILD-REF (SYMBOL AUTOWRAP:FOREIGN-RECORD T T)>, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.

This is on CCL64 BTW, I also tried running SDL2 to only arrive the same error.

s-clerc commented 6 years ago

Closing issue because I think it's a cl-sdl issue.

See https://github.com/lispgames/cl-sdl2/issues/101