From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEhgb-0004jV-Qe for qemu-devel@nongnu.org; Sun, 29 Nov 2009 06:11:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEhgW-0004fA-5F for qemu-devel@nongnu.org; Sun, 29 Nov 2009 06:11:24 -0500 Received: from [199.232.76.173] (port=32829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEhgV-0004f7-VC for qemu-devel@nongnu.org; Sun, 29 Nov 2009 06:11:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEhgV-0003cS-F3 for qemu-devel@nongnu.org; Sun, 29 Nov 2009 06:11:19 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nATBBIok028628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 Nov 2009 06:11:18 -0500 Date: Sun, 29 Nov 2009 13:08:39 +0200 From: "Michael S. Tsirkin" Message-ID: <20091129110839.GA24654@redhat.com> References: <20091126155223.GA2714@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: F10 build failure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org 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. -- MST