Closed mirkov closed 2 years ago
So that spec file is generated specifically for SDL2
itself. We need to generate one for SDL2_image
for cl-autowrap
to have anything to work with. I'm following more or less the same example here.
There is a discussion and a posted solution on this Reddit Thread.
I will close this issue, redirecting interested users to that discussion.
Hello,
I am trying to get Sketch going on my MacBookAir laptop & SBCL. First step is to get SDL libraries. I got SDL2 running. Now I need to get sdl2-image running.
The error I get when loading the system is:
I got CL-SDL2 running following the post which provides an updated
autowrap.lisp
andSDL2.aarch64-apple-darwin9.spec
files. I thought the same fix may work for sdl2-image.I blindly applied the same fixes to SDL2-IMAGE as follows:
autowrap.lisp
changing the name of the.h
fileSDL.aarch64-apple-darwin9.spec
intoSDL_image.aarch64-apple-darwin9.spec
:force t
Any thoughts on how to fix this problem? Is this even the right path?
Thanks,