Comment 15 for bug 311895

Revision history for this message
Martin Pitt (pitti) wrote :

Hm, if only I could actually build it..

../doltcompile gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_dri.lo -MD -MP -MF .deps/i830_dri.Tpo -c -o i830_dri.lo ../../src/i830_dri.c
../../src/i830_dri.c: In function 'I830DRISwapContext':
../../src/i830_dri.c:1162: error: 'drm_i915_flip_t' undeclared (first use in this function)
../../src/i830_dri.c:1162: error: (Each undeclared identifier is reported only once
../../src/i830_dri.c:1162: error: for each function it appears in.)
../../src/i830_dri.c:1162: error: expected ';' before 'flip'
../../src/i830_dri.c:1168: error: 'flip' undeclared (first use in this function)

I cannot find "drm_i915_flip_t" anywhere. I also downgraded linux-libc-dev to -3.4 (which the current jaunty .deb was built with). NB that this is not due to the patch I was attaching, that was already existin code. I grepped /usr/include/ and the source tree, nothing.