[PATCH] xorg-server: pixan-include

Brian Paul brian.paul at tungstengraphics.com
Thu Sep 20 18:01:17 PDT 2007


Hanno Böck wrote:
> miscstruct.h contains an include of pixman.h without a path.
> 
> This will e.g. cause synaptics build to fail. Attached patch for xorg-xserver 
> fixes it. Please apply.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> --- include/miscstruct.h.orig	2007-09-21 00:42:03.000000000 +0200
> +++ include/miscstruct.h	2007-09-21 00:42:12.000000000 +0200
> @@ -51,7 +51,7 @@
>  #include "misc.h"
>  #include <X11/Xprotostr.h>
>  #include "gc.h"
> -#include <pixman.h>
> +#include <pixman-1/pixman.h>
>  
>  typedef xPoint DDXPointRec;

I ran into this problem a few days ago.  I rm'd all installed traces of 
pixman (and pixman-1), built and re-installed it.  Then, also 
reconfigured/rebuilt/reinstalled xserver.  That seemed to fix it (by 
changing the -I option given to the compiler).

-Brian




More information about the xorg mailing list