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
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
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
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
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
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
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
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