From: Stefan Weil <817012@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 817012] Re: compile error in QEMU 0.15.0-rc0
Date: Sat, 20 Aug 2011 12:28:25 -0000 [thread overview]
Message-ID: <20110820122826.14696.417.launchpad@wampee.canonical.com> (raw)
In-Reply-To: 20110727142710.27133.46274.malonedeb@soybean.canonical.com
** Changed in: qemu
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/817012
Title:
compile error in QEMU 0.15.0-rc0
Status in QEMU:
Fix Released
Bug description:
QEMU 0.15.0-rc0: Cross compiling on Fedora 14 for Windows is not
possible:
mkdir -p ~/source/mingw
cd ~/source/mingw
wget http://download-mirror.savannah.gnu.org/releases/qemu/qemu-0.15.0-rc0.tar.gz
tar xzvf qemu-0.15.0-rc0.tar.gz
cd qemu-0.15.0-rc0
export PATH=/usr/i686-pc-mingw32/sys-root/mingw/bin:$PATH
./configure --cross-prefix="i686-pc-mingw32-" --prefix="/tmp/qemuinstall/"
make
...
CC migration.o
migration.c: In function 'migrate_print_status':
migration.c:191:25: warning: format '%I64u' expects type 'unsigned int', but argument 4 has type 'int64_t'
migration.c:193:25: warning: format '%I64u' expects type 'unsigned int', but argument 4 has type 'int64_t'
migration.c:195:25: warning: format '%I64u' expects type 'unsigned int', but argument 4 has type 'int64_t'
migration.c: In function 'migrate_put_status':
migration.c:223:32: warning: format '%I64d' expects type 'int', but argument 2 has type 'uint64_t'
migration.c:223:32: warning: format '%I64d' expects type 'int', but argument 3 has type 'uint64_t'
migration.c:223:32: warning: format '%I64d' expects type 'int', but argument 4 has type 'uint64_t'
CC migration-tcp.o
CC qemu-char.o
qemu-char.c: In function 'qemu_chr_open_win_con':
qemu-char.c:1801:68: error: 'chr' undeclared (first use in this function)
qemu-char.c:1801:68: note: each undeclared identifier is reported only once for each function it appears in
qemu-char.c:1801:5: error: too many arguments to function 'qemu_chr_open_win_file'
qemu-char.c:1785:25: note: declared here
qemu-char.c:1801:5: warning: return makes integer from pointer without a cast
qemu-char.c: In function 'qemu_chr_open_win_file_out':
qemu-char.c:1815:5: error: too many arguments to function 'qemu_chr_open_win_file'
qemu-char.c:1785:25: note: declared here
qemu-char.c:1815:5: warning: return makes integer from pointer without a cast
make: *** [qemu-char.o] Error 1
For further details please see http://qemu-
buch.de/d/QEMU_unter_Microsoft_Windows#Cross-Compilation_unter_Linux
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/817012/+subscriptions
prev parent reply other threads:[~2011-08-20 12:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 14:27 [Qemu-devel] [Bug 817012] [NEW] compile error in QEMU 0.15.0-rc0 rowa
2011-08-01 12:32 ` [Qemu-devel] [Bug 817012] " rowa
2011-08-20 12:28 ` Stefan Weil [this message]
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=20110820122826.14696.417.launchpad@wampee.canonical.com \
--to=817012@bugs.launchpad.net \
--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).