On 2018-08-13 11:08 PM, patrick via gimp-user-list wrote:
When trying to compile on Raspbian (debian) Stretch, I am not able to install all the deps:- Error: missing dependency babl >= 0.1.52 - Error: missing dependency gegl-0.4 >= 0.4.4 - Error: missing dependency glib >= 2.54.2 *** Test for GLIB failed - Error: missing dependency gegl *** Could not find native gegl executable in your PATH. - Error: missing dependency fontconfig >= 2.12.4 - Error: missing dependency gexiv2 >= 0.10.6 - Error: missing dependency poppler-glib >= 0.44.0 glib >= 2.54.2 is really a show stopper on this distribution afaik.
It isn't a show stopper. You can install GIMP and its dependencies to a directory within you user account and run it from there. You set PREFIX to the be the path to the private directory then use that include a reference to the path in both LD_LIBRARY_PATH and PKG_CONFIG_PATH.
-- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of Elecraft K2 #2172 | #include <disclaimer/favourite> | --Chris Hardwick _______________________________________________ gimp-user-list mailing list List address: [email protected] List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
