On Thu, May 17, 2018 at 3:15 AM Deft Developer <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