On Sat, 2018-05-12 at 07:48 +0200, Thomas Klausner wrote: > On Fri, May 11, 2018 at 03:40:18PM -0700, Matt Turner wrote: > > On Fri, May 11, 2018 at 2:28 PM, Thomas Klausner <[email protected]> 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:
Your intel driver snapshot is a bit dated, I think: > --- 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 ? \ https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=4eaab17aec8ea66428087065901324f56df9020e > sna_accel.c: In function 'sna_create_gc': > sna_accel.c:16762:4: error: 'struct _GC' has no member named 'pRotatedPixmap' > gc->pRotatedPixmap = 0; > ^~ https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=2452066b7771f120a1d03d9450c96565cf31de10 Those specific fixes could probably be cherry-picked to the version you're trying to build, but it may be worthwhile to update to git master anyway. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
