You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some users have trouble installing the dependencies due to an older version of glib:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.28.0...
checking for GLIB - version >= 2.28.0...
*** 'pkg-config --modversion glib-2.0' returned 2.62.6, but GLIB (2.66.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error: glib >= 2.28 is required - download it from ftp://ftp.gtk.org/pub/gtk
Describe the solution you'd like
Consider adding glib to install_dependencies.sh.
This is a slippery slope and may not be worthwhile, since it may cascade to other dependencies. In this case we need to lean more into the containerized version of push and process online options.
But it is worth looking into whether it is straightforward to include as a dependency.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some users have trouble installing the dependencies due to an older version of glib:
https://docs.gtk.org/glib/
Describe the solution you'd like
Consider adding glib to install_dependencies.sh.
This is a slippery slope and may not be worthwhile, since it may cascade to other dependencies. In this case we need to lean more into the containerized version of push and process online options.
But it is worth looking into whether it is straightforward to include as a dependency.
The text was updated successfully, but these errors were encountered: