From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSuD9-00033P-Gt for qemu-devel@nongnu.org; Thu, 07 Jan 2010 10:23:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSuD4-0002yQ-HU for qemu-devel@nongnu.org; Thu, 07 Jan 2010 10:23:42 -0500 Received: from [199.232.76.173] (port=54908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSuD4-0002yJ-D0 for qemu-devel@nongnu.org; Thu, 07 Jan 2010 10:23:38 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:50172) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSuD3-0005MW-HG for qemu-devel@nongnu.org; Thu, 07 Jan 2010 10:23:38 -0500 Message-ID: <4B45FC75.205@mail.berlios.de> Date: Thu, 07 Jan 2010 16:23:33 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] Fixes for Linux->Win32 cross-compilation References: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1262875338-4104-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini schrieb: > With this series I could test cross-compiled Win32 QEMU under Wine. > The VNC server fails with "inet_parse: ipv4 parse error (0)", so I had > to use SDL; but this patch series is needed to find SDL when cross > compiling. > > > Paolo Bonzini (3): > use cross-prefix for pkg-config > use pkg-config for sdl when cross compiling > use pkg-config for libcurl when cross compiling > > configure | 52 +++++++++++++++++++++++++++++++++++++--------------- > 1 files changed, 37 insertions(+), 15 deletions(-) > Hi, VNC server works here (tested with wine i386-softmmu/qemu.exe -L pc-bios -vnc :0). Cross compilation works without patches when PATH is modified so it finds the correct sdl-config (but my configuration did not include a cross libcurl). Regards, Stefan