Hi!
While compiling the driver I'm constantly hitting this error:
Code:
make[3]: Entering directory `/Linux/kms/xf86-video-intel/src'
CC intel_module.lo
In file included from intel_module.c:36:
intel.h:481: error: expected specifier-qualifier-list before ‘DRI2SwapEventPtr’
make[3]: *** [intel_module.lo] Error 1
make[3]: Leaving directory `/Linux/kms/xf86-video-intel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/Linux/kms/xf86-video-intel/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Linux/kms/xf86-video-intel'
make: *** [all] Error 2
I have updated all main components from git (mesa, drm, dri2proto, glproto, macros, libva) and cannot find anything remotely usable when searching google for DRI2SwapEventPtr or at least I cannot connect it with anything usable. What am I missing?
I'm on Debian stable btw.