10-16-2017, 07:22 PM
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:
So I tried to install babl:
and the gegl:
upon which I get the following error:
I am lost at this point, since I don't know anything about environmental variables. Anyone could help on what to do?
Thanks
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