Re: [Gimp-developer] Gimp "make install" fails with undefined references to fresh-built gegl

2020-07-08 Thread Deft Developer
I got all of the dependencies (except WebKit) and GIMP 2.10.20 to build on CentOS. To make a very long story short, each dependency, and GIMP, is best built with no traces of previous builds or out-of-date dependencies. "make clean" and re-configuring are inadequate. It's easiest just to

[Gimp-developer] Gimp "make install" fails with undefined references to fresh-built gegl

2020-06-16 Thread Deft Developer
I built gimp 2.10.18 on CentOS 7 last year on another host, but on a new host with gimp 2.10.20, I'm stuck with undefined reference errors for GEGL. I'm not a c++ developer, so this is all a foreign language to me :( CentOS 7 libraries are all very old, so I built them, including latest GEGL

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

2018-05-17 Thread Deft Developer
DOS line endings, but autogen.sh in gimp-10 says it has all dependencies, and I'm ready to try make! Deft From: Partha Bagchi [mailto:parth...@gmail.com] Sent: Thursday, May 17, 2018 10:51 AM To: Deft Developer <d...@hymes.name> Cc: gimp-developer <gimp-developer-list@gnome.org

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 &

[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