+ -
当前位置:首页 → 问答吧 → 安装xorg-6.8.0阴影补丁出错,是不是需要依赖包?

安装xorg-6.8.0阴影补丁出错,是不是需要依赖包?

时间:2005-02-03

来源:互联网

大家帮忙给看看:
代码:
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)'

作者: kinton   发布时间: 2005-02-03

./autogen.sh是什么东西,6.8.0装好就支持阴影了,不需要什么补丁。

作者: Fleta   发布时间: 2005-02-03

说明里是这样要求的
6.8.0装好就支持阴影了,不需要补丁?Fleta兄是怎么打开的?
这个补丁是叫xcompmgr

作者: kinton   发布时间: 2005-02-03

xorg.conf里加入:
Section "Extensions"
Option "Composite" "True"
EndSection
~/.xinitrc里加入:
exec xcompmgr -c&

作者: Fleta   发布时间: 2005-02-03

是啊,可是我的xcompmgr需要安装,出现了上面的错误。:(

作者: kinton   发布时间: 2005-02-03

引用:
作者: kinton
可是我的xcompmgr需要安装,:(
那就
# emerge xcompmgr
呗!

作者: Fleta   发布时间: 2005-02-03

一提emerge就害怕,网络一直没弄好。。。

作者: kinton   发布时间: 2005-02-03

引用:
作者: kinton
一提emerge就害怕,网络一直没弄好。。。
那就想办法搞好你的网络吧,没网络的gentoo用的多没意思啊。

作者: Fleta   发布时间: 2005-02-03

麻烦Fleta兄给看看上网的问题吧(网卡已搞定,也能拨通,就是上不去。)
http://www.linuxsir.org/bbs/showthread.php?t=174816

作者: kinton   发布时间: 2005-02-03