bobbi228 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

sdl-config isn't used in configure script to detect SDL-Library #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On my distribution the SDL includes are installed under /usr/include/SDL
and aren't found because the sources use #include <SDL.h>. I temporarly
fixed that by putting -I/usr/include/SDL to the CFLAGS in config/config.mk.

There exists a script called sdl-config which can output all include-paths
and so on. Perhaps that should be used to detect the sdl-installation and
configure the CFLAGS.

Original issue reported on code.google.com by pie...@network-x.de on 4 Apr 2008 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by pphaneuf on 6 Feb 2009 at 5:20