为 android 编译 vlc 时出错,是关于 libtool 版本的吗?
Posted
技术标签:
【中文标题】为 android 编译 vlc 时出错,是关于 libtool 版本的吗?【英文标题】:Error while compling vlc for android ,was it about libtool version? 【发布时间】:2013-08-25 03:42:43 【问题描述】:我已经下载了 vlc 源代码。 运行下面的脚本后
sh compile.sh
我遇到了一个错误
mkdir -p -- /root/workspace/android/vlc/contrib/arm-linux-androideabi/share/aclocal && cd png && autoreconf -fiv -I/root/workspace/android/vlc/contrib/arm-linux-androideabi/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /root/workspace/android/vlc/contrib/arm-linux-androideabi/share/aclocal --force -I scripts
configure.ac:66: error: Libtool version 2.4.2 or higher is required
scripts/libtool.m4:46: LT_PREREQ is expanded from...
configure.ac:66: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: /usr/local/bin/autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
make: *** [.png] Error 63
我以为是libtool版本的问题,但安装libtool 2.4.2后问题依旧
有人可以告诉我发生了什么问题吗?
最好的问候!
埃里克·沉
【问题讨论】:
【参考方案1】:虽然我的ubuntu安装了libtool2.4.2,但我也遇到了这个问题。此解决方法解决了该问题。
在其中一个 configure.ac 文件中找到 LT_PREREQ([2.4.2]) 并将其替换为 LT_PREREQ([2.4])
【讨论】:
以上是关于为 android 编译 vlc 时出错,是关于 libtool 版本的吗?的主要内容,如果未能解决你的问题,请参考以下文章