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

gegl's make doesn't find babl

This discussion is connected to the gegl-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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

gegl's make doesn't find babl Florent Monnier 05 Aug 13:06
gegl's make doesn't find babl Martin Nordholts 07 Aug 18:18
gegl's make doesn't find babl Florent Monnier 07 Aug 18:43
Florent Monnier
2006-08-05 13:06:45 UTC (over 17 years ago)

gegl's make doesn't find babl

Hi,
I'm following the steps described in the shell script: http://pippin.gimp.org/gegl/index.html#bootstrapping

everythings work just fine until the make for gegl, it ends with:

checking for BABL... configure: error: Package requirements (babl >= 0.0) were 
not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the BABL_CFLAGS and BABL_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

Configure failed or did not finish!
__________________________________________

I don't know what I should set in PKG_CONFIG_PATH ?

thanks
Martin Nordholts
2006-08-07 18:18:52 UTC (over 17 years ago)

gegl's make doesn't find babl

Hi,
I'm following the steps described in the shell script: http://pippin.gimp.org/gegl/index.html#bootstrapping

everythings work just fine until the make for gegl, it ends with:
__________________________________________ checking for BABL... configure: error: Package requirements (babl >= 0.0) were
not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively you may set the BABL_CFLAGS and BABL_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for more details.

Configure failed or did not finish! __________________________________________

I don't know what I should set in PKG_CONFIG_PATH ?

thanks

I got that too, and got rid of it by checking out babl from CVS and doing the usual ./autogen.sh + make + sudo make install

__________________

Florent Monnier
2006-08-07 18:43:02 UTC (over 17 years ago)

gegl's make doesn't find babl

I'm following the steps described in the shell script: http://pippin.gimp.org/gegl/index.html#bootstrapping

everythings work just fine until the make for gegl, it ends with:
__________________________________________ checking for BABL... configure: error: Package requirements (babl >= 0.0) were
not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively you may set the BABL_CFLAGS and BABL_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for more details.

Configure failed or did not finish! __________________________________________

I don't know what I should set in PKG_CONFIG_PATH ?

thanks

I got that too, and got rid of it by checking out babl from CVS and doing the usual ./autogen.sh + make + sudo make install

Hi,
babl is installed
I've followed each steps of pippin's script scrupulously but this problem is there

or do you mean that the content of the cvs has haved since my post and that i should re-check-out it now ?