<URL: http://bugs.freeciv.org/Ticket/Display.html?id=33634 >
Suggested by hima at http://forum.freeciv.org/viewtopic.php?t=2482 to log this. Tried installing from Darwinports and compiling libSDL and libSDL_mixer from source. Here's my ./configure args: env CC="gcc -no-cpp-precomp -I/opt/local/include -L/opt/local/lib" CFLAGS="-O3" ./configure --enable-client=gtk2 --prefix=/opt/local/games/freeciv-2.1.0-beta2 --with-sdl-prefix=/opt/local ./config.log shows: checking for sdl-config... /opt/local/bin/sdl-config checking for SDL - version >= 1.0.0... yes checking SDL/SDL_mixer.h usability... yes checking SDL/SDL_mixer.h presence... yes checking for SDL/SDL_mixer.h... yes checking for Mix_OpenAudio in -lSDL_mixer... no checking building SDL_mixer support... no, found header but not library! libSDL_mixer.a is there in my /opt/local/lib along with libSDL.a and libSDLmain.a, plus the dylibs etc. Thanks.Suggested by hima at http://forum.freeciv.org/viewtopic.php?t=2482 to log this.
Tried installing from Darwinports and compiling libSDL and libSDL_mixer from source. Here's my ./configure args:
env CC="gcc -no-cpp-precomp -I/opt/local/include -L/opt/local/lib" CFLAGS="-O3" ./configure --enable-client=gtk2 --prefix=/opt/local/games/freeciv-2.1.0-beta2 --with-sdl-prefix=/opt/local
./config.log shows:
checking for sdl-config... /opt/local/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
checking SDL/SDL_mixer.h usability... yes
checking SDL/SDL_mixer.h presence... yes
checking for SDL/SDL_mixer.h... yes
checking for Mix_OpenAudio in -lSDL_mixer... no
checking building SDL_mixer support... no, found header but not library!
libSDL_mixer.a is there in my /opt/local/lib along with libSDL.a and libSDLmain.a, plus the dylibs etc.
Thanks.
_______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
