Re: [PATCH v2] qga-win: choose the right libpcre version to include in MSI package

2022-12-26 Thread Konstantin Kostiuk
the series was merged Best Regards, Konstantin Kostiuk. On Tue, Dec 13, 2022 at 9:20 PM Konstantin Kostiuk wrote: > Reviewed-by: Konstantin Kostiuk > Tested-by: Konstantin Kostiuk > > On Tue, Dec 13, 2022 at 5:13 PM Andrey Drobyshev < > andrey.drobys...@virtuozzo.com> wrote: > >> According t

Re: [PATCH v2] qga-win: choose the right libpcre version to include in MSI package

2022-12-13 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk Tested-by: Konstantin Kostiuk On Tue, Dec 13, 2022 at 5:13 PM Andrey Drobyshev < andrey.drobys...@virtuozzo.com> wrote: > According to GLib changelog [1], since version 2.73.2 GLib is using > libpcre2 instead of libpcre. As a result, qemu-ga MSI installation > f

[PATCH v2] qga-win: choose the right libpcre version to include in MSI package

2022-12-13 Thread Andrey Drobyshev via
According to GLib changelog [1], since version 2.73.2 GLib is using libpcre2 instead of libpcre. As a result, qemu-ga MSI installation fails due to missing DLL when linked with the newer GLib. This commit makes wixl to put the right libpcre version into the MSI bundle: either libpcre-1.dll or lib