From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDggW-0002jO-7K for qemu-devel@nongnu.org; Thu, 26 Nov 2009 10:55:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDggR-0002gl-Lh for qemu-devel@nongnu.org; Thu, 26 Nov 2009 10:55:07 -0500 Received: from [199.232.76.173] (port=58373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDggR-0002gN-Gb for qemu-devel@nongnu.org; Thu, 26 Nov 2009 10:55:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65149) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDggR-0001iP-1v for qemu-devel@nongnu.org; Thu, 26 Nov 2009 10:55:03 -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 nAQFt1Oq028743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Nov 2009 10:55:01 -0500 Date: Thu, 26 Nov 2009 17:52:23 +0200 From: "Michael S. Tsirkin" Message-ID: <20091126155223.GA2714@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] F10 build failure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, quintela@redhat.com 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? -- MST