[SDL] How to install SDL in ubuntu...

Ryan C. Gordon icculus at icculus.org
Sat Apr 21 17:21:28 PDT 2007


> I use this headers:
> 
> #include "SDL/SDL.h"

The compiler found this header, since it didn't report an error here. 
This means you probably have SDL installed correctly.

> #include <string>

This is a C++ header, you're compiling a C program. That's where your 
errors are coming from.

--ryan.



More information about the SDL mailing list