|
| From: | Stefan Weil |
| Subject: | Re: Regressions in build process introduced since August |
| Date: | Tue, 17 Nov 2020 20:57:23 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.4.2 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |