Hello,
I commented on #73 not realising the ticket was closed, and I am not sure if closed tickets generate notifications....
So here is the original:
I am attempting to build sdlada on FreeBSD and am also getting the issues with the build not finding any SDL header. I too have to patch three files to prepend SDL2 to the include directive.
sdl2-config --cflags returns:
-I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE
sdl2-config --libs returns:
Tho, I am unsure if I am building the project correctly, there is no Alire on FreeBSD yet, so I am using the Ports system to fetch, extract, and cd to ${SRC}/build/gnat/ and run GNU make there.
sdl2-config is installed and found by GNU make.
Hello,
I commented on #73 not realising the ticket was closed, and I am not sure if closed tickets generate notifications....
So here is the original:
I am attempting to build sdlada on FreeBSD and am also getting the issues with the build not finding any SDL header. I too have to patch three files to prepend SDL2 to the include directive.
sdl2-config --cflagsreturns:sdl2-config --libsreturns:Tho, I am unsure if I am building the project correctly, there is no Alire on FreeBSD yet, so I am using the Ports system to fetch, extract, and
cdto${SRC}/build/gnat/and run GNUmakethere.sdl2-configis installed and found by GNUmake.