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

2018-02-04 Thread Americo Gobbo
Hi Jehan, On 03/02/2018 22:47, Jehan Pagès wrote: Well there is nothing in the command line itself which relates to libexiv2. It looks like there is something wrong in the libtool script wrapper generated by the build system. Delete the file "libtool" which you will find in the root of the git

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

2018-02-03 Thread Jehan Pagès
On Sun, Feb 4, 2018 at 1:14 AM, Americo Gobbo wrote: > Hi Jehan, > > On 03/02/2018 22:06, Jehan Pagès wrote: >> >> Hi! >> >> On Sun, Feb 4, 2018 at 12:59 AM, Americo Gobbo >> wrote: >>> >>> Hi Jehan, >>> I have used the git repository to build. >>>

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

2018-02-03 Thread Americo Gobbo
Hi Jehan, On 03/02/2018 22:06, Jehan Pagès wrote: Hi! On Sun, Feb 4, 2018 at 12:59 AM, Americo Gobbo wrote: Hi Jehan, I have used the git repository to build. config.log is of my traditional environment to gegl config-new.log is of a ex-novo environment to gegl to test

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

2018-02-03 Thread Jehan Pagès
Hi! On Sun, Feb 4, 2018 at 12:59 AM, Americo Gobbo wrote: > Hi Jehan, > I have used the git repository to build. > config.log is of my traditional environment to gegl > config-new.log is of a ex-novo environment to gegl to test if was making > something wrong in the

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

2018-02-03 Thread Americo Gobbo
Hi Tobias, thanks! On 03/02/2018 08:40, Tobias Ellinghaus wrote: Am Samstag, 3. Februar 2018, 03:13:18 CET schrieb 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

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

2018-02-03 Thread Tobias Ellinghaus
Am Samstag, 3. Februar 2018, 03:13:18 CET schrieb 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:

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