* [Qemu-devel] Build break in current -git.
@ 2011-06-27 12:31 Rob Landley
2011-06-27 13:48 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Rob Landley @ 2011-06-27 12:31 UTC (permalink / raw)
To: qemu-devel@nongnu.org
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.
Relevant chunk of said header:
# ifndef PNG_SKIP_SETJMP_CHECK
# ifdef __linux__
# ifdef _BSD_SOURCE
# define PNG_SAVE_BSD_SOURCE
# undef _BSD_SOURCE
# endif
# ifdef _SETJMP_H
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
__pngconf.h__ in libpng already includes setjmp.h;
__dont__ include it again.;
# endif
# endif /* __linux__ */
# endif /* PNG_SKIP_SETJMP_CHECK */
Rob
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Build break in current -git.
2011-06-27 12:31 [Qemu-devel] Build break in current -git Rob Landley
@ 2011-06-27 13:48 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2011-06-27 13:48 UTC (permalink / raw)
To: Rob Landley; +Cc: qemu-devel@nongnu.org
On Mon, Jun 27, 2011 at 1:31 PM, Rob Landley <rob@landley.net> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-27 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 12:31 [Qemu-devel] Build break in current -git Rob Landley
2011-06-27 13:48 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).