Here is the output from pkg-config, and locate > pkg-config --modversion gexiv2 Package gexiv2 was not found in the pkg-config search path. Perhaps you should add the directory containing `gexiv2.pc' to the PKG_CONFIG_PATH environment variable No package 'gexiv2' found > locate gexiv2.pc /usr/exports/projects/3rdparty/gimp_world/archives/gexiv2-0.10.6/gexiv2.pc.in /usr/exports/projects/3rdparty/gimp_world/deps/gexiv2/gexiv2.pc /usr/exports/projects/3rdparty/gimp_world/deps/gexiv2/gexiv2.pc.in /usr/exports/projects/3rdparty/gimp_world/tree/gexiv2-0.10.6/gexiv2.pc /usr/exports/projects/3rdparty/gimp_world/tree/gexiv2-0.10.6/gexiv2.pc.in /usr/local/lib/pkgconfig/gexiv2.pc From: Partha Bagchi [mailto:partha1b@xxxxxxxxx] Sent: Thursday, May 17, 2018 3:21 AM To: dev@xxxxxxxxxx Cc: gimp-developer <gimp-developer-list@xxxxxxxxx> Subject: Re: Please help me with dependency details to build GIMP 2.10 on CentOS 7 On Thu, May 17, 2018 at 3:15 AM Deft Developer <dev@xxxxxxxxxx <mailto:dev@xxxxxxxxxx> > wrote: ... Here is what I have bash source before I run "autogen.sh --prefix=$INSTALL_PREFIX" or "configure --prefix=$INSTALL_PREFIX" for each dependency: source /usr/bin/scl_source enable devtoolset-7 export GIMP_BLD_HOME=$HOME/projects/3rdparty/gimp_world/gimp export SRC_DIR=$GIMP_BLD_HOME/src export INSTALL_PREFIX=$HOME/opt/gimp-10 export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib:/usr/local/lib:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH export PATH=$INSTALL_PREFIX/bin:$PATH export CFLAGS="-march=native -O3" All the above dirs exist. With gexiv2, I run "./configure" - - - "sudo make install" without error, but GIMP 2.10 autogen still fails with: Error: missing dependency gexiv2 >= 0.10.6 . what does pkg-config --modversion gexiv2 say? _______________________________________________ gimp-developer-list mailing list List address: gimp-developer-list@xxxxxxxxx List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list