On 04.01.2013, at 15:12, Gerd Hoffmann wrote: >> CC qemu-timer.o >> cc1: warnings being treated as errors >> In file included from >> /home/build/qemu/default_ppc/build/include/ui/qemu-pixman.h:9, >> from >> /home/build/qemu/default_ppc/build/include/ui/console.h:4, >> from qemu-timer.c:27: >> /usr/include/pixman-1/pixman.h:225: error: redundant redeclaration of >> 'pixman_transform_from_pixman_f_transform' >> /usr/include/pixman-1/pixman.h:221: error: previous declaration of >> 'pixman_transform_from_pixman_f_transform' was here >> make: *** [qemu-timer.o] Error 1 >> >> This is the same issue I ran into on SLE11 s390, and the way I got >> around it for testing for real warnings was to patch configure >> locally... (that list is initialized really early in configure) >> >> Similar warnings can be encountered on the OpenBSD build slaves, where >> the mingw32 builds are being performed (using --disable-werror?). > > Yes, mingw32[1] and openbsd can be built with --disable-werror only as > the system headers are f*cked up. > > What pixman version is that?
In the SLE11 case on this machine, it's: #define PIXMAN_VERSION_STRING "0.16.0" Alex