Installing gegl for gimp-2.7
Forums ► For GIMP users ► Installing gegl for gimp-2.7
-
jhardlin
(almost 2 years ago)
- Owen (almost 2 years ago)
-
Sven Neumann
(almost 2 years ago)
-
jhardlin
(almost 2 years ago)
- Sven Neumann (almost 2 years ago)
-
Belboz99
(almost 2 years ago)
- Sven Neumann (almost 2 years ago)
-
jhardlin
(almost 2 years ago)
Sent: 2010-03-13 20:23:16 UTC (almost 2 years ago)
From: jhardlin
Installing gegl for gimp-2.7
Hi,
I am trying to install gimp-2.7 after cloning the git repository. For
that, I must install gegl and babl 0.1.2.I can't reach http://gegl .org that seems broken. So, I cloned the gegl
git repository:
./autogen.sh: no problem
make : I get this error (translated)make[3]: quitting « /home/xxx/gegl/docs/gallery » directory
make[3]: going into « /home/xxx/gegl/docs » directory
make[3]: *** No rule to make « gegl.devhelp » target, necessary for «
all-am ». Stop.How can I resolve this error?
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-14 06:04:20 UTC (almost 2 years ago)
From: Owen
Installing gegl for gimp-2.7
On Sat, 13 Mar 2010 20:24:51 +0100
jhardlin wrote:> Hi,
>
> I am trying to install gimp-2.7 after cloning the git repository. For
> that, I must install gegl and babl 0.1.2.
>
> I can't reach http://gegl .org that seems broken. So, I cloned the
> gegl git repository:
> ./autogen.sh: no problem
> make : I get this error (translated)
>
> make[3]: quitting « /home/xxx/gegl/docs/gallery » directory
> make[3]: going into « /home/xxx/gegl/docs » directory
> make[3]: *** No rule to make « gegl.devhelp » target, necessary for «
> all-am ». Stop.
>
> How can I resolve this error?Platform?
Follow these instructions. Suits most distros, though you may have the
up to date gtk++http://www.gimpusers.com/news/2009-10-14/compiling-gimp-27-git-ubuntu-904-910.html
Owen
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-14 10:18:08 UTC (almost 2 years ago)
From: Sven Neumann
Installing gegl for gimp-2.7
On Sat, 2010-03-13 at 20:24 +0100, jhardlin wrote:
> I am trying to install gimp-2.7 after cloning the git repository. For
> that, I must install gegl and babl 0.1.2.
>
> I can't reach http://gegl .org that seems broken. So, I cloned the gegl
> git repository:
> ./autogen.sh: no problem
> make : I get this error (translated)
>
> make[3]: quitting « /home/xxx/gegl/docs/gallery » directory
> make[3]: going into « /home/xxx/gegl/docs » directory
> make[3]: *** No rule to make « gegl.devhelp » target, necessary for «
> all-am ». Stop.
>
> How can I resolve this error?Try to pass --disable-docs to 'autogen.sh' and run make again.
Sven
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-14 14:54:00 UTC (almost 2 years ago)
From: jhardlin
Installing gegl for gimp-2.7
Finally, I installed babl and gegl-0.1.2 from their bz2 tarball found at
http://ftp.gnome.org/pub/gimp/, with success.
The link in the INSTALL file of the gimp directory is obsolete and
misleading.Thank you for your interest in my question.
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-15 08:18:28 UTC (almost 2 years ago)
From: Sven Neumann
Installing gegl for gimp-2.7
On Sun, 2010-03-14 at 14:55 +0100, jhardlin wrote:
> Finally, I installed babl and gegl-0.1.2 from their bz2 tarball found at
> http://ftp.gnome.org/pub/gimp/, with success.
> The link in the INSTALL file of the gimp directory is obsolete and
> misleading.It isn't obsolete or misleading. The gegl.org web-site is just
temporarily down.Sven
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-18 10:31:10 UTC (almost 2 years ago)
From: Belboz99
Installing gegl for gimp-2.7
>Finally, I installed babl and gegl-0.1.2 from their bz2 tarball found at
>http://ftp.gnome.org/pub/gimp/, with success.
>The link in the INSTALL file of the gimp directory is obsolete and
>misleading.
>
>Thank you for your interest in my question.
>
>
>Did you manage to get it to execute?
I ran into the same problem, downloaded the bz2 file of 0.1 gegl (feb 2010),
and it seemed to resolve the compilation issue as well.However, gimp fails to execute, citing the same problem with avcodec.
#####
** Message: Module '/opt/gimp-2.7/lib/gegl-0.1/ff-load.so' load error:
/opt/gimp-2.7/lib/gegl-0.1/ff-load.so: undefined symbol:
avcodec_decode_video2
#####I'm suspicious this has to do with being on Ubuntu 9.10 64bit. I think those
extra bits are giving the libs a hard time again.Dan O.
--
Dan O. (via www.gimpusers.com)
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Sent: 2010-03-18 20:27:28 UTC (almost 2 years ago)
From: Sven Neumann
Installing gegl for gimp-2.7
On Thu, 2010-03-18 at 10:31 +0100, Dan O. wrote:
> Did you manage to get it to execute?
>
> I ran into the same problem, downloaded the bz2 file of 0.1 gegl (feb 2010),
> and it seemed to resolve the compilation issue as well.
>
> However, gimp fails to execute, citing the same problem with avcodec.
>
> #####
> ** Message: Module '/opt/gimp-2.7/lib/gegl-0.1/ff-load.so' load error:
> /opt/gimp-2.7/lib/gegl-0.1/ff-load.so: undefined symbol:
> avcodec_decode_video2
> #####Why would that keep GIMP from running? It's just one of the many GEGL
operations that doesn't link. That should not be a show-stopper. In any
case you can safely remove the ff-load.so file without loosing any
functionality in GIMP.Sven




