> try > #include <SDL/SDL.h> > instead of > #include "SDL/SDL.h" The most portable way is: #include "SDL.h" and then use sdl-config on Unix to set up the correct include path. See ya, -Sam Lantinga, Lead Software Engineer, Blizzard Entertainment