Open GoogleCodeExporter opened 9 years ago
Sounds like you're missing the SDL-image dev package ( libsdl-image1.2-dev ).
Original comment by jaxad0...@gmail.com
on 3 Apr 2011 at 3:36
No, libsdl-image1.2-dev is definately installed.
Original comment by toddcar...@gmail.com
on 3 Apr 2011 at 3:48
In the compile command there's this:
-I/usr/local/include/SDL
That at least means that SDL_image.h is apparently not found there. So seems to
me that something is wrong on your system causing it to pick an SDL include
path that's in /usr/local/include rather than /usr/include.
Original comment by b.lindeijer
on 3 Apr 2011 at 5:59
Original issue reported on code.google.com by
toddcar...@gmail.com
on 3 Apr 2011 at 3:27