LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1074|回复: 11

XGL compile problem

[复制链接]
发表于 2006-2-24 17:02:51 | 显示全部楼层 |阅读模式
I want to compile XGL from CVS, and got the source by
  1. cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co -r xgl-0-0-1 xserver
复制代码

I have install CVS Mesa successfully, but the compilation of XGL come out some ugly problem
  1. make[2]: Entering directory `/tmp/xorg.build/GL/glx'
  2. if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../GL/include -I../../hw/xfree86/os-support   -DHAVE_DIX_CONFIG_H -I/usr/share/mesa/source//include -I/usr/share/mesa/source//src/mesa/glapi -I/usr/share/mesa/source//src/mesa/main -DXGLServer -DUSE_MGL_NAMESPACE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT   -I../../include -I../../include -I../../Xext -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi -I../../miext/shadow  -I../../miext/damage -I../../render -I../../randr -I../../fb  -g -O2 -MT glxcmds.lo -MD -MP -MF ".deps/glxcmds.Tpo" -c -o glxcmds.lo glxcmds.c; \
  3. then mv -f ".deps/glxcmds.Tpo" ".deps/glxcmds.Plo"; else rm -f ".deps/glxcmds.Tpo"; exit 1; fi
  4. gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../include -I../../GL/include -I../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H -I/usr/share/mesa/source//include -I/usr/share/mesa/source//src/mesa/glapi -I/usr/share/mesa/source//src/mesa/main -DXGLServer -DUSE_MGL_NAMESPACE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../../include -I../../include -I../../Xext -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr -I../../fb -g -O2 -MT glxcmds.lo -MD -MP -MF .deps/glxcmds.Tpo -c glxcmds.c  -fPIC -DPIC -o .libs/glxcmds.o
  5. glxcmds.c: In function '__glXVendorPrivateWithReply':
  6. glxcmds.c:2351: error: 'X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
  7. glxcmds.c:2351: error: (Each undeclared identifier is reported only once
  8. glxcmds.c:2351: error: for each function it appears in.)
  9. glxcmds.c:2353: error: 'X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
  10. glxcmds.c:2355: error: 'X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
  11. glxcmds.c:2357: error: 'X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
  12. glxcmds.c:2359: error: 'X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
  13. glxcmds.c:2361: error: 'X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
  14. glxcmds.c:2363: error: 'X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
  15. make[2]: *** [glxcmds.lo] error 1
  16. make[2]: Leaving directory `/tmp/xorg.build/GL/glx'
  17. make[1]: *** [all-recursive] error 1
  18. make[1]: Leaving directory `/tmp/xorg.build/GL'
  19. make: *** [all-recursive] error 1
复制代码


help!
发表于 2006-2-24 17:10:55 | 显示全部楼层
我也遇到这个问题了,应该是源的问题,观望ing
回复 支持 反对

使用道具 举报

发表于 2006-2-24 17:35:06 | 显示全部楼层
干嘛不照这里的做?http://gentoo-wiki.com/XGL
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-24 17:56:45 | 显示全部楼层
to: kohno
I just feel sorry about what u say

to: vliqi
perhaps u may have a try
http://forums.gentoo.org/viewtop ... 45c0f32efc1f1befde6
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-24 18:16:55 | 显示全部楼层
to:vliqi
It works, give the patch to u now ( it's for glproto of X.org)

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2006-2-24 18:27:47 | 显示全部楼层
Post by xun..
to:vliqi
It works, give the patch to u now ( it's for glproto of X.org)

好,我试试,谢谢
通过了
回复 支持 反对

使用道具 举报

发表于 2006-2-24 21:04:03 | 显示全部楼层
Post by xun..
to: kohno
I just feel sorry about what u say

I may not be able to solve your problem directly, but at least I gave you a suggestion. If you don't like it, ignore it, please don't be such a cynic.
回复 支持 反对

使用道具 举报

发表于 2006-2-24 21:43:13 | 显示全部楼层
无论如何也不能连上CVS怎么办呢?  有从WebCVS上下载代码树的软件吗?
回复 支持 反对

使用道具 举报

发表于 2006-2-25 20:11:11 | 显示全部楼层

Xgl的问题(已解决)

怎么我的编译完了没有Xgl命令,大家的Xgl是属于哪个包的,Xgl吗?谢谢了。
回复 支持 反对

使用道具 举报

发表于 2006-2-27 03:22:47 | 显示全部楼层
大家装xorg7.0之后怎么装中文输入法的?
还是各位用的都是x86系统?
回复 支持 反对

使用道具 举报

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

本版积分规则

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