From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbCAY-00046r-VF for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbCAX-0006ZD-4P for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:48:06 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:56703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbCAW-0006Yy-Op for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:48:04 -0400 Received: by yxt3 with SMTP id 3so391060yxt.4 for ; Mon, 27 Jun 2011 06:48:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E087836.8000508@landley.net> References: <4E087836.8000508@landley.net> Date: Mon, 27 Jun 2011 14:48:02 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Build break in current -git. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: "qemu-devel@nongnu.org" On Mon, Jun 27, 2011 at 1:31 PM, Rob Landley wrote: > In file included from /usr/include/png.h:510, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 from ui/vnc-enc-tight.c:37: > /usr/include/pngconf.h:371: error: expected =91=3D=92, =91,=92, =91;=92, = =91asm=92 or > =91__attribute__=92 before =91.=92 token > /usr/include/pngconf.h:372: error: expected =91=3D=92, =91,=92, =91;=92, = =91asm=92 or > =91__attribute__=92 before =91include=92 > make: *** [ui/vnc-enc-tight.o] Error 1 > > Building on an Ubuntu 10.04 stock install. Yep, the buildbot sent out a bunch of emails about this breakage. Stefan Weil has posted a patch to fix it: http://patchwork.ozlabs.org/patch/102108/ Stefan