|

楼主 |
发表于 2006-3-25 15:14:47
|
显示全部楼层
Post by benzcomp
进入xorg的目录:
./autogen.sh
过不去,出错了:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
hw/dmx/doc/Makefile.am:24: BUILD_LINUXDOC does not appear in AM_CONDITIONAL
hw/dmx/doc/Makefile.am:27: BUILD_PDFDOC does not appear in AM_CONDITIONAL
hw/xfree86/doc/sgml/Makefile.am:24: BUILD_LINUXDOC does not appear in AM_CONDITIONAL
hw/xfree86/doc/sgml/Makefile.am:27: BUILD_PDFDOC does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
有些文档创建的包没有装,试试rpm -qa | grep doc
在我的机器上有这些包
linuxdoc-tools-0.9.21-6.2.1
docbook-dtds-1.0-30
docbook-style-dsssl-1.79-4
docbook-utils-0.6.14-5
docbook-style-xsl-1.69.1-5
docbook-utils-pdf-0.6.14-5
gtk-doc-1.4-1.1
docbook-slides-3.3.1-2.1
gnome-user-docs-2.14.0-1
gnome-doc-utils-0.6.0-1
docbook-simple-1.0-2.1
gjdoc-0.7.7-3.1 |
|