Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Partha Bagchi
Americo, Just make a symlink to get past the error. Something like: ln -s /usr/lib/x86_64-linux-gnu/libgexiv2.so /usr/local/lib/libgexiv2.so etc. Though, linux systems use the silly "la" files, and so this may not work. Better to check and see if it does work. Otherwise, yes, modify your

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Americo Gobbo
Hi Partha, in my system these libraries are in: /usr/lib/x86_64-linux-gnu/libgexiv2.a /usr/lib/x86_64-linux-gnu/libgexiv2.so instead that in '/usr/local/lib/libexiv2.la' On 03/02/2018 01:46, Partha Bagchi wrote: Hi Americo, What does find / -name "libgexiv*.so" say? Since I don't know how

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Partha Bagchi
Hi Americo, What does find / -name "libgexiv*.so" say? Since I don't know how your ld.conf is setup, I am trying to guess where your shared objects are. Once you find them, instead of relying on the system, you can pass them directly to GIMP/GEGL while making using LDFLAGS="-L/usr/lib/lib64"

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Americo Gobbo
Hi Partha, ~$ pkg-config --libs exiv2 -lexiv2 ~$ pkg-config --libs gexiv2 -lgexiv2 -lgobject-2.0 -lglib-2.0 On 03/02/2018 01:27, Partha Bagchi wrote: I see. So what does pkg-config --libs exiv2 or pkg-config --libs gexiv2 say? ___

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Partha Bagchi
I see. So what does pkg-config --libs exiv2 or pkg-config --libs gexiv2 say? On Fri, Feb 2, 2018 at 10:11 PM, Americo Gobbo wrote: > Hi Partha, > thanks! > So, in my system gexiv2 and exiv2 are installed. > > $ sudo apt-get install libexiv2-dev libgexiv2-dev >

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Americo Gobbo
Hi Partha, thanks! So, in my system gexiv2 and exiv2 are installed. $ sudo apt-get install libexiv2-dev libgexiv2-dev Reading package lists... Done Building dependency tree Reading state information... Done libgexiv2-dev is already the newest version (0.10.3-2). libexiv2-dev is already the

[Gimp-developer] GEGL errors during 'make' process

2018-02-02 Thread Americo Gobbo
Hi All, I have upgrade my system to ubuntu gnome 16.04.3 and I have tried again compile GEGL. The 'autogen.sh' is finished OK, without problems. The 'make' process have these errors messages: gcc: error: /usr/local/lib/libexiv2.so: No such file or directory Makefile:571: recipe for target

Re: [Gimp-developer] Gimp-git pull today fails to build - Mac

2018-02-02 Thread Partha Bagchi
On Fri, Feb 2, 2018 at 5:36 AM, Michael Natterer wrote: > Hi Partha, > > you might need the right CPPFLAGS and LDFLAGS in tools/Makefile.am, > it doesn't look like they are there. > > Can you try that so it builds and then send a patch please? > > Thanks, Mitch > ... > Hi Mitch,

Re: [Gimp-developer] Gimp-git pull today fails to build - Mac

2018-02-02 Thread Michael Natterer
Hi Partha, you might need the right CPPFLAGS and LDFLAGS in tools/Makefile.am, it doesn't look like they are there. Can you try that so it builds and then send a patch please? Thanks, Mitch On Thu, 2018-02-01 at 18:19 -0500, Partha Bagchi wrote: > Mitch, > > I get the following error while