From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAVVo-00055y-IF for qemu-devel@nongnu.org; Tue, 17 Nov 2009 16:22:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAVVk-00050U-RC for qemu-devel@nongnu.org; Tue, 17 Nov 2009 16:22:56 -0500 Received: from [199.232.76.173] (port=35720 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAVVk-00050G-Mz for qemu-devel@nongnu.org; Tue, 17 Nov 2009 16:22:52 -0500 Received: from mail.gmx.net ([213.165.64.20]:39608) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NAVVk-0000XU-6f for qemu-devel@nongnu.org; Tue, 17 Nov 2009 16:22:52 -0500 Message-ID: From: "Sebastian Herbszt" References: <7F4F5A74116D4AACB25508580EA62397@FSCPC> In-Reply-To: Date: Tue, 17 Nov 2009 22:22:24 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Build failure on mingw List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org malc wrote: > Makefile has this: > > sdl.o audio/sdlaudio.o sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) > > Which, i guess, doesn't play well with expansion of $@ in rules.mak. > I wonder what changes you will see by adding following to the rules.mak. > > QEMU_CFLAGS := $(QEMU_CFLAGS) -MMD -MP -MT $@ $ grep MMD rules.mak QEMU_CFLAGS := $(QEMU_CFLAGS) -MMD -MP -MT $@ gcc -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7-nox-fixed/slirp -Wold-style-definition -I. -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7-nox-fixed -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -m32 -DWIN32_LEAN_AND_MEAN -DWINVER=0x501 -MMD -MP -MT -O2 -g -c -o audio/mixeng.o audio/mixeng.c gcc -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7-nox-fixed/slirp -Wold-style-definition -I. -I/home/sh/vm/qemu/v0.11.0-rc0-1630-g51cc2e7-nox-fixed -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -m32 -DWIN32_LEAN_AND_MEAN -DWINVER=0x501 -MMD -MP -MT -I/mingw/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main -O2 -g -c -o audio/sdlaudio.o audio/sdlaudio.c audio/sdlaudio.c:24:17: warning: SDL.h: No such file or directory - Sebastian