[MPlayer-users] dvdnav problem
Nico Sabbi
Nicola.Sabbi at poste.it
Wed Jun 11 09:36:53 CEST 2008
On Wednesday 11 June 2008 01:20:16 Krzysztof Duchnowski wrote:
> Nico Sabbi pisze:
> >> svn won't update/copy src/dvdread from tree so it's missing
> >>
> >> What's going on? DVDNAV no longer uses it's own dvdread and uses
> >> mplayer internal-dvdread or system wide dvdread?
> >
> > you have to checkout and install libdvdread from the same
> > repository before libdvdnav and mplayer
>
> So, right now dvdread is externally updated and compiled but from
> mplayer svn, right (it's no longer an part of the dvdnav tree but
> it have it's own tree)?
it's part of the dvdnav tree
>
> But it could be nice to know that such a change was happen.
it's in DOCS/tech/dvdnav-howto.txt
>
> By the way, libtool version detection system have flaw: I have
> libtool 1.5.24 in my system but "autogen.sh" don't recognize it.
>
> First of this function:
> > detect_libtool() {
> > # try glibtool first, then libtool
> > try_libtool_executable 'glibtool'
>
> gives my error:
> > ./autogen.sh: line 88: glibtool: polecenie nieodnalezione
> > ./autogen.sh: line 89: test: : oczekiwano wyrażenia liczbowego
> > ./autogen.sh: line 89: test: : oczekiwano wyrażenia liczbowego
> >
> > **Error**: You must have `libtool' >= 1.4.0 installed to
> > compile libdvdread. Download the appropriate package
> > for your distribution or source from ftp.gnu.org.
>
> But when I comment out "glibtool" testing then I have only this:
> > ./autogen.sh: line 89: test: : oczekiwano wyrażenia liczbowego
> >
> > **Error**: You must have `libtool' >= 1.4.0 installed to
> > compile libdvdread. Download the appropriate package
> > for your distribution or source from ftp.gnu.org.
>
> It's because in line 89 arithmetic binary operators was used to
> compare text string.
>
> Next one error is with automake. I have 1.10 in system but it's
> recognized by your code as 110 thus it "have lower revision than
> 1.6" which have "160" mark in your test.
> I was forced to change automake temporary to 1.9 version.
>
> This same problem is with aclocal but this I can't change.
>
> So... I've made dirty hack to autogen to work - there is diff:
a proper fix will be committed soon
More information about the MPlayer-users
mailing list