[EMAIL PROTECTED] wrote (in a message from Sunday 29)
 > Mark Vojkovich <[EMAIL PROTECTED]> wrote :
 > 
 > i810_accel.c: In function `I810AccelInit':
 > i810_accel.c:222: `I810_FRONT' undeclared (first use in this function)
 > i810_accel.c:222: (Each undeclared identifier is reported only once
 > i810_accel.c:222: for each function it appears in.)
 > i810_accel.c: In function `I810SelectBuffer':
 > i810_accel.c:587: `I810_BACK' undeclared (first use in this function)
 > i810_accel.c:590: `I810_DEPTH' undeclared (first use in this function)
 > i810_accel.c:588: warning: unreachable code at beginning of switch statement
 > i810_accel.c:594: `I810_FRONT' undeclared (first use in this function)
 > *** Error code 1
 > Stop in /usr/src/XF4/xc/programs/Xserver/hw/xfree86/drivers/i810.
 > *** Error code 1
 > 
 > This is error on OpenBSD 3.1 i386 latest stable. X version is current cvsup from 
 >official host cvsup.xfree86.org.
 > 
 > Any ideas how to compile?

Try this patch in xc/programs/Xserver/hw/xfree86/drivers/i810/:

Index: i810_accel.c
===================================================================
RCS file: /home/x-cvs/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c,v
retrieving revision 1.13
diff -u -r1.13 i810_accel.c
--- i810_accel.c        2002/09/11 00:29:31     1.13
+++ i810_accel.c        2002/09/29 16:21:39
@@ -51,6 +51,7 @@
 
 #include "i810.h"
 #include "i810_reg.h"
+#include "i810_common.h"
 
 static unsigned int i810Rop[16] = {
    0x00,                               /* GXclear      */
Index: i830_accel.c
===================================================================
RCS file: /home/x-cvs/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_accel.c,v
retrieving revision 1.1
diff -u -r1.1 i830_accel.c
--- i830_accel.c        2002/09/11 00:29:32     1.1
+++ i830_accel.c        2002/09/29 16:21:39
@@ -58,6 +58,7 @@
 
 #include "i830.h"
 #include "i810_reg.h"
+#include "i830_common.h"
 
 static unsigned int i810Rop[16] = {
    0x00,                               /* GXclear      */

                                        Matthieu
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to