Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在Ubuntu里autoreconf出错 #4

Open
mike2718 opened this issue Apr 27, 2014 · 2 comments
Open

在Ubuntu里autoreconf出错 #4

mike2718 opened this issue Apr 27, 2014 · 2 comments

Comments

@mike2718
Copy link
Contributor

刚才尝试了下,发现按照README里的编译步骤编译不能。。。

日志:

mike@mike-pc:~/dev/alac$ autoreconf -i -f
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:41: error: possibly undefined macro: AC_CHECK_HEADER_STDBOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

偶的系统是中文版的Ubuntu:

Linux mike-pc 3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 i686 i686 i386 GNU/Linux

各种版本:

autoreconf (GNU Autoconf) 2.68
autoconf (GNU Autoconf) 2.68
@TimothyGu
Copy link
Owner

Works fine here:

$ autoreconf --version
autoreconf (GNU Autoconf) 2.69
$
$ autoconf --version
autoconf (GNU Autoconf) 2.69
$
$ automake --version
automake (GNU automake) 1.13.3
$
$ libtoolize --version
libtoolize (GNU libtool) 2.4.2
$
$ m4 --version
m4 (GNU M4) 1.4.16
$
$ aclocal --version
aclocal (GNU automake) 1.13.3

Ubuntu 13.10:

$ uname -a
Linux ubuntu-lenovo 3.11.0-20-generic #34-Ubuntu SMP Tue Apr 1 20:40:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

@mike2718
Copy link
Contributor Author

又试了一次,还是不行,出错和原来一样。。。
T大大求修复

使用reversion:

mike@mike-pc:~/dev/alac$ git rev-parse HEAD
69477ef7275c4a4af039af0c959762f29728c6ba

各种工具版本:

mike@mike-pc:~/dev/alac$ autoreconf --version
autoreconf (GNU Autoconf) 2.68

mike@mike-pc:~/dev/alac$ autoconf --version
autoconf (GNU Autoconf) 2.68

mike@mike-pc:~/dev/alac$ automake --version
automake (GNU automake) 1.11.3

mike@mike-pc:~/dev/alac$ libtoolize --version
libtoolize (GNU libtool) 2.4.2

mike@mike-pc:~/dev/alac$ m4 --version
m4 (GNU M4) 1.4.16

mike@mike-pc:~/dev/alac$ aclocal --version
aclocal (GNU automake) 1.11.3

Ubuntu 12.04.4 LTS:

mike@mike-pc:~/dev/alac$ uname -a
Linux mike-pc 3.8.0-38-generic #56~precise1-Ubuntu SMP Thu Mar 13 16:23:47 UTC 2014 i686 i686 i386 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants