Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help installing babl > 0.1.34
#1
I am trying to install GIMP Git version on a Fedora GNOME 64bit edition.

When I do './autogen.sh' in the gimp folder I get informed about missing dependencies:

Code:
Error: GIMP configuration failed.

 - Error: missing dependency babl >= 0.1.31
 - Error: missing dependency gegl-0.3 >= 0.3.21
 - Error: missing dependency gexiv2 >= 0.10.6
 - Error: missing dependency libtiff
     *** Checks for TIFF library failed: TIFF library not found
 - Error: missing dependency libjpeg
     *** JPEG library not found
 - Error: missing dependency libjpeg
     *** JPEG header file not found
 - Error: missing dependency libjpeg
     *** JPEG library is too old
 - Error: missing dependency libmypaint >= 1.3.0
 - Error: missing dependency rsvg >= 2.40.6
 - Error: missing dependency lcms2 >= 2.8
 - Python 2 headers
     *** Please install them, or skip building the python scripting extension by
     *** passing --disable-python to configure (but then you will not be able
     *** to use scripts for GIMP that are written in Python).
 - PyGTK 2.10.4 or newer
     *** Please install it, or skip building the python scripting extension by
     *** passing --disable-python to configure (but then you will not be able
     *** to use scripts for GIMP that are written in Python).
 - pygtk-codegen-2.0 script
     *** Please install it, or skip building the python scripting extension by
     *** passing --disable-python to configure (but then you will not be able
     *** to use scripts for GIMP that are written in Python).
 - PyCairo 1.0.2 or newer
     *** Please install it, or skip building the python scripting extension by
     *** passing --disable-python to configure (but then you will not be able
     *** to use scripts for GIMP that are written in Python).

See the file 'INSTALL' for more help.

Configure failed or did not finish!

So I tried to install babl:

Code:
git clone git://git.gnome.org/babl
cd babl
./autogen.sh

and the gegl:

Code:
git clone git://git.gnome.org/gegl
cd gegl
./autogen.sh

upon which I get the following error:

Code:
configure: error: Package requirements (babl >= 0.1.34) were not met:

Package 'babl', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

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

I am lost at this point, since I don't know anything about environmental variables. Anyone could help on what to do?


Thanks
Reply


Messages In This Thread
Help installing babl > 0.1.34 - by crazyBaboon - 10-16-2017, 07:22 PM
RE: Help installing babl > 0.1.34 - by Ofnuts - 10-16-2017, 09:36 PM
RE: Help installing babl > 0.1.34 - by Ofnuts - 10-16-2017, 10:43 PM
RE: Help installing babl > 0.1.34 - by Ofnuts - 10-17-2017, 07:07 AM

Forum Jump: