Open BlueManCZ opened 1 week ago
This is because you have too new GLib. Gotk4 is unfortunately still a static binding, so this happens commonly on bleeding-edge distros.
My recommendation for you is to either create a VM with Fedora or Debian and compile project here, or (something that I do) install Distrobox and set up a container with a distro of your choice.
Is there an existing issue for this?
Describe your issue
Hello, I'm trying to build the project with Meson, but it fails with the error
could not determine kind of name for...
. Could this be related to the version of GLib I'm using (2.78.6)? I've included the full build log with package versions below.