From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEqpn-0005js-Gx for qemu-devel@nongnu.org; Sun, 29 Nov 2009 15:57:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEqpi-0005g3-7b for qemu-devel@nongnu.org; Sun, 29 Nov 2009 15:57:30 -0500 Received: from [199.232.76.173] (port=56431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEqpi-0005fv-33 for qemu-devel@nongnu.org; Sun, 29 Nov 2009 15:57:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEqph-0004Up-Je for qemu-devel@nongnu.org; Sun, 29 Nov 2009 15:57:25 -0500 From: Juan Quintela In-Reply-To: <20091129110839.GA24654@redhat.com> (Michael S. Tsirkin's message of "Sun, 29 Nov 2009 13:08:39 +0200") References: <20091126155223.GA2714@redhat.com> <20091129110839.GA24654@redhat.com> Date: Sun, 29 Nov 2009 21:56:46 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: F10 build failure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org "Michael S. Tsirkin" wrote: > On Thu, Nov 26, 2009 at 07:33:02PM +0100, Juan Quintela wrote: >> "Michael S. Tsirkin" wrote: >> > Hi! >> > qemu build on fedora 10 fails with: >> > /root/scm/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not defined >> > make[1]: *** [fpu/softfloat-native.o] Error 1 >> > make: *** [subdir-x86_64-softmmu] Error 2 >> > >> > just sticking >> > >> > #define HOST_LONG_BITS 64 >> > >> > in fpu/softfloat-native.c helps, but what is the correct >> > fix? >> >> rm */config.h >> >> You updated from an old tree, right? >> >> Later, Juan. > > Yes. That helped, but I am surprised simply re-running configure was > insufficient. It is a long, long story. basically config.h was generated and stoped being generated, then moved to a different directory, and you could have an old one around. Make distclean also fixed the problem. Later, Juan.