From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEfxY-0001a0-9d for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:06:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEfxX-0006qP-8U for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:06:40 -0400 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:41877 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEfxW-0006Th-R1 for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:06:39 -0400 Received: from [192.168.32.238] (bgld-ip-238.intern [192.168.32.238]) by wiesinger.com (8.14.4/8.14.4) with ESMTP id r2ACSIwV002899 for ; Sun, 10 Mar 2013 13:28:24 +0100 Message-ID: <513C7C61.8020102@wiesinger.com> Date: Sun, 10 Mar 2013 13:28:17 +0100 From: Gerhard Wiesinger MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Compile error on FC17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, qemu is currently not compile clean: CC util/hbitmap.o util/hbitmap.c: In function =91hbitmap_iter_skip_words=92: util/hbitmap.c:138:5: error: implicit declaration of function=20 =91trace_hbitmap_iter_skip_words=92 [-Werror=3Dimplicit-function-declarat= ion] util/hbitmap.c:138:5: error: nested extern declaration of=20 =91trace_hbitmap_iter_skip_words=92 [-Werror=3Dnested-externs] util/hbitmap.c: In function =91hbitmap_set=92: util/hbitmap.c:271:5: error: implicit declaration of function=20 =91trace_hbitmap_set=92 [-Werror=3Dimplicit-function-declaration] util/hbitmap.c:271:5: error: nested extern declaration of=20 =91trace_hbitmap_set=92 [-Werror=3Dnested-externs] util/hbitmap.c: In function =91hbitmap_reset=92: util/hbitmap.c:351:5: error: implicit declaration of function=20 =91trace_hbitmap_reset=92 [-Werror=3Dimplicit-function-declaration] util/hbitmap.c:351:5: error: nested extern declaration of=20 =91trace_hbitmap_reset=92 [-Werror=3Dnested-externs] cc1: all warnings being treated as errors make: *** [util/hbitmap.o] Error 1 gcc (GCC) 4.7.2 20120921 (Red Hat 4.7.2-2) Ciao, Gerhard