Re: [Qemu-devel] [RFC 1/1] qemu-ga: add missing libpcre to MSI build

2018-11-21 Thread Sameeh Jubran
Hi thomas, Can you please share more info on why libpcre is needed in the first place? I have tried to build qemu without it and I see no issues of qemu-ga failing. On Fri, Jul 7, 2017 at 9:47 AM Thomas Lamprecht wrote: > > Hi, > > On 06/02/2017 01:42 PM, Marc-André Lureau wrote: > > Hi > > > > O

Re: [Qemu-devel] [RFC 1/1] qemu-ga: add missing libpcre to MSI build

2017-07-06 Thread Thomas Lamprecht
Hi, On 06/02/2017 01:42 PM, Marc-André Lureau wrote: Hi On Thu, Jun 1, 2017 at 5:08 PM Thomas Lamprecht wrote: glib depends on libpcre which was not shipped with the MSI, thus starting of the qemu-ga.exe failed with the respective error message. Tell WIXL to ship this library with the MSI to

Re: [Qemu-devel] [RFC 1/1] qemu-ga: add missing libpcre to MSI build

2017-06-02 Thread Marc-André Lureau
Hi On Thu, Jun 1, 2017 at 5:08 PM Thomas Lamprecht wrote: > glib depends on libpcre which was not shipped with the MSI, thus > starting of the qemu-ga.exe failed with the respective error message. > > Tell WIXL to ship this library with the MSI to avoid this problem. > > Signed-off-by: Thomas La

[Qemu-devel] [RFC 1/1] qemu-ga: add missing libpcre to MSI build

2017-06-01 Thread Thomas Lamprecht
glib depends on libpcre which was not shipped with the MSI, thus starting of the qemu-ga.exe failed with the respective error message. Tell WIXL to ship this library with the MSI to avoid this problem. Signed-off-by: Thomas Lamprecht CC: Stefan Weil CC: Michael Roth --- I haven't done much wi