help diagnosing latest git xserver build failure

Daniel Stone daniel at fooishbar.org
Fri Oct 19 06:06:57 PDT 2007


On Fri, Oct 19, 2007 at 10:54:30PM +1000, rglowery at exemail.com.au wrote:
> I'm trying to build the latest git xserver to see if it crashes when I do
> a "xrandr --output TV --set TV_FORMAT 576p --auto" while no monitor is
> connected like xserver 1.3 does, but have run into the following build
> issue.
> 
> In this case, XEventClass is a CARD32 as I building on a 64 bit platform.
> #ifdef _XSERVER64
> typedef CARD32          XEventClass; //line 270 of XI.h
> #else
> typedef unsigned long   XEventClass;
> #endif
> 
> The only header included before XI.h in getselev.c is dix-config.h which
> does not define CARD32.
> 
> How do I fix this build issue?

This should come out of <X11/Xmd.h>: does including that in XI.h help
any?

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20071019/cc40fb0a/attachment.pgp>


More information about the xorg mailing list