So I&#39;ve downloaded libpthread-stubs, xcb-proto, libxcb and xcb-util from git, and ran into this exact same issue: <a href="http://archive.netbsd.se/?ml=xorg&amp;a=2009-03&amp;m=10066387">http://archive.netbsd.se/?ml=xorg&amp;a=2009-03&amp;m=10066387</a><br>
<br>I&#39;ve tried changing all xcb_image_format_t and xcb_image_order_t variables in xcb-util(aux/xcb_bitops.h, image/xcb_image.{c,h}) to uint32_t, but now all the switch/case pieces complain about the constants(like XCB_IMAGE_FORMAT_XY_BITMAP) not being reducible to constant integers.<br>
<br>Is this a known issue/being worked on/already resolved issue?<br>