On mac, I have been having an error while trying to compile tpt saying SDL wasn't found or installed. I definately have SDL installed. I deleted some parts of the SConscript file just to see what happens. When I did scons in the terminal, it ran everything and ended near here:
src/PowderToySDL.cpp:9:10: fatal error: 'SDL.h' file not found
#include "SDL.h"
^
1 error generated.
scons: *** [build/src/PowderToySDL.o] Error 1
scons: building terminated because of errors.
After some research, I figured that the path for the computer to find sdl.h must be wrong, and I should tell it to find it somewhere else.
My question is: Where do I find the file in which the location of the sdl.h file is supposed to be, so I can change it?
What I got after doing ./coonfigure && make and then sudo make install:
I don't think it installed properly.
I am using OS X 10.11 (El Capitan)