当前位置: 技术问答>linux和unix
Build xorg时提示的错误,帮忙分析下是否autoreconf automake版本问题?多谢!
来源: 互联网 发布时间:2016-05-31
本文导语: Build xorg时提示的错误,帮忙分析下是否autoreconf automake版本问题?多谢! 我在另一个编译环境下编译这个源代码没有出错,就是在这个环境出错了 用的是gcc编译的 出现的错误如下: make[1]: Leaving directory `/work/xorg/...
Build xorg时提示的错误,帮忙分析下是否autoreconf automake版本问题?多谢!
我在另一个编译环境下编译这个源代码没有出错,就是在这个环境出错了 用的是gcc编译的
出现的错误如下:
make[1]: Leaving directory `/work/xorg/Xorg/proto/windowswmproto/.build.unknown'
Building proto module component x11proto...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /usr/share/aclocal --output=aclocal.m4t
autoreconf: `aclocal.m4' is unchanged
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy
configure.ac: 5: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: 6: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: Makefile.am: required file `./ChangeLog' not found
configure.ac: 6: required file `./[do-not-use-config.h].in' not found
configure.ac: 6: required file `./[Xfuncproto.h].in' not found
Makefile.am:28: invalid variable `nodist_xproto_HEADERS'
autoreconf: automake failed with exit status: 1
debian:/work/xorg/Xorg#
我在另一个编译环境下编译这个源代码没有出错,就是在这个环境出错了 用的是gcc编译的
出现的错误如下:
make[1]: Leaving directory `/work/xorg/Xorg/proto/windowswmproto/.build.unknown'
Building proto module component x11proto...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /usr/share/aclocal --output=aclocal.m4t
autoreconf: `aclocal.m4' is unchanged
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy
configure.ac: 5: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: 6: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: Makefile.am: required file `./ChangeLog' not found
configure.ac: 6: required file `./[do-not-use-config.h].in' not found
configure.ac: 6: required file `./[Xfuncproto.h].in' not found
Makefile.am:28: invalid variable `nodist_xproto_HEADERS'
autoreconf: automake failed with exit status: 1
debian:/work/xorg/Xorg#
|
`automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
是什么东东,这个不对啊.
是什么东东,这个不对啊.