Hi, I’m trying to install gtk4 for the first time (CentOS7 x8664) so I can begin migrating my gtk3 apps, but the command ‘meson setup --prefix /opt/gtk builddir’ fails with the error
Dependency glib-2.0 found: NO found 2.56.1 but need: ‘>= 2.66.0’
I am already using the latest CentOS 7.9 el7 x86_64 RPMs for glib2 (2.56.1 as noted). I have located Fedora source RPMs for 2.6{6,7} glib2 releases but I am very concerned about introducing incompatibilities into my system as the current 2.56.1 RPMs appear to have a huge number of dependencies. (The latter presumably include my gtk3 enviroment which I want. to continue using.)
Any ideas? I’m open to installing a newer Linux distro into another VM on my host if that would simplify things, but I would like if possible to wind up with an environment where I can test my apps under both gtk3 and gtk4. Breaking my existing CentOS7 VM would be a disaster which I need to avoid at all costs.
Thanks!