Hi,
looks like something in the latest version of MinGW (maybe the update to
Python 3.13?) causes our meson configuration to fail, see e.g.:
https://gitlab.com/qemu-project/qemu/-/jobs/12672816538#L397
meson.build:1:0: ERROR: prefix value '/qemu' must be an absolute path
I guess this is similar to https://github.com/mesonbuild/meson/issues/14303
... but the weird thing is that we don't use "--prefix" in our build, so I
wonder where this /qemu is coming from?
Does anybody have got an idea how to fix this?
Thomas