[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Build break in current -git.
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] Build break in current -git. |
Date: |
Mon, 27 Jun 2011 14:48:02 +0100 |
On Mon, Jun 27, 2011 at 1:31 PM, Rob Landley <address@hidden> wrote:
> In file included from /usr/include/png.h:510,
> from ui/vnc-enc-tight.c:37:
> /usr/include/pngconf.h:371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘.’ token
> /usr/include/pngconf.h:372: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘include’
> 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