From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS5mj-0001lC-EK for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:55:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS5mi-000402-5F for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:55:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS5mh-0003zp-Li for qemu-devel@nongnu.org; Thu, 11 Sep 2014 10:55:43 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8BEtg62020743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 11 Sep 2014 10:55:43 -0400 Date: Thu, 11 Sep 2014 17:59:03 +0300 From: "Michael S. Tsirkin" Message-ID: <20140911145903.GA27021@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] ui causes latest master build failure on rhel6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kraxel@redhat.com, qemu-devel@nongnu.org I observe two errors with latest master: ui/qemu-pixman.c: In function =E2=80=98qemu_pixelformat_from_pixman=E2=80= =99: ui/qemu-pixman.c:42: error: =E2=80=98PIXMAN_TYPE_RGBA=E2=80=99 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: for each function it appears in.) make: *** [ui/qemu-pixman.o] Error 1 Also: 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=E2=80=99t a prototype Note: 2.1.1 builds fine. --=20 MST