From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEgBD-0006WN-HW for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:20:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEgBC-0002Xz-0p for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:20:47 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:34648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEgBB-0002Xm-QK for qemu-devel@nongnu.org; Sun, 10 Mar 2013 09:20:45 -0400 Received: by mail-lb0-f171.google.com with SMTP id gg13so2429288lbb.2 for ; Sun, 10 Mar 2013 06:20:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <513C7C61.8020102@wiesinger.com> References: <513C7C61.8020102@wiesinger.com> From: Peter Maydell Date: Sun, 10 Mar 2013 21:20:23 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Compile error on FC17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: qemu-devel@nongnu.org On 10 March 2013 20:28, Gerhard Wiesinger wrote: > Hello, > > qemu is currently not compile clean: > CC util/hbitmap.o > util/hbitmap.c: In function =E2=80=98hbitmap_iter_skip_words=E2=80=99: > util/hbitmap.c:138:5: error: implicit declaration of function > =E2=80=98trace_hbitmap_iter_skip_words=E2=80=99 [-Werror=3Dimplicit-funct= ion-declaration] These are all functions which are autogenerated from trace-events into trace/generated-tracers.h (and my git tree has them correctly autogenerated and qemu builds). I suspect (a) our dependency rules for these still aren't right (b) you can fix this with a make clean or distclean or failing everything else by completely nuking the tree and starting from scratch. -- PMM