qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Sebastian Herbszt" <herbszt@gmx.de>
To: malc <av1474@comtv.ru>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Build failure on mingw
Date: Tue, 17 Nov 2009 22:22:24 +0100	[thread overview]
Message-ID: <AEB6CD253AD84E9CB90053B0DD7A7E80@FSCPC> (raw)
In-Reply-To: <Pine.LNX.4.64.0911162251290.2277@linmac.oyster.ru>

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

  reply	other threads:[~2009-11-17 21:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-14 16:39 [Qemu-devel] Build failure on mingw Sebastian Herbszt
     [not found] ` <Pine.LNX.4.64.0911142108210.2712@linmac.oyster.ru>
2009-11-16 19:38   ` [Qemu-devel] " Sebastian Herbszt
2009-11-16 19:54     ` malc
2009-11-17 21:22       ` Sebastian Herbszt [this message]
2009-11-19 19:07         ` [Qemu-devel] [PATCH] Fix build for mingw32 on windows ($@ in macro) Stefan Weil
2009-11-19 20:13           ` [Qemu-devel] " Sebastian Herbszt
2009-11-19 21:32           ` malc
2009-11-20  6:40             ` Stefan Weil
2009-11-20  1:26           ` [Qemu-devel] " Jamie Lokier
2009-11-20  7:33             ` Stefan Weil
2009-11-20 14:55               ` Jamie Lokier
2009-11-20 18:26                 ` Stefan Weil
2009-11-20 16:58             ` Sebastian Herbszt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AEB6CD253AD84E9CB90053B0DD7A7E80@FSCPC \
    --to=herbszt@gmx.de \
    --cc=av1474@comtv.ru \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).