[DVDnav-discuss] cross/mingw compilation (was assertion failure with certain DVD's)
Rafaël Carré
funman at videolan.org
Thu Dec 1 22:59:14 CET 2011
Le Thu, 1 Dec 2011 14:41:31 -0700,
Roger Pack <rogerdpack2 at gmail.com> a écrit :
> > or just run automake --add-missing like suggested (agreed it's not
> > exactly explicit, that's one of numerous autoconf problems)
>
> Nice.
> On Linux this clear it up:
>
> $ autoreconf
> $ automake --add-missing
> $ autoreconf
>
> in mingw I don't get the libtoolize messages:
>
> $ autoreconf
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
Add a line saying "AC_CONFIG_MACRO_DIR([m4])" to configure.ac
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Add a line saying "ACLOCAL_AMFLAGS = -I m4" to Makefile.am or add -I m4
if ACLOCAL_AMFLAGS is already declared
> and so it still fails, but at least I have a working cross compiler now, thanks!
>
> Also I noticed that linking libdvdnavmini is missing the "-ldvdread"
> for some reason, for it fails..
Ah for that one it must be an error..
--
Rafaël Carré
More information about the DVDnav-discuss
mailing list