Anyone, please help, problems with X.org 7.2/XGL
./configure $XORG_CONFIG --with-mesa-source=../Mesa
--with-dri-driver-path=/usr/lib/xorg/modules/dri
--enable-xgl --enable-xegl --enable-install-setuid
--enable-xglx --sysconfdir=/etc/X11 --localstatedir=/var
--with-xkb-path=/usr/share/X11/xkb
--with-xkb-output=/usr/share/xkb/compiled
--with-default-font-path=/usr/share/fonts/misc,
/usr/share/fonts/TTF,/usr/share/fonts/75dpi,
/usr/share/fonts/Type1,/usr/share/fonts/Speedo,
/usr/share/fonts/100dpi,/usr/share/fonts/cyrillic,
/usr/share/fonts/OTF
there is an error:
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include
-I../../include -I../../include -I../../include -I../../include -I../../include
-DHAVE_XGL_CONFIG_H -DHAVE_DIX_CONFIG_H -I../../GL/glx -I../../GL/include
-I../Mesa/include -I../Mesa/src/mesa/glapi -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN
-DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -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 xglcompose.o -MD -MP -MF
".deps/xglcompose.Tpo" -c -o xglcompose.o xglcompose.c; \
then mv -f ".deps/xglcompose.Tpo" ".deps/xglcompose.Po"; else rm -f
".deps/xglcompose.Tpo"; exit 1; fi
xglcompose.c: In function xglCompositeGeneral:
xglcompose.c:134: error: union _SourcePict has no member named source
xglcompose.c:172: error: union _SourcePict has no member named source
make[3]: *** [xglcompose.o] Error 1
make[3]: Leaving directory
`/sources/x.org7.2/server/xorg-server-X11R7.2-1.2.0/hw/xgl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/sources/x.org7.2/server/xorg-server-X11R7.2-1.2.0/hw/xgl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/sources/x.org7.2/server/xorg-server-X11R7.2-1.2.0/hw'
make: *** [all-recursive] Error 1
xglCompositeGeneral from xglcompose.c contain:
#define XGL_GET_SOURCE_PICTURE(pPicture, outSurface) \
(outSurface) = ((pPicture)->pDrawable) ? \
XGL_GET_PIXMAP_PRIV ((PixmapPtr) (pPicture)->pDrawable)->surface : \
(glitz_surface_t *) (pPicture)->pSourcePict->source.devPrivate.ptr
SourcePict union's from xorg-server/render/picturestr.h:121,
but, indeed, there is no `source` member :(
what am i do?_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support