RSS/Atom feed Twitter
Site is read-only, email is disabled

problem in compiling gegl

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

problem in compiling gegl Rahul 12 Mar 18:06
  problem in compiling gegl Martin Nordholts 12 Mar 18:09
  problem in compiling gegl Sven Neumann 12 Mar 19:27
  problem in compiling gegl devvv 13 Mar 11:58
2009-03-12 18:06:00 UTC (about 16 years ago)
postings
2

problem in compiling gegl

hi all,

i have downloaded gegel and babl fron the following link ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.22.tar.bz2 ftp://ftp.gtk.org/pub/babl/0.0/babl-0.0.22.tar.bz2

But when i reach inside the unzip folder of gegl-0.0.22 through the command prompt and give the command ./configure ( the first step given for compiling on http://gegl.org/ ) in unzip folder of gegl-0.0.22

it gives the error

" babl package is not found
so make changes in the pkg-config or alternative is the set babl-cflags and babl-libs so that there is no need to call pkg-config "
so gegl.pc is not formed.

But when i give the same command in the unzip folder of babl-0.0.22 then it gives no error and inside it babl.pc is formed.

please tell me what should i do??????I have tried a lot but could not find the solution.What i tried is i add the path in the PKG_CONFIG_PATH, where i place babl-0.0.22.But of no use, it it giving same error.

thanx,

Martin Nordholts
2009-03-12 18:09:25 UTC (about 16 years ago)

problem in compiling gegl

Rahul wrote:

please tell me what should i do??????I have tried a lot but could not find the solution.What i tried is i add the path in the PKG_CONFIG_PATH, where i place babl-0.0.22.But of no use, it it giving same error.

Either you were not specific enough, or this is where your problem is. PKG_CONFIG_PATH should point to $PREFIX/lib/pkgconfig, not babl-0.0.22

- Martin

Sven Neumann
2009-03-12 19:27:23 UTC (about 16 years ago)

problem in compiling gegl

Hi,

please read the pkg-config(1) manual page to make yourself familiar how this stuff works.

Sven

2009-03-13 11:58:43 UTC (about 16 years ago)
postings
67

problem in compiling gegl

hi all,

i have downloaded gegel and babl fron the following link ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.22.tar.bz2 ftp://ftp.gtk.org/pub/babl/0.0/babl-0.0.22.tar.bz2

But when i reach inside the unzip folder of gegl-0.0.22 through the command

prompt and give the command ./configure ( the first step given for compiling on http://gegl.org/ ) in unzip folder of gegl-0.0.22

it gives the error

"
babl package is not found
so make changes in the pkg-config or alternative is the set babl-cflags and

babl-libs so that there is no need to call pkg-config

"
so gegl.pc is not formed.

But when i give the same command in the unzip folder of babl-0.0.22 then it

gives no error and inside it babl.pc is formed.

please tell me what should i do??????I have tried a lot but could not find

the solution.What i tried is i add the path in the PKG_CONFIG_PATH, where i place babl-0.0.22.But of no use, it it giving same error.

thanx,

you first need to compile babl, set environment variables and then build gegl and gimp.

there is a short step by step instruction for how to do this with gimp 2.6 - but you can easily adept it to compile 2.7 as well.

http://www.gimpusers.com/news/2008-10-07/compile-gimp-260-for-ubuntu-804.html

hope that helps