Compilation of xorg_crtc.c fails with the following error: xorg_crtc.c: In Funktion »crtc_load_cursor_argb_kms«: xorg_crtc.c:245: Fehler: »KMS_BO_TYPE_CURSOR« nicht deklariert (erste Benutzung in dieser Funktion) xorg_crtc.c:245: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt xorg_crtc.c:245: Fehler: für jede Funktion in der er auftritt.) It's because of the follwing change in libkms.h: "libkms: Rework interface to not duplicate fields from kms and make formats explicit" (44a0e0a099eeeb6501359f08449dcaa5e9899398)
AFAICT this should be fixed on mesa_7_7_branch as well as the 7.8 and master branches. If you're still seeing this with a current checkout of any of those, what does git describe say?
Hm, strange git describe shows me the following line: mesa_7_6_1_rc1-2402-ga0518e6 I was using the master branch. Switching to the mesa_7_7_branch didn't help. After deleting the source directory and creating a new checkout I get the following line: mesa_7_6_1_rc1-6259-g5782b2a And now it compiles. Really strange.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.