From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBDtg-00055G-3d for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:46:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBDtb-000531-IE for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:46:31 -0500 Received: from [199.232.76.173] (port=40998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBDtb-00052w-D2 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:46:27 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:55534) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBDta-0007Qj-QM for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:46:27 -0500 Message-ID: <4B05AEA0.7030702@mail.berlios.de> Date: Thu, 19 Nov 2009 21:46:24 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2 References: <8BC583767FC2436797B051E8CA19E86D@FSCPC> <4B05AAC9.9010007@mail.berlios.de> <4D0C6FD3C8874B4CAAE013E1F7E7345D@FSCPC> In-Reply-To: <4D0C6FD3C8874B4CAAE013E1F7E7345D@FSCPC> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: qemu-devel@nongnu.org Sebastian Herbszt schrieb: > Stefan Weil wrote: >> Sebastian Herbszt schrieb: >>> v0.11.0-rc0-1677-gf165b53 >>> >>> $ ./configure --target-list=i386-softmmu >>> $ make >>> Makefile:427: no file name for `-include' >>> /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"' >>> /bin/sh.exe: -c: line 2: syntax error: unexpected end of file >>> make: *** [config-all-devices.mak] Error 2 >>> >>> - Sebastian >> >> I just sent a patch which should fix this problem. See >> [PATCH] Fix build for mingw32 on windows ($$ expansion) > > It's a different one. This one seems to be related to "Makefile" > config-all-devices.mak: $(SUBDIR_DEVICES_MAK) > $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort > -u > $@," GEN $@") > > - Sebastian Yes. I sent two patches. They fix two different problems :-) Stefan