[Freeciv-Dev] Re: (PR#11825) os x building
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11825 >
Ok, here is the problem:
The patch Jason gave me had the right idea, but... wrong syntax...
in the file sound.m4, the original line read:
AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio, SDL_mixer=yes)
The patch changed it to:
AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio, [SDL_mixer=yes], [$SDL_LIBS])
But this is what it *should* be:
AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio, [SDL_mixer=yes],
[SDL_mixer=no], [$SDL_LIBS])
It is simply a matter of the syntax of the arguments to AC_CHECK_LIB,
which I found out by reading in the manual.
Now it builds, and sounds are working! But, bizzarely, a new bug: It
doesn't quit. I press on the "Quit" button, and the music loop stops
playing, but the game doesn't quit, it just sits there frozen with the
"Quit" button pressed in. Anyone got an idea about this?
Ruben
On 07/01/2005, at 7:37 PM, Per I. Mathisen wrote:
>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=11825 >
>
> On Thu, 6 Jan 2005, Ruben Zilibowitz wrote:
>> Annoying that there's no online manual for Autoconf. Might download
>> and
>> read about it later.
>
> http://www.gnu.org/software/autoconf/manual/autoconf-2.57/autoconf.html
>
> - Per
- [Freeciv-Dev] Re: (PR#11825) os x building, Jason Short, 2005/01/06
- [Freeciv-Dev] Re: (PR#11825) os x building, Ruben Zilibowitz, 2005/01/06
- [Freeciv-Dev] Re: (PR#11825) os x building, Jason Short, 2005/01/06
- [Freeciv-Dev] Re: (PR#11825) os x building, Ruben Zilibowitz, 2005/01/06
- [Freeciv-Dev] Re: (PR#11825) os x building, Per I. Mathisen, 2005/01/07
- [Freeciv-Dev] Re: (PR#11825) os x building,
Ruben Zilibowitz <=
- [Freeciv-Dev] Re: (PR#11825) os x building, Jason Short, 2005/01/07
- [Freeciv-Dev] Re: (PR#11825) os x building, Ruben Zilibowitz, 2005/01/08
- [Freeciv-Dev] Re: (PR#11825) os x building, Ruben Zilibowitz, 2005/01/08
|
|