I don't know then. This is what I get on a fresh compile - note that it even specifies the framework paths in the command line options: antimass@gem:~/github/ChrysaLisp$ make echo x86_64 > arch echo Darwin > platform…
Do you have "SDL2.framework" and "SDL2_ttf.framework" installed under "/Library/Frameworks"?
This is what I have under "/Library/Frameworks": antimass@gem:~$ ls /Library/Frameworks/SDL* drwxr-xr-x@ 22 Sep 14:54 SDL2.framework drwxr-xr-x@ 1 Feb 2016 SDL2_ttf.framework antimass@gem:~$ Wouldn't compile till I…
see parent reply
For a recent macOS version, do: 0) Make sure you have a recent Xcode installed 1) Install the libsdl2 and libsdl2_ttf frameworks under /Library/Frameworks libsdl2: https://www.libsdl.org/release/SDL2-2.0.6.dmg sdl2+ttf:…
I don't know then. This is what I get on a fresh compile - note that it even specifies the framework paths in the command line options: antimass@gem:~/github/ChrysaLisp$ make echo x86_64 > arch echo Darwin > platform…
Do you have "SDL2.framework" and "SDL2_ttf.framework" installed under "/Library/Frameworks"?
This is what I have under "/Library/Frameworks": antimass@gem:~$ ls /Library/Frameworks/SDL* drwxr-xr-x@ 22 Sep 14:54 SDL2.framework drwxr-xr-x@ 1 Feb 2016 SDL2_ttf.framework antimass@gem:~$ Wouldn't compile till I…
see parent reply
For a recent macOS version, do: 0) Make sure you have a recent Xcode installed 1) Install the libsdl2 and libsdl2_ttf frameworks under /Library/Frameworks libsdl2: https://www.libsdl.org/release/SDL2-2.0.6.dmg sdl2+ttf:…