Hello all, I've been following -current for some time now without having too much trouble, but I knew I was going to hit something at some point with compiling from source. Usually I'd just take a snapshot and start from there or some such, but I was curious whether this is really a mistake in the tree or not. I'm guessing not, but just in case, I thought I would drop it here.
I attempted to compile the xenocara tree today after a fresh checkout and a working rebuild of the base today. I receive an error when trying to build driver/xf86-video-intel/src/i830_dri.c. It says that a duplicate definition of struct drm_i915_flip and drm_i915_flip_t. The duplicate definition is from i915_drm.h. I noticed that i915_drm.h is included in i830_dri.c, which is why I thought that maybe this duplicate definition is more than just a failure on my end. Can anyone verify this? I'm hoping it's just the standard kickback from following -current via cvs. Sincerely, Aaron Hsu