mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] SDL_mixer (from Hg) is unable to find libvorb


From: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] SDL_mixer (from Hg) is unable to find libvorbisfile
Date: Tue, 21 Jun 2011 16:22:23 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110524 Thunderbird/3.1.10

On 06/21/2011 02:12 PM, Volker Grabsch wrote:
Tony Theodore schrieb:
On 21 June 2011 17:46, Nikos Chantziaras<address@hidden>  wrote:

It builds OK, but with one problem: it's unable to find the libvorbisfile 
library.  The autoconf test that fails is:

AC_CHECK_LIB([vorbisfile], [ov_open_callbacks], [have_ogg_lib=yes])

Any hints on how to solve this?

Hard to say without looking at the output of configure and config.log,
but you could try adding -lvorbisfile to:

LIBS='-lvorbis -logg'

I think that won't help

Actually it does. I replied to Tony instead of the list (he CC'ed me instead of only replying to the list himself, and I replied to the wrong email.) Here's a copy of my reply:


Argh... Thanks for pointing this out! When I edited sdl_mixer.mk to customize it to my preferences, I removed the LIBS line by mistake :-P Which was of course the source of the problem.




reply via email to

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