[Intel-gfx] Easy build...

Julien Cristau jcristau at debian.org
Fri Aug 8 14:23:33 CEST 2008


On Thu, Aug  7, 2008 at 20:36:09 +0000, The Fungi wrote:

> Now, the build is dying in xserver/os/connection.c when it tries to
> #include "osdep.h" with:
> 
> osdep.h:95:5: error: missing binary operator before token "("
> 
> However, line 95: of osdep.h seems to be:
> 
> #if OPEN_MAX <= 256
> 
> And I don't see another osdep.h anywhere on my system which might be
> getting included instead.
> 
> Ideas? Apologies for the noise...

You need to update Xtrans (OPEN_MAX was being defined to
(sysconf(_SC_OPEN_MAX))).

Cheers,
Julien



More information about the Intel-gfx mailing list