Closed GoogleCodeExporter closed 8 years ago
Ah, yes, I found this problem too. The location of the SDL headers has been
changed
in a recent version of Ubuntu (not sure when?). Most programs using SDL use the
"sdl-config" program to obtain the location of the SDL headers and library, but
Quadra didn't, so when they were moved, Quadra didn't follow. Compiling with the
following "configure" option seems to work at the moment without needing to
modify
the source code:
./configure CPPFLAGS=-I/usr/include/SDL
Note that you do not need to use "sudo" to compile quadra, only for the eventual
"make install".
I'm not considering this a fix, just a workaround, the proper fix will be to
improve
the detection of SDL, so I'm leaving this issue open until it is properly
resolved.
Thanks for reporting it!
Original comment by pphaneuf
on 19 Feb 2009 at 10:09
Original comment by pphaneuf
on 19 Feb 2009 at 10:30
Should be fixed by r732.
Original comment by pphaneuf
on 21 Feb 2009 at 11:03
Original issue reported on code.google.com by
jose.go...@gmail.com
on 19 Feb 2009 at 9:35