Re: Ogle

Bj|rn Englund <[email protected]> Mon, 2 Aug 2004 19:44:56 +0200
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
Mon Aug 02 2004, Matthias Saou wrote:
> 
> Hmmm, nobody had reported the problem to me! From the build log, I have
> this :

I just discovered this.

> 
> checking for alsa version... found 0.5.x
> configure: WARNING: Disabling ALSA support, install a 0.9.x version
> 
> Which is definitely not normal since I had the FC2 alsa-lib-devel package
> installed at the time of the build. Seems like detection of libs is not
> broken just for libdvread (no one answered the many posts about x86_64
> libdvdnav detection in ogle's configure script).

Sorry about that, though I don't know how to fix it in a nice way.
Do you have any suggestions how to find a lib if it is in /lib or /lib64
The way the configure script works now, it takes prefix and adds /lib if
you specified a --with-dvdread=prefix
Probably need to add some sort of --with-dvdread-libs=...
Would be nice to try and fix it this week so it gets in the next release.

> 
> I'll try another compile and see what happens in the config.log.
> 

Yes there is a bug in the configure script for alsa 1.0 which I guess
fedora is using now, so that would have prevented alsa from being compiled in.
I think there is a fix in CVS.

/Bj|rn