xorg-x11-6.8.99.900 build problem and solution
Sergio Monteiro Basto
sergio at sergiomb.no-ip.org
Sat Aug 13 17:35:04 PDT 2005
Hi,
I try to build xorg-x11-6.8.99.900.tar.bz2 has rpm packages on Fedora
Core 3.
and need this diff to build it .
gcc don't like Bool variable, I think I see this before.
xorg-x11-6.8.99.900/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dac.h 2004-04-23 20:48:16.000000000 +0100
+++ ./ffb_dac.h 2005-08-12 14:36:35.000000000 +0100
@@ -318,12 +318,10 @@
unsigned int eiap;
} ffb_dac_hwstate_t;
-typedef struct {
- Bool InUse;
+typedef struct ffb_wid_info_t {
/* The following fields are undefined unless InUse is TRUE. */
int refcount;
- Bool canshare;
unsigned int wlut_regval;
int buffer; /* 0 = Buffer A, 1 = Buffer B */
int depth; /* 8 or 32 bpp */
--
Sérgio M.B.
More information about the xorg
mailing list