maxvonseibold
2007-May-13 13:51 UTC
[Vorbis-dev] vorbis-tools ./configure problems libao2 posix threads
Hello, I have just subscribed to this list so please forgive me if this question is misplaced. I am trying to build vorbis-tools on Darwin 10.4 using SVN. I am having some real problems getting the configure script to satisfy the dependencies needed for ogg123 support (which I definitely want). The problems are:- Firstly configure wants libao and libcurl and POSIX Threads. I installed libao initially but found that I had to install libao2 (through fink). Will configure be happy with this? Secondly I am not wholly sure where precisely libao2 is placed once installed. I did a find and found several possibilities and added this to my configure script:- sudo ./configure --disable-vorbistest --with-ao=/sw/lib However I am still getting the same warning about libao. As for POSIX Threads, I have no clue! Could anyone offer any pointers for this ... ? Thanks (and sorry if this is the wrong thread to have posted this question to). Max.
Ivo Emanuel Gonçalves
2007-May-15 14:31 UTC
[Vorbis-dev] vorbis-tools ./configure problems libao2 posix threads
On 5/13/07, maxvonseibold <maxvonseibold@ambientaether.net> wrote:> I am having some real problems getting the configure script to satisfy > the dependencies needed for ogg123 support (which I definitely want).I have never tried to build ogg123, but in theory you shouldn't need libao. Libao is needed when the OS doesn't have a sound system (like ALSA in Linux). Darwin should have one. This and the POSIX error seem more like a problem with the conf script for ogg123 in Darwin than a problem on your hand. POSIX is available in pretty much every Unix-like system, and I believe Darwin has POSIX compliance. I'm afraid I can't give you a solution, so let's hope someone else with knowledge of Darwin will help you out. -Ivo