From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBDqb-0003p1-Oz for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:43:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBDqX-0003o3-3E for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:43:21 -0500 Received: from [199.232.76.173] (port=44717 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBDqW-0003o0-Tr for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:43:16 -0500 Received: from mail.gmx.net ([213.165.64.20]:41789) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NBDqW-0006nq-Aq for qemu-devel@nongnu.org; Thu, 19 Nov 2009 15:43:16 -0500 Message-ID: From: "Sebastian Herbszt" Subject: Re: [Qemu-devel] Build failure on mingw / make: *** [config-all-devices.mak] Error 2 Date: Thu, 19 Nov 2009 21:42:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Sebastian Herbszt wrote: > 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 $@") Just ignore this. Thought you meant "[PATCH] Fix build for mingw32 on windows ($@ in macro)". Sorry! - Sebastian