[ANNOUNCE] xorg-server 1.20.0

Thomas Klausner wiz at netbsd.org
Sat May 12 05:48:43 UTC 2018


On Fri, May 11, 2018 at 03:40:18PM -0700, Matt Turner wrote:
> On Fri, May 11, 2018 at 2:28 PM, Thomas Klausner <wiz at netbsd.org> wrote:
> > xf86-video-intel-2.99.917:
> >
> > checking whether to include DRI1 support... no
> > configure: error: DRI1 requested but prerequisites not found
> > *** Error code 1
> 
> You probably just want to start using --disable-dri1 here.

Thanks, that lets me progress to a different error:

--- sna_accel.lo ---
sna_accel.c:120:0: warning: "FontSetPrivate" redefined
 #define FontSetPrivate(font, idx, data) xfont2_font_set_private(font, idx, data)

In file included from sna_accel.c:40:0:
/scratch/x11/xf86-video-intel/work/.buildlink/include/X11/fonts/fontstruct.h:135:0: note: this is the location of the previous definition
 #define FontSetPrivate(pFont,n,ptr) ((n) > (pFont)->maxPrivate ? \

sna_accel.c: In function 'sna_poly_zero_line_blt':
sna_accel.c:9133:11: warning: variable 'intersects' set but not used [-Wunused-but-set-variable]
      bool intersects;
           ^~~~~~~~~~
sna_accel.c:9033:7: warning: variable 'degenerate' set but not used [-Wunused-but-set-variable]
  bool degenerate = true;
       ^~~~~~~~~~
sna_accel.c: In function 'sna_create_gc':
sna_accel.c:16762:4: error: 'struct _GC' has no member named 'pRotatedPixmap'
  gc->pRotatedPixmap = 0;
    ^~
sna_accel.c: In function 'sna_accel_post_damage':
sna_accel.c:17390:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   src = dirty->src;
       ^
sna_accel.c: In function 'migrate_dirty_tracking':
sna_accel.c:17637:18: warning: comparison of distinct pointer types lacks a cast
   if (dirty->src != old_front)
                  ^~
sna_accel.c:17653:14: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   dirty->src = new_front;
              ^

 Thomas


More information about the xorg-devel mailing list