From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ire0y-000898-OJ for qemu-devel@nongnu.org; Mon, 12 Nov 2007 13:28:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ire0x-00086r-Ad for qemu-devel@nongnu.org; Mon, 12 Nov 2007 13:28:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ire0w-00086d-QN for qemu-devel@nongnu.org; Mon, 12 Nov 2007 13:28:02 -0500 Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ire0w-0002t0-0Y for qemu-devel@nongnu.org; Mon, 12 Nov 2007 13:28:02 -0500 Message-ID: <47389B2D.7000002@mail.berlios.de> Date: Mon, 12 Nov 2007 19:27:57 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Latest CVS References: <473875BB.1030208@bandsman.co.uk> In-Reply-To: <473875BB.1030208@bandsman.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, did you compile for a MIPS target? Then running "configure" will help. (Re-running configure with the original parameters when the configure script changed is a missing dependency which is still on my personal to-do list...) Regards Stefan Nigel Horne schrieb: > I can't get the latest CVS version to build on Fedora 7/x86: > > /usr/include/signal.h:380: warning: shadowed declaration is here > In file included from /home/njh/src/qemu/linux-user/qemu.h:26, > from /home/njh/src/qemu/linux-user/main.c:27: > /home/njh/src/qemu/linux-user/syscall_defs.h:1478:2: #error > unsupported CPU > In file included from /home/njh/src/qemu/linux-user/qemu.h:26, > > -Nigel