From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qukm5-0003n6-Vh for qemu-devel@nongnu.org; Sat, 20 Aug 2011 08:35:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qukm4-0004tM-Mu for qemu-devel@nongnu.org; Sat, 20 Aug 2011 08:35:41 -0400 Received: from indium.canonical.com ([91.189.90.7]:44148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qukm4-0004tC-G5 for qemu-devel@nongnu.org; Sat, 20 Aug 2011 08:35:40 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Qukm3-0005d4-5P for ; Sat, 20 Aug 2011 12:35:39 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 214662E895B for ; Sat, 20 Aug 2011 12:35:39 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Sat, 20 Aug 2011 12:28:25 -0000 From: Stefan Weil <817012@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110727142710.27133.46274.malonedeb@soybean.canonical.com> Message-Id: <20110820122826.14696.417.launchpad@wampee.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 817012] Re: compile error in QEMU 0.15.0-rc0 Reply-To: Bug 817012 <817012@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ** Changed in: qemu Status: Fix Committed =3D> 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-rc= 0.tar.gz tar xzvf qemu-0.15.0-rc0.tar.gz cd qemu-0.15.0-rc0 export PATH=3D/usr/i686-pc-mingw32/sys-root/mingw/bin:$PATH ./configure --cross-prefix=3D"i686-pc-mingw32-" --prefix=3D"/tmp/qemuinst= all/" = 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 argum= ent 2 has type 'uint64_t' migration.c:223:32: warning: format '%I64d' expects type 'int', but argum= ent 3 has type 'uint64_t' migration.c:223:32: warning: format '%I64d' expects type 'int', but argum= ent 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 on= ce 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