LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: rockmen

FC5 下安装Xgl + compiz

[复制链接]
发表于 2006-4-4 08:15:15 | 显示全部楼层
前面的问题终于解决了
今天用cvs更新了所有包,可是在安装xorg的时候提示GLproto版本太低,需要1.4.6以上,可是我的GLproto已经更新到这个版本,也已经安装了
  1. checking for GL... configure: error: Package requirements (glproto >= 1.4.6) were not met:
  2. Requested 'glproto >= 1.4.6' but version of GLProto is 1.4.5
  3. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  4. installed software in a non-standard prefix.
  5. Alternatively, you may set the environment variables GL_CFLAGS
  6. and GL_LIBS to avoid the need to call pkg-config.
  7. See the pkg-config man page for more details.
复制代码
回复 支持 反对

使用道具 举报

发表于 2006-4-4 11:28:48 | 显示全部楼层
[root@localhost glitz]# ./autogen.sh --prefix=/usr
./autogen.sh: line 17: aclocal: command not found
搂主阿。这是怎么回事阿?请问该怎么解决?谢谢您了。
回复 支持 反对

使用道具 举报

发表于 2006-4-4 11:45:31 | 显示全部楼层
应该是libsvg, cairo, libsvg-cairo吧,
编译cairo是需要libsvg-cairo的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-4 12:34:55 | 显示全部楼层
Post by lexchou
前面的问题终于解决了
今天用cvs更新了所有包,可是在安装xorg的时候提示GLproto版本太低,需要1.4.6以上,可是我的GLproto已经更新到这个版本,也已经安装了

  1. checking for GL... configure: error: Package requirements (glproto >= 1.4.6) were not met:

  2. Requested 'glproto >= 1.4.6' but version of GLProto is 1.4.5

  3. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  4. installed software in a non-standard prefix.

  5. Alternatively, you may set the environment variables GL_CFLAGS
  6. and GL_LIBS to avoid the need to call pkg-config.
  7. See the pkg-config man page for more details.
复制代码


要下载cvs里面的glproto
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-4 12:36:43 | 显示全部楼层
这篇文章是供对Linux环境比较熟悉的朋友参考的,如果对linux环境不太熟悉的话,建议还是等xgl正式发布才使用吧
回复 支持 反对

使用道具 举报

发表于 2006-4-4 14:11:06 | 显示全部楼层
Post by heidernthiz
~/myfile/software/fc5xgl/xserver/xorg @root#>./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

楼主帮帮忙   我已经按照你说的把出版和发行里面所有的包都安装好了但还是有提示这个问题,你前面提到的那几个doc包我都有,而且还比你的多很多,请问我该怎么办阿?


please install   "xorg-x11-util-macros-1.0.1-1.2"
回复 支持 反对

使用道具 举报

发表于 2006-4-4 18:03:05 | 显示全部楼层
Post by rockmen
要下载cvs里面的glproto


我早上就是用cvs下载的最新glproto啊,./configure -V确实是最新版本 1.4.6
回复 支持 反对

使用道具 举报

发表于 2006-4-4 20:20:38 | 显示全部楼层
Post by benzcomp
透明效果搞好了,svg没加上,不知道是干什么用的。

http://zh.gentoo-wiki.com/HOWTO_ ... 8.E6.8F.92.E4.BB.B6
回复 支持 反对

使用道具 举报

发表于 2006-4-4 23:34:49 | 显示全部楼层
我不行了。

  1. cairo will be compiled with the following surface backends:
  2.   image:      yes (always builtin)
  3.   Xlib:       yes
  4.   Quartz:     no
  5.   XCB:        no (requires XCB http://xcb.freedesktop.org)
  6.   Win32:      no
  7.   PostScript: yes
  8.   PDF:        yes
  9.   SVG:        yes
  10.   glitz:      yes
  11.   BeOS:       no
  12.   DirectFB:   no (requires directfb http://www.directfb.org)
复制代码

但是compliz:

  1. the following optional plugins will be compiled:
  2.   gconf: yes
  3.   place: yes
  4.   svg:   no

  5. and the following optional features will be compiled:
  6.   gnome: yes
  7.   kde:   no
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-4 23:47:19 | 显示全部楼层
Post by xbx_lee
我不行了。

  1. cairo will be compiled with the following surface backends:
  2.   image:      yes (always builtin)
  3.   Xlib:       yes
  4.   Quartz:     no
  5.   XCB:        no (requires XCB http://xcb.freedesktop.org)
  6.   Win32:      no
  7.   PostScript: yes
  8.   PDF:        yes
  9.   SVG:        yes
  10.   glitz:      yes
  11.   BeOS:       no
  12.   DirectFB:   no (requires directfb http://www.directfb.org)
复制代码

但是compliz:

  1. the following optional plugins will be compiled:
  2.   gconf: yes
  3.   place: yes
  4.   svg:   no

  5. and the following optional features will be compiled:
  6.   gnome: yes
  7.   kde:   no
复制代码


你要configure --prefix=/usr --enable-libsvg-cairo

个人认为一个比较好的编译习惯是每次configure --help看看有些什么选项
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表