<xorg/compiler.h> is missing

Drew Parsons dparsons at debian.org
Thu Nov 3 00:13:05 PST 2005


On Thu, 2005-11-03 at 14:43 +1100, Drew Parsons wrote:
> There is a separate error after that coming from miext/cw/cw.h, I'll
> discuss that in a separate thread.
> 

Turns out this error only occured when COMPOSITE was used (references in
xorg/hw/xfree86/loader/misym.c).  I can avoid it using
--disable-composite in autogen.sh, so I won't start a separate thread
about it.

For reference, if anyone needs to follow it up further, the error was:


In file included from misym.c:80:
./../../../miext/cw/cw.h:42: error: syntax error before GCOps
./../../../miext/cw/cw.h:42: warning: no semicolon at end of struct or
union
./../../../miext/cw/cw.h:43: warning: type defaults to int in
declaration of wrapFuncs
./../../../miext/cw/cw.h:43: warning: data definition has no type or
storage class
./../../../miext/cw/cw.h:44: error: syntax error before } token
./../../../miext/cw/cw.h:44: warning: type defaults to int in
declaration of cwGCRec
./../../../miext/cw/cw.h:44: warning: type defaults to int in
declaration of cwGCPtr
./../../../miext/cw/cw.h:44: warning: data definition has no type or
storage class
make[4]: *** [misym.o] Error 1
make[4]: Leaving directory
`/home/drew/projects/xprint/modular7.0/xserver/xorg/hw/xfree86/loader'



So, using --disable-composite and deleting those two new lines referring
to xorg/compiler.h in cfb/cfbmskbits.h, I am able to get myself back to
where I was at my last Xprt check on Sep 22.  The Xprt binary builds,
but fails to run, saying:

	Fatal server error:
	no screens found


Drew



More information about the xorg-modular mailing list