Compile error: SDL.h
Posted: Wed Feb 15, 2012 4:30 pm
I followed the steps verbatim from the wiki but I get the following errors during the final compile:
I can see SDL.h in GIMX/libsdl/include/SDL
Is the the right location?
Thanks...
Code: Select all
In file included from src/event_catcher.cpp:1:0:
include/event_catcher.h:3:21: fatal error: SDL/SDL.h: No such file or directory
compilation terminated.
In file included from include/ConfigurationFile.h:6:0,
from include/XmlReader.h:4,
from include/XmlWritter.h:4,
from src/XmlWritter.cpp:1:
include/event_catcher.h:3:21: fatal error: SDL/SDL.h: No such file or directoryIn file included from include/ConfigurationFile.h:6:0,
from include/XmlReader.h:4,
from src/XmlReader.cpp:1:
include/event_catcher.h:3:21: fatal error: SDL/SDL.h: No such file or directory
.
.
.
src/event_catcher.cpp:2:21: fatal error: SDL/SDL.h: No such file or directory
Is the the right location?
Thanks...