Closed GoogleCodeExporter closed 9 years ago
What is your output for `sdl-config --cflags`?
Original comment by andre....@gmail.com
on 7 Apr 2009 at 11:39
Original comment by andre....@gmail.com
on 7 Apr 2009 at 11:40
$ sdl-config --cflags
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
After check, I can say:
the sdl-config is part of the sdl-1.2.13-i486-2 package from my linux distro
(which
has a --prefix=/usr ).
The SDL_rotozoom.h file is part of my own compiled package, which resides in
--prefix=/usr/local
Original comment by oct...@alinto.com
on 7 Apr 2009 at 12:09
Thank you. I see what the problem is: since SDL is part of the system, it is
installed
in /usr. And since SDL_gfx was installed as a custo package, it was installed
on
/usr/local. My mistake was to assume that SDL and SDL_gfx would always live in
the same
directory.
I'll have to release a new version fixing this.
Original comment by andre....@gmail.com
on 7 Apr 2009 at 12:21
Original comment by andre....@gmail.com
on 7 Apr 2009 at 2:52
Original comment by andre....@gmail.com
on 7 Apr 2009 at 3:42
Original issue reported on code.google.com by
oct...@alinto.com
on 7 Apr 2009 at 10:03