|
大家帮忙给看看: :thank
- tux xcompmgr # ./autogen.sh
- autoreconf-2.59: Entering directory `.'
- autoreconf-2.59: configure.ac: not using Gettext
- autoreconf-2.59: running: aclocal --output=aclocal.m4t
- autoreconf-2.59: `aclocal.m4' is unchanged
- autoreconf-2.59: configure.ac: tracing
- autoreconf-2.59: configure.ac: not using Libtool
- autoreconf-2.59: running: /usr/bin/autoconf
- autoreconf-2.59: running: /usr/bin/autoheader
- autoreconf-2.59: running: automake --add-missing --copy
- configure.ac: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
- automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
- automake-1.5: Makefile.am: required file `./NEWS' not found
- automake-1.5: Makefile.am: required file `./README' not found
- automake-1.5: Makefile.am: required file `./AUTHORS' not found
- autoreconf-2.59: automake failed with exit status: 1
- tux xcompmgr # ./configure
- checking for a BSD-compatible install... /bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ANSI C... none needed
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for egrep... grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for stdlib.h... (cached) yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking for unistd.h... (cached) yes
- checking whether time.h and sys/time.h may both be included... yes
- checking whether struct tm is in sys/time.h or time.h... time.h
- checking for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for gettimeofday... yes
- checking for localtime_r... yes
- ./configure: line 3829: syntax error near unexpected token `XCOMPMGR,'
- ./configure: line 3829: `PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender)'
复制代码 |
|