小编Mir*_*mål的帖子

如何解决“configure.ac: not using Gettext ... Libtool Automake”?GNU/Linux 中的 Autoconf 错误?

我是 GNU/Linux 和编译的新手。我无法从源代码编译Aegisub。在 GNU/Linux Debian 7.7 Wheezy amd64 上,在 Aegisub 中运行 sh autogen.sh 时,我得到以下输出:

$ sh autogen.sh 
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
Now run ./configure and then make to build Aegisub
Run Code Online (Sandbox Code Playgroud)

W all: …

linux autoconf compiler-errors compilation configure

5
推荐指数
0
解决办法
1万
查看次数