From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcVbh-00021i-5A for qemu-devel@nongnu.org; Fri, 01 Jul 2011 00:45:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcVbf-0007Pp-1a for qemu-devel@nongnu.org; Fri, 01 Jul 2011 00:45:32 -0400 Received: from adelie.canonical.com ([91.189.90.139]:48831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcVbe-0007PG-H8 for qemu-devel@nongnu.org; Fri, 01 Jul 2011 00:45:30 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QcVbd-0007pA-4c for ; Fri, 01 Jul 2011 04:45:29 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 14C2F2E890D for ; Fri, 1 Jul 2011 04:45:29 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Fri, 01 Jul 2011 04:40:18 -0000 From: Yongjie Ren <802588@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110627152851.23987.43907.malonedeb@wampee.canonical.com> Message-Id: <20110701044018.16280.42517.malone@soybean.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 802588] Re: Latest GIT version fails to compile on Linux - setjmp.h problem Reply-To: Bug 802588 <802588@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I found this issue is also exist in latest qemu-kvm.git commit d58931037dbb4fbc2fbb33858629d3fabfd1b0d4 Merge: bcd4f22... f8121c4... Author: Avi Kivity Date: Tue Jun 28 15:11:13 2011 +0300 Git log shows it has merged commit 2fb0c09f4f*, but the bug is not fixed. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/802588 Title: Latest GIT version fails to compile on Linux - setjmp.h problem Status in QEMU: New Bug description: Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b Gcc: 4.6.1 Host: Debinan/x86_64 Fails to compile at In file included from /usr/include/png.h:518:0, from ui/vnc-enc-tight.c:37: /usr/include/pngconf.h: At top level: /usr/include/pngconf.h:371:21: error: expected =E2=80=98=3D=E2=80=99, =E2= =80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__= attribute__=E2=80=99 before =E2=80=98.=E2=80=99 token /usr/include/pngconf.h:372:12: error: unknown type name =E2=80=98__dont__= =E2=80=99 /usr/include/pngconf.h:372:29: error: expected =E2=80=98=3D=E2=80=99, =E2= =80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__= attribute__=E2=80=99 before =E2=80=98it=E2=80=99 /usr/include/pngconf.h:372:29: error: unknown type name =E2=80=98it=E2=80= =99 = Looking at pngconf.h around line 370 gives the reason for the compilation= failure: # 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 To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/802588/+subscriptions