Page 1 of 1

help,help!

Posted: 17 Sep 2013 11:59
by busybeeCS
when compiling vlc for android, i encounter a strange problem like this below:

Code: Select all

make[1]: Entering directory `/home/skyno/vlc-test/vlc/contrib/android/a52dec/liba52' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. make[1]: *** [bitstream.lo] Error 63 make[1]: Leaving directory `/home/skyno/vlc-test/vlc/contrib/android/a52dec/liba52' make: *** [all-recursive] Error 1
other people seem to have faced the same problem,but without a reliable solution.
https://forum.videolan.org/viewtopic.ph ... ch#p385556
https://forum.videolan.org/viewtopic.ph ... ch#p221192

can anybody help!

Re: help,help!

Posted: 17 Sep 2013 14:26
by Jean-Baptiste Kempf
rerun autoconf in the a52 folder