The xserver currently doesn't build, at least with debugging turned on.
Find a patch attached that fixes this.
Matthias
--
Matthias Hopf <[EMAIL PROTECTED]>, SuSE R&D, Zimmer 3.2.06, Tel. 74053-715
diff --git a/include/GL/xmesa_xf86.h b/include/GL/xmesa_xf86.h
index 7d5a7c5..c5c9f93 100644
--- a/include/GL/xmesa_xf86.h
+++ b/include/GL/xmesa_xf86.h
@@ -124,7 +124,7 @@ do { \
do { \
/* Assumes: Images are always in ZPixmap format */ \
(void) __d; \
- ASSERT(!__sx && !__sy) /* The SubImage case */ \
+ ASSERT(!__sx && !__sy); /* The SubImage case */ \
ValidateGC(__b, __gc); \
(*__gc->ops->PutImage)(__b, __gc, ((XMesaDrawable)(__b))->depth, \
__x, __y, __w, __h, 0, ZPixmap, \
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev