Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-14 Thread Gerd Hoffmann
On Fr, 2014-09-12 at 15:58 +0100, Peter Maydell wrote: > On 11 September 2014 16:21, Gerd Hoffmann wrote: > > pixman-0.21.8 is the oldest release which has PIXMAN_TYPE_RGBA. > > We don't check for a minimum version. > > RHEL-6 is probably older. > > Ubuntu LTS hits this too. > > > Try 'configure

Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-12 Thread Peter Maydell
On 11 September 2014 16:21, Gerd Hoffmann wrote: > pixman-0.21.8 is the oldest release which has PIXMAN_TYPE_RGBA. > We don't check for a minimum version. > RHEL-6 is probably older. Ubuntu LTS hits this too. > Try 'configure --without-system-pixman' as workaround (after checking > out the pixma

Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-11 Thread Gerd Hoffmann
> > pixman-0.21.8 is the oldest release which has PIXMAN_TYPE_RGBA. > > We don't check for a minimum version. > > RHEL-6 is probably older. Uhm, well, it isn't (any more): [root@rhel6 ~]# rpm -q pixman pixman-0.26.2-5.1.el6_5.x86_64 Seems to be rebased somewhen (used to be 0.16 for RHEL-6.0 IIRC

Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-11 Thread Michael S. Tsirkin
On Thu, Sep 11, 2014 at 05:21:13PM +0200, Gerd Hoffmann wrote: > On Do, 2014-09-11 at 17:59 +0300, Michael S. Tsirkin wrote: > > I observe two errors with latest master: > > > > ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’: > > ui/qemu-pixman.c:42: error: ‘PIXMAN_TYPE_RGBA’ undecla

Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-11 Thread Gerd Hoffmann
Hi, > In file included from /usr/include/gtk-2.0/gtk/gtk.h:228, > from ui/gtk.c:48: > /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function > declaration isn’t a prototype That isn't new. Bug in the gtk2 header files. gtk3 has it fixed, but gtk2.x seems to stay bug

Re: [Qemu-devel] ui causes latest master build failure on rhel6

2014-09-11 Thread Gerd Hoffmann
On Do, 2014-09-11 at 17:59 +0300, Michael S. Tsirkin wrote: > I observe two errors with latest master: > > ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’: > ui/qemu-pixman.c:42: error: ‘PIXMAN_TYPE_RGBA’ undeclared (first use in this > function) > ui/qemu-pixman.c:42: error: (Each u

[Qemu-devel] ui causes latest master build failure on rhel6

2014-09-11 Thread Michael S. Tsirkin
I observe two errors with latest master: ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’: ui/qemu-pixman.c:42: error: ‘PIXMAN_TYPE_RGBA’ undeclared (first use in this function) ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once ui/qemu-pixman.c:42: error: f