[DVDnav-discuss] dvdnav disabled - dvdnav-config does not recognize --minilibs
John Brown
johnbrown105 at hotmail.com
Sun May 20 15:28:28 CEST 2007
Nico Sabbi <nicola_sabbi at ...> writes:
>
> John Brown wrote:
> > Diego Biurrun wrote:
> >
<cut>
> >>
> >>svn://svn.mplayerhq.hu/dvdnav/trunk
> >>
> >
> > OK. I see a number of directories:
> >
> > dvd-web/
> > dvdbackup/
> > ifodump/
> > kio-dvdnav/
> > libdvdnav/
> > libdvdnav2/
> > www/
> > xine-dvdnav/
> > xine-howto/
> >
> > Which ones are used by MPlayer?
I read the 'libdvdnav vs. libdvdnav2' thread, and I assume that I should use
libdvdnav instead of libdvdnav2. By any chance, does MPlayer need any of the
other subdirectories within dvdnavmini?
> >
> > I entered libdvdnav and ran 'sh autogen.sh'. I got the following error
> > messages:
> >
> > + Running aclocal: done.
> > + Running libtoolize: done.
> > + Running autoheader: configure.ac:236: error: `
> > ' is already registered with AC_CONFIG_FILES.
> > autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
> > configure.ac:236: the top level
> > autom4te: /bin/m4 failed with exit status: 1
> > autoheader: '/usr/bin/autom4te' failed with exit status: 1
> > done.
>
> you miss m4 or some of its ugly party
>
I fixed the problem. I:
1) installed the latest m4 and
2) deleted the autom4te.cache directory.
It is possible that (1) was not necessary and (2) is what really fixed it. In
case (1) is necessary, a note for Mingw/MSYS users on Windows:
One should not install non-MSYS executables in /bin, so you have to configure m4
with --prefix=/usr/local (unless, of course, you have the means to build a MSYS
version of m4). Then, in bash, run 'export M4=/usr/local/bin/m4' to make autoXXX
use it instead of /bin/m4.
More information about the DVDnav-discuss
mailing list