On 07/08/2020 11.31, Paolo Bonzini wrote: > On 07/08/20 10:51, Thomas Huth wrote: >> 2) With --meson=git added, I also do not get much further: >> "./ui/meson.build:77:0: ERROR: Program 'keycodemapdb/tools/keymap-gen' >> not found" >> >> https://gitlab.com/huth/qemu/-/jobs/675546229 >> >> Any idea what's going wrong here? > > This is also a submodule not being initialized, > ui/keycodemapdb/tools/keymap-gen comes from a submodule.
Ok. I've added a hack to my configure script to checkout the submodules, but still, it does not compile yet: ../tools/virtiofsd/meson.build:1:0: ERROR: Unknown variable "libvhost_user". https://gitlab.com/huth/qemu/-/jobs/675665455 Thomas