Re: [Qemu-devel] qemu-ga static compilation

2017-03-22 Thread Stefan Hajnoczi
On Tue, Mar 21, 2017 at 11:23:39AM +0200, Sameeh Jubran wrote: > Just to make it clear, > > Stefan you are going to send a patch right? I see you've sent a patch. Please go ahead with it. Stefan signature.asc Description: PGP signature

Re: [Qemu-devel] qemu-ga static compilation

2017-03-21 Thread Sameeh Jubran
Just to make it clear, Stefan you are going to send a patch right? On Mon, Mar 20, 2017 at 5:44 PM, Sameeh Jubran wrote: > > > On Mon, Mar 20, 2017 at 3:57 PM, Stefan Hajnoczi > wrote: > >> On Tue, Mar 14, 2017 at 06:51:37PM +0200, Sameeh Jubran wrote: >> > I am trying to compile qemu-ga for W

Re: [Qemu-devel] qemu-ga static compilation

2017-03-20 Thread Sameeh Jubran
On Mon, Mar 20, 2017 at 3:57 PM, Stefan Hajnoczi wrote: > On Tue, Mar 14, 2017 at 06:51:37PM +0200, Sameeh Jubran wrote: > > I am trying to compile qemu-ga for Windows statically using the following > > commands: > > > > ./configure --disable-docs --target-list=x86_64-softmmu > > --cross-prefix=x

Re: [Qemu-devel] qemu-ga static compilation

2017-03-20 Thread Peter Maydell
On 20 March 2017 at 13:57, Stefan Hajnoczi wrote: > I guess GLIB_STATIC_COMPILATION is not defined in your build (see the > definition of GLIB_VAR in the glib headers). > > The pkg-config file for glib doesn't define GLIB_STATIC_COMPILATION for > pkg-config --static. I guess we must add it manual

Re: [Qemu-devel] qemu-ga static compilation

2017-03-20 Thread Stefan Hajnoczi
On Tue, Mar 14, 2017 at 06:51:37PM +0200, Sameeh Jubran wrote: > I am trying to compile qemu-ga for Windows statically using the following > commands: > > ./configure --disable-docs --target-list=x86_64-softmmu > --cross-prefix=x86_64-w64-mingw32- --static --enable-guest-agent-msi > --with-vss-sdk

Re: [Qemu-devel] qemu-ga static compilation

2017-03-20 Thread Peter Maydell
On 14 March 2017 at 16:51, Sameeh Jubran wrote: > Hi all, > > I am trying to compile qemu-ga for Windows statically using the following > commands: > > ./configure --disable-docs --target-list=x86_64-softmmu > --cross-prefix=x86_64-w64-mingw32- --static --enable-guest-agent-msi > --with-vss-sdk=/p

Re: [Qemu-devel] qemu-ga static compilation

2017-03-20 Thread Sameeh Jubran
ping. On Tue, Mar 14, 2017 at 6:51 PM, Sameeh Jubran wrote: > Hi all, > > I am trying to compile qemu-ga for Windows statically using the following > commands: > > ./configure --disable-docs --target-list=x86_64-softmmu > --cross-prefix=x86_64-w64-mingw32- --static --enable-guest-agent-msi > --w

[Qemu-devel] qemu-ga static compilation

2017-03-14 Thread Sameeh Jubran
Hi all, I am trying to compile qemu-ga for Windows statically using the following commands: ./configure --disable-docs --target-list=x86_64-softmmu --cross-prefix=x86_64-w64-mingw32- --static --enable-guest-agent-msi --with-vss-sdk=/path/to/VSSSDK72 make -j8 qemu-ga And I keep getting this err