From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbAyt-0004vM-UW for qemu-devel@nongnu.org; Mon, 27 Jun 2011 08:32:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbAyr-0002DN-Sc for qemu-devel@nongnu.org; Mon, 27 Jun 2011 08:31:59 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:47736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbAyr-0002D0-H6 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 08:31:57 -0400 Received: by gyg10 with SMTP id 10so2347450gyg.4 for ; Mon, 27 Jun 2011 05:31:55 -0700 (PDT) Message-ID: <4E087836.8000508@landley.net> Date: Mon, 27 Jun 2011 07:31:50 -0500 From: Rob Landley MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Build break in current -git. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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