Le Thu, 1 Dec 2011 14:41:31 -0700, Roger Pack <[email protected]> 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é _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
