Re: [Gimp-developer] building GIMP from git

2015-10-08 Thread Olivier
In fact, I also built glib from git, thus maybe GIO_EXTRA_MODULES was also needed. Anyway, I used it and everything is OK now. Olivier Lecarme 2015-10-07 21:23 GMT+02:00 Elle Stone : > On 10/07/2015 12:54 PM, Olivier wrote: > >> ​Finally I succedded in installing

Re: [Gimp-developer] building GIMP from git

2015-10-08 Thread Michael Natterer
On Wed, 2015-10-07 at 18:03 +0200, Olivier wrote: > I downloaded GEGL and BABL from the links on page http://www.gimp.org > /, > i.e. http://gegl.org/ and http://gegl.org/babl/. I compiled and > installed > them using the normal procedure (sudo ./configure && make && make > install). > > Thus

Re: [Gimp-developer] building GIMP from git

2015-10-08 Thread Sam Gleske
It's likely that you're missing LD_LIBRARY_PATH when you're loading GIMP. While you're starting GIMP that was compiled from Git it is loading GEGL libraries from other sources. You should do the following (assuming GIMP, GEGL, and BABL were installed under /usr/local prefix by default):

Re: [Gimp-developer] building GIMP from git

2015-10-08 Thread Tobias Ellinghaus
Am Donnerstag, 8. Oktober 2015, 10:57:49 schrieb Sam Gleske: > It's likely that you're missing LD_LIBRARY_PATH when you're loading GIMP. > While you're starting GIMP that was compiled from Git it is loading GEGL > libraries from other sources. You should do the following (assuming GIMP, > GEGL,

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Elle Stone
On 10/07/2015 12:54 PM, Olivier wrote: ​Finally I succedded in installing ​GIMP, by fetching gegl, babl, gdk-pixbuf, and gimp itself from git, and configuring and installing them all under the same prefix. Under Ubuntu 15.04, the GIO extra modules are located in

[Gimp-developer] building GIMP from git

2015-10-07 Thread Olivier
Hello all. I'm trying to build GIMP-2.9 as explained on http://www.gimp.org/source/howtos/gimp-git-build.html. I'm using Ubuntu 15.04. Everything seems to work smootly, but when I try using gimp-2.9 I get the error message: GEGL operation missing! GIMP requires the GEGL operation "gegl:maze".

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Elle Stone
On 10/07/2015 10:10 AM, Olivier wrote: Hello all. I'm trying to build GIMP-2.9 as explained on http://www.gimp.org/source/howtos/gimp-git-build.html. I'm using Ubuntu 15.04. Everything seems to work smootly, but when I try using gimp-2.9 I get the error message: GEGL operation missing! GIMP

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Elle Stone
On 10/07/2015 11:38 AM, Elle Stone wrote: On 10/07/2015 10:10 AM, Olivier wrote: Hello all. I'm trying to build GIMP-2.9 as explained on http://www.gimp.org/source/howtos/gimp-git-build.html. I'm using Ubuntu 15.04. Everything seems to work smootly, but when I try using gimp-2.9 I get the

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Olivier
I downloaded GEGL and BABL from the links on page http://www.gimp.org/, i.e. http://gegl.org/ and http://gegl.org/babl/. I compiled and installed them using the normal procedure (sudo ./configure && make && make install). Thus GEGL and BABL are not built from git, and they are installed in the

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Julien Nabet
On 07/10/2015 18:03, Olivier wrote: I downloaded GEGL and BABL from the links on page http://www.gimp.org/, i.e. http://gegl.org/ and http://gegl.org/babl/. I compiled and installed them using the normal procedure (sudo ./configure && make && make install). Thus GEGL and BABL are not built from

Re: [Gimp-developer] building GIMP from git

2015-10-07 Thread Olivier
​Finally I succedded in installing ​GIMP, by fetching gegl, babl, gdk-pixbuf, and gimp itself from git, and configuring and installing them all under the same prefix. Under Ubuntu 15.04, the GIO extra modules are located in usr/lib/x86_64-linux-gnu/gio/modules. Thus I used Martin Nordholts'