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

2018-02-04 Thread Elle Stone
On 02/02/2018 09:13 PM, Americo Gobbo wrote: Hi All, I have upgrade my system to ubuntu gnome 16.04.3 and I have tried again compile GEGL. On 02/03/2018 07:37 PM, Americo Gobbo wrote: -I/opt/gimp-default-master/include/gio-unix-2.0/ -I/opt/gimp-default-master/include/glib-2.0 -I/opt/gimp-def

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

2018-02-04 Thread Partha Bagchi
On Sun, Feb 4, 2018 at 8:17 AM, Americo Gobbo wrote: > 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. D

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 r

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

2018-02-03 Thread Jehan Pagès
Hi! On Sun, Feb 4, 2018 at 1:37 AM, Americo Gobbo wrote: > Hi Jehan, > > On 03/02/2018 22:23, Jehan Pagès wrote: >> >> Well I'm lost. > > ;-) me too! >> >> Are you sure you did a build from a fresh start? No >> files at all from a previous build? >> You can run `git clean -dfx` to erase every fil

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

2018-02-03 Thread Americo Gobbo
Hi Jehan, On 03/02/2018 22:23, Jehan Pagès wrote: Well I'm lost. ;-) me too! Are you sure you did a build from a fresh start? No files at all from a previous build? You can run `git clean -dfx` to erase every file from the repository which are not in git (be careful not to run it carelessly an

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. >>> config.log is of my traditional environment to g

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 if was making something

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 traditional env. Both seem fi

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

2018-02-03 Thread Jehan Pagès
Hi Americo! On Sat, Feb 3, 2018 at 2:45 PM, Americo Gobbo wrote: > Hi Tobias, 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: >>

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

2018-02-03 Thread Americo Gobbo
Hi Tobias, 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 ta

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 h

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: /usr/local/lib/li

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 LDFLAG

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 yo

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" etc.

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? ___ gimp-develop

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 > Reading package lists... Done

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 newest

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

2018-02-02 Thread Partha Bagchi
Americo, I don't know about your system, but you need to make sure that you have gexiv2 and exiv2 (including dev files) installed in your system. Partha On Fri, Feb 2, 2018 at 9:13 PM, Americo Gobbo wrote: > Hi All, > I have upgrade my system to ubuntu gnome 16.04.3 and I have tried again > co