compiler error

VLC for Android and Chrome OS specific usage questions
justinC
New Cone
New Cone
Posts: 1
Joined: 22 Apr 2013 11:44

compiler error

Postby justinC » 22 Apr 2013 11:53

I refer http://wiki.videolan.org/AndroidCompile#Get_VLC_Source to compiler
but have some error

libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [add_n.lo] Error 63
make[3]: *** [sub_1.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [sub.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [mp_bases.lo] Error 63
make[3]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp/mpn'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp'
make: *** [.gmp] Error 2
/bin/bash ../libtool --mode=link arm-linux-androideabi-gcc --sysroot=/home/justin/android-ndk-r8e/platforms/android-9/arch-arm -L/home/justin/android/vlc/contrib/arm-linux-androideabi/lib -g -mfpu=vfpv3-d16 -mcpu=cortex-a8 -mthumb -mfloat-abi=softfp -O2 -I/home/justin/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.7/include -I/home/justin/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include -I/home/justin/android/vlc/contrib/arm-linux-androideabi/include -g -fvisibility=hidden -o libiconv.la -rpath /home/justin/android/vlc/contrib/arm-linux-androideabi/lib -version-info 7:1:5 -no-undefined iconv.lo localcharset.lo relocatable.lo
libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libiconv.a
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )

some people know ho to fix

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: compiler error

Postby edwardw » 25 Apr 2013 03:21

Try running

Code: Select all

autoreconf -ivf
in /home/justin/android/vlc/contrib/android/gmp ?

busybeeCS
Blank Cone
Blank Cone
Posts: 37
Joined: 24 Aug 2013 08:06

Re: compiler error

Postby busybeeCS » 17 Sep 2013 10:49

Try running

Code: Select all

autoreconf -ivf
in /home/justin/android/vlc/contrib/android/gmp ?
the same problem,please help!

busybeeCS
Blank Cone
Blank Cone
Posts: 37
Joined: 24 Aug 2013 08:06

Re: compiler error

Postby busybeeCS » 17 Sep 2013 10:51

I refer http://wiki.videolan.org/AndroidCompile#Get_VLC_Source to compiler
but have some error

libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [add_n.lo] Error 63
make[3]: *** [sub_1.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [sub.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make[3]: *** [mp_bases.lo] Error 63
make[3]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp/mpn'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/justin/android/vlc/contrib/android/gmp'
make: *** [.gmp] Error 2
/bin/bash ../libtool --mode=link arm-linux-androideabi-gcc --sysroot=/home/justin/android-ndk-r8e/platforms/android-9/arch-arm -L/home/justin/android/vlc/contrib/arm-linux-androideabi/lib -g -mfpu=vfpv3-d16 -mcpu=cortex-a8 -mthumb -mfloat-abi=softfp -O2 -I/home/justin/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.7/include -I/home/justin/android-ndk-r8e/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include -I/home/justin/android/vlc/contrib/arm-linux-androideabi/include -g -fvisibility=hidden -o libiconv.la -rpath /home/justin/android/vlc/contrib/arm-linux-androideabi/lib -version-info 7:1:5 -no-undefined iconv.lo localcharset.lo relocatable.lo
libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o
libtool: link: arm-linux-androideabi-ranlib .libs/libiconv.a
libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" )

some people know ho to fix
have u found the solution!
why r there so many problems?
crazy!!!

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: compiler error

Postby edwardw » 17 Sep 2013 13:43

Seriously, please attempt to do some troubleshooting before posting such redundant remarks...


Return to “VLC for Android and Chrome OS”

Who is online

Users browsing this forum: No registered users and 19 guests