[SOLUTION/WORKAROUND?] Can not compile libdvdnav
#1
This is not a scream for help =)
just wanted to share this.

I'v had the same compile errors for at least 4 different revisions dont remeber wich ones exactly but the latest I tried were 14530.

error:

configure.ac:73: version mismatch. This is Automake 1.7.9,
configure.ac:73: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:73: comes from Automake 1.7.1. You should recreate
configure.ac:73: aclocal.m4 with aclocal and run automake again.
make[4]: *** [Makefile.in] Error 1
make[4]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/libdvdnav/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/configure.ac:73: version mismatch. This is Automake 1.7.9,
configure.ac:73: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:73: comes from Automake 1.7.1. You should recreate
configure.ac:73: aclocal.m4 with aclocal and run automake again.
make[4]: *** [Makefile.in] Error 1
make[4]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/libdvdnav/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/libdvdnav'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/libdvdnav'
make[1]: *** [libdvdnav] Error 2
make[1]: *** Waiting for unfinished jobs....'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kg/Work/XBMC/xbmc/cores/dvdplayer/Codecs/libdvdnav'
make[1]: *** [libdvdnav] Error 2
make[1]: *** Waiting for unfinished jobs....

every thing else seems to compile just fine.

SOLUTION:

enter libdvdnav directory and issue
# aclocal
# automake
# libtoolize --copy --force

and now make again.
Cool

I thougt I should point this out so it could be fixed...or its just my system thats messy...what do I know Huh
//Alphacube
Reply
#2
If you're going to go to the trouble of posting something like this you need to specify things like distro and the versions of said tools you had to run. This is a standing with some Gentoo users (works fine on amd64 for me w/o running aclocal), but to my knowledge no Ubuntu users are seeing it.
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLUTION/WORKAROUND?] Can not compile libdvdnav0