qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Tomasz B±tor <tomba@bartek.tu.kielce.pl>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] SDL/SDL.h breaks vl.c on MinGW
Date: Thu, 8 Jul 2004 19:43:13 +0200	[thread overview]
Message-ID: <20040708174313.GA11859@bartek.tu.kielce.pl> (raw)


Hi.
I don't know why it happens, but including SDL/SDL.h in vl.c
(CVS snapshot qemu-snapshot-2004-07-07_23.tar.bz2) breaks
QEMU on MinGW (it exits immediatelly with no output). Following
little patch fixes it:


diff -Nur vl-orig.c vl.c
--- vl-orig.c   Mon Jul  5 21:25:12 2004
+++ vl.c        Thu Jul  8 17:22:27 2004
@@ -65,7 +65,6 @@
 #endif
 
 #ifdef CONFIG_SDL
-#include <SDL/SDL.h>
 #if defined(__linux__)
 /* SDL use the pthreads and they modify sigaction. We don't
    want that. */


t.	

-- 
  Tomasz Bątor  e-mail: tomba@bartek.tu.kielce.pl  ICQ: 101194886
 ------ ---- -- - -  -    -   -  -  -   -    -  - - -- ---- ------
 "Push first the red button and then the blue button. No, wait..."
                     -- last words in a RPG game

             reply	other threads:[~2004-07-08 17:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-08 17:43 Tomasz B±tor [this message]
2004-07-09 19:13 ` [Qemu-devel] SDL/SDL.h breaks vl.c on MinGW Pierre d'Herbemont

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=20040708174313.GA11859@bartek.tu.kielce.pl \
    --to=tomba@bartek.tu.kielce.pl \
    --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).