Am 17.11.20 um 19:01 schrieb Paolo Bonzini:
On 17/11/20 18:50, Stefano Garzarella wrote:
Running `configure [...] --extra-cflags="-I /xyz"` results in
compiler flags `-I [...] /xyz`, so the `-I` and `/xyz` are separated
by other compiler flags which obviously cannot work as expected. I
could work around that by removing the space and using a pattern like
`-I/xyz`.
This regression is not restricted to builds targeting Windows.
I'll take a look at fixing this (in meson).
Thanks. Here is another regression for builds targeting Windows:
Running `../configure --disable-guest-agent-msi [...]` fails with
"../qga/meson.build:64:4: ERROR: Key QEMU_GA_VERSION is not in dict".
QEMU_GA_VERSION is only set with enabled guest-agent-msi, but currently
used with enabled guest-agent even when guest-agent-msi is disabled.
Regards,
Stefan