[Freeciv-Dev] Re: (PR#12202) osx ./configure: sdl mixer bug
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12202 >
configure:14304: checking SDL/SDL_mixer.h usability
configure:14316: gcc -c -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c >&5
conftest.c:106:27: SDL/SDL_mixer.h: No such file or directory
the failed line is just an #include <SDL/SDL_mixer.h>. Notice there is
no -I/sw/ included in the gcc line. However this line shouldn't really
come from CFLAGS but from INCLUDES or CPPFLAGS.
-jason
|
|