XShm.h: No such file or directory
./src/video/x11/SDL_x11dyn.h:45:33: fatal error: X11/extensions/XShm.h: No such file or directory
Solution
$> sudo apt-get install libxext-dev
The following packages have unmet dependencies:
libxext-dev : Depends: libxext6 (= 2:1.3.0-3build1) but 2:1.3.0-3ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Please help me !!!
Thanks Mikhail with this solution :
$> sudo apt-get update
$> sudo apt-get install libxext-dev
Run \'apt-get update\' before \'install\'.
You help me a lot!
thx!