Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2003:
[Freeciv-Dev] Re: (PR#6201) 1.14: SDL mixer compilation problem
Home

[Freeciv-Dev] Re: (PR#6201) 1.14: SDL mixer compilation problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rt-guest@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6201) 1.14: SDL mixer compilation problem
From: "Mike Kaufman" <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 2003 14:55:21 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Fri, Oct 17, 2003 at 02:37:26PM -0700, Guest wrote:
> 
> >> No, I hadn't, so I tried it just now. Actually, I changed both
> >> #include <SDL.h>
> >> #include <SDL_mixer.h>
> >> in client/audio_sdl.c to
> >> #include <SDL/SDL.h>
> >> #include <SDL/SDL_mixer.h>
> >> and it worked! So, it may not really be a problem after all, but I
> >> still find it confusing that ./configure reports everything as OK
> >> when it isn't.
> 
> I tried (still CVS Oct 12) changing to 
> #include "SDL.h"
> #include "SDL_mixer.h"
> and it still didn't work. (make exits with the error:
> audio_sdl.c:22:23: SDL_mixer.h: No such file or directory)

the brackets <> are important. Try it with those instead of quotes.

-mike



[Prev in Thread] Current Thread [Next in Thread]