From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1r1g-0000Mn-Ix for qemu-devel@nongnu.org; Wed, 02 Nov 2016 04:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1r1b-0002ue-I6 for qemu-devel@nongnu.org; Wed, 02 Nov 2016 04:36:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1r1b-0002uH-CD for qemu-devel@nongnu.org; Wed, 02 Nov 2016 04:35:59 -0400 Message-ID: <1478075755.1578.14.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 02 Nov 2016 09:35:55 +0100 In-Reply-To: <20161102070352.GA547@aepfle.de> References: <20161102070352.GA547@aepfle.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] build failures in master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olaf Hering Cc: qemu-devel@nongnu.org On Mi, 2016-11-02 at 08:03 +0100, Olaf Hering wrote: > Not sure if there are automated build tests to catch such mistakes, I do test builds with both gtk2 and gtk3 before pull req goes out. > [ 220s] ui/gtk.c: In function 'gd_text_key_down': > [ 220s] ui/gtk.c:1073: error: 'GDK_KEY_Delete' undeclared (first use in = this function) Huh? Which gtk version is this? cheers, Gerd