Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-21 Thread Mike Ladouceur
Sorry, at this point, I've moved to compiling from Ubuntu as you suggested earlier. On Sun, Sep 20, 2015 at 9:19 PM, Mike Ladouceur wrote: > Okay, i followed the steps from the reply to my email I noticed on the > website, but never made its way to my inbox. Now, I'm

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-21 Thread Liviu Ionescu
> On 22 Sep 2015, at 03:00, Mike Ladouceur wrote: > > Sorry, at this point, I've moved to compiling from Ubuntu as you suggested > earlier. another option, suitable for production environments, where repeatability is important, is to use Docker images. you can take

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-21 Thread Stefan Weil
Am 21.09.2015 um 03:19 schrieb Mike Ladouceur: > Okay, i followed the steps from the reply to my email I noticed on the > website, but never made its way to my inbox. Now, I'm stuck with the > following errors: > > /home/mike/qemu/include/glib-compat.h: At top level: >

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-20 Thread Mike Ladouceur
Okay, i followed the steps from the reply to my email I noticed on the website, but never made its way to my inbox. Now, I'm stuck with the following errors: /home/mike/qemu/include/glib-compat.h: At top level: /home/mike/qemu/include/glib-compat.h:145:21: error: conflicting types for

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-19 Thread Stefan Weil
Am 19.09.2015 um 04:49 schrieb Mike Ladouceur: > I tried from Ubuntu in Virtualbox and this is the error I now get and it > appears to be similar to the error from Cygwin. Configure seems to run > fine. Make fails. I'm officially lost. > > ./configure --cross-prefix=x86_64-w64-mingw32 > (...) >

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-18 Thread Mike Ladouceur
I tried from Ubuntu in Virtualbox and this is the error I now get and it appears to be similar to the error from Cygwin. Configure seems to run fine. Make fails. I'm officially lost. ./configure --cross-prefix=x86_64-w64-mingw32 (...) CCqga/commands-win32.o qga/commands-win32.c: In function

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-16 Thread Mike Ladouceur
Thanks for the reply. I will try to cross-compile via cygwin seeing as I've had no luck installing and configuring mingw64. On Tue, Sep 15, 2015 at 4:44 PM, Eric Blake wrote: > On 09/15/2015 02:10 PM, Stefan Weil wrote: > >> > >> CCqga/commands-win32.o > >>>

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-15 Thread Stefan Weil
Am 15.09.2015 um 20:48 schrieb Mike Ladouceur: > Stefan, > > I got your email from the #qemu channel on OFTC. I was told you may be > able to assist me. I'm trying to compile Qemu from within Cygwin. At first > I was getting an error about not being able to find zlib.h even though it > is in

Re: [Qemu-devel] Compiling Qemu from Cygwin

2015-09-15 Thread Eric Blake
On 09/15/2015 02:10 PM, Stefan Weil wrote: >> >> CCqga/commands-win32.o >>> qga/commands-win32.c: In function ‘qmp_guest_set_user_password’: >>> qga/commands-win32.c:1254:55: warning: passing argument 2 of >>> ‘g_base64_decode’ from incompatible pointer type >>> rawpasswddata = (char

[Qemu-devel] Compiling Qemu from Cygwin

2015-09-15 Thread Mike Ladouceur
Stefan, I got your email from the #qemu channel on OFTC. I was told you may be able to assist me. I'm trying to compile Qemu from within Cygwin. At first I was getting an error about not being able to find zlib.h even though it is in fact installed on the "system". I commented out the code that