|
|
I want to compile XGL from CVS, and got the source by
- 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
- make[2]: Entering directory `/tmp/xorg.build/GL/glx'
- 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; \
- then mv -f ".deps/glxcmds.Tpo" ".deps/glxcmds.Plo"; else rm -f ".deps/glxcmds.Tpo"; exit 1; fi
- 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
- glxcmds.c: In function '__glXVendorPrivateWithReply':
- glxcmds.c:2351: error: 'X_GLvop_IsRenderbufferEXT' undeclared (first use in this function)
- glxcmds.c:2351: error: (Each undeclared identifier is reported only once
- glxcmds.c:2351: error: for each function it appears in.)
- glxcmds.c:2353: error: 'X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
- glxcmds.c:2355: error: 'X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
- glxcmds.c:2357: error: 'X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
- glxcmds.c:2359: error: 'X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
- glxcmds.c:2361: error: 'X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
- glxcmds.c:2363: error: 'X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this function)
- make[2]: *** [glxcmds.lo] error 1
- make[2]: Leaving directory `/tmp/xorg.build/GL/glx'
- make[1]: *** [all-recursive] error 1
- make[1]: Leaving directory `/tmp/xorg.build/GL'
- make: *** [all-recursive] error 1
复制代码
help! |
|