I’m trying to compile a piece of software with GNOME Builder to learn compiling software. After I opened one of the example projects (GNOME Music), the “Hammer” button that’s supposed to start the building process was gray and a drop-down menu said “There is a problem with current build configuration”.
I figured I should change “Active configuration” from “org.gnome.Music.json” to “Default”. I can now press the hammer button, but the building process is stuck on
../../../../../../Projects/gnome-music/meson.build:59:0: ERROR: Dependency lookup for gtk4 with method 'pkgconfig' failed: Invalid version, need 'gtk4' ['>= 4.16.0'] found '4.14.5'.
However, I’m not able to access a newer version of gtk4 with “dnf” — installed one seems to be of the latest version.
It looks like the app creators used a beta version of this library. How can I install this beta version? Or should I better edit the config file?
I was lately seen a manual from, I think it was RH, where also explained how to run a GUI app from toolbox.
If someone remembers a link where explains this, would be great to post it here.