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: Re: [Qemu-devel] Sound and MinGW problems on Windows host
Date: Wed, 7 Jul 2004 22:01:45 +0200	[thread overview]
Message-ID: <20040707200145.GB2077@bartek.tu.kielce.pl> (raw)
In-Reply-To: <895606111.20040707215017@guest.arnes.si>

Witam,
Dnia Wed, Jul 07, 2004 at 09:50:17PM +0200 Jernej Simon?i? napisal(a):

> I successfully compiled CVS under msys/MinGW and ran it outside it, however
> before compiling I edited CONFIG_QEMU_SHAREDIR in config-host.h to "."
> (otherwise it's set to $prefix, which is by default "/c/Program
> Files/Qemu"). If you remove -mwindows from CFLAGS and run qemu from command
> line, you can usually see why it immediately exits (though the very latest
> CVS doesn't seem to output anything anymore)

I solved that immediate exit without output by applying
qemu-20040621-monitor.patch.gz and changing manually LIBS in i386-softmmu/Makefile
(I only compile i386-softmmu), so it looks like:

DEFINES+=-D_GNU_SOURCE
LIBS+=-lm
ifdef CONFIG_WIN32
LIBS+=-lwinmm -lws2_32 -liphlpapi -mconsole
endif

After that, the console in windows is back.

t.

-- 
  Tomasz Bątor  e-mail: tomba@bartek.tu.kielce.pl  ICQ: 101194886
 ------ ---- -- - -  -    -   -  -  -   -    -  - - -- ---- ------
"Today it's a race between programmers making better idiot proof software,
and the universe making better idiots. So far the universe is winning"

  reply	other threads:[~2004-07-07 20:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-06 12:01 [Qemu-devel] Sound and MinGW problems on Windows host Tomasz B±tor
2004-07-07 19:08 ` Sylvain Petreolle
2004-07-07 19:50   ` Jernej Simonèiè
2004-07-07 20:01     ` Tomasz B±tor [this message]
2004-07-07 20:04       ` [Qemu-devel] freeoszoo and mandrake linux Mark Huot
2004-07-07 19:51   ` [Qemu-devel] Sound and MinGW problems on Windows host Tomasz B±tor
2004-07-08 12:12     ` Sylvain Petreolle
2004-07-08 14:38       ` Tomasz B±tor
2004-07-08 21:05         ` malc
2004-07-08 17:53           ` Tomasz B±tor
2004-07-08 21:02       ` malc
  -- strict thread matches above, loose matches on Subject: below --
2004-07-08 20:32 Natalia Portillo

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=20040707200145.GB2077@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).