Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Partha Bagchi
On Thu, May 17, 2018 at 8:12 PM Deft Developer wrote: > YES! Thank you! > You are welcome. Feel free to reach out anytime. ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership:

Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Deft Developer
> Subject: Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7 On Thu, May 17, 2018 at 12:19 PM, Deft Developer <d...@hymes.name <mailto:d...@hymes.name> > wrote: Here is the output from pkg-config, and locate > pkg-config -

Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Partha Bagchi
On Thu, May 17, 2018 at 12:19 PM, Deft Developer wrote: > 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' > >

Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Kevin Cozens
eloper] Please help me with dependency details to build GIMP 2.10 on CentOS 7 [snip] export PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH You don't have /usr/local/lib/pkgconfig in the PKG_CONFIG_PATH env variable. -- Cheers! Kevin. http://www.ve3syb.ca/ | "

Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Deft Developer
mp-developer] 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 <d...@hymes.name <mailto:d...@hymes.name> > wrote: ... Here is what I have bash source before I run "autogen.sh --prefix=$INSTALL_PREFIX" or &

Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Partha Bagchi
On Thu, May 17, 2018 at 3:15 AM Deft Developer 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-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7

2018-05-17 Thread Deft Developer
My org has CentOS 7, and I REALLY want to build GIMP 2.10. CentOS is conservative, and does not ship with many of 2.10's dependencies. My problem is that after I "have" 2.10's dependencies, I don't know how to configure autoconf and configure to find them. I have read