[Xcb] problem with compiling xcb1.0

Barton C Massey bart at cs.pdx.edu
Thu Aug 9 11:16:54 PDT 2007


In message <33fc52180708090424mf45f1bfj413907f05d02e925 at mail.gmail.com> you wrote:
> Hello
> I saw in the net references to this problem but with no actual solution...
> I have problems compiling xcb1.0 under cygwin
> I get the following erros (during compiling):
> 
> c xcb_util.c  -DPIC -o .libs/xcb_util.o
> xcb_util.c:183: error: `AI_ADDRCONFIG' undeclared (first use in this
> function)
> xcb_util.c:193: error: `AI_NUMERICHOST' undeclared (first use in this
> function)
> xcb_util.c:194: error: `AF_INET6' undeclared (first use in this function)
> 
> are there any flags needed to be added to ./configure command line?

Please pull GIT top-of-tree, which contains a fix for at
least AI_ADDRCONFIG, and I think for the others as well.
We're working on a point release to incorporate these fixes;
sorry for the inconvenience.

	Bart



More information about the Xcb mailing list