[Freeciv-Dev] Re: request for --disable-sound
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, Jun 11, 2002 at 08:47:11PM +0200, Raimar Falke wrote:
> On Fri, May 24, 2002 at 06:19:52PM +0200, Karl-Ingo Friese wrote:
> > Hello there,
> >
> > currently I am having a few problems compiling freeciv on
> > one of our machines where configure thinks there is sound
> > support but gmake obviousely thinks there is not:
> >
> > audio_sdl.c:22:23: SDL_mixer.h: Datei oder Verzeichnis nicht gefunden
>
> To chase this down please post the compile command for the audio_sdl.c
> file and the output of "sdl-config --cflags".
The problem is that parameters like ESD_FLAGS are unset in client/Makefile,
and also in client/agent/Makefile, but their nonempty value is used in
AM_MAKEFLAGS, and consequently passed to the recursive make invocation
for client/agents; therefore client/agents still tries to compile with
sound support.
> Raimar
--
Reinier
[Freeciv-Dev] Re: request for --disable-sound, Davide Pagnin, 2002/06/11
[Freeciv-Dev] Re: request for --disable-sound, Raimar Falke, 2002/06/11
[Freeciv-Dev] Re: request for --disable-sound, Davide Pagnin, 2002/06/13
|
|