10-24-2017, 05:10 PM 
(This post was last modified: 10-24-2017, 05:12 PM by crazyBaboon.)
	
	
	
		I was following the installation instructions to install GIMP GIT in https://ninedegreesbelow.com/photography...tists.html ' My system is Fedora 64 Cinnamon bit.
When I type:
I get the following error:
What should I do to fix this error?
ps: When I do
I get:
There is no glib-networking-devel as far as I know.
	
	
	
	
When I type:
Code:
./autogen.sh --prefix=$PREFIX --disable-gtk-doc --with-gimpdir=$HOME/code/gimpdefault/install/configI get the following error:
Code:
configure: error: 
Extra Binaries:
  gimp-console:        yes
Optional Features:
  Language selection:  no (iso-codes package not found)
  Vector icons:        yes
  Dr. Mingw (Win32):   no
Optional Plug-Ins:
  Ascii Art:           no (AA library not found)
  Ghostscript:         no (Ghostscript library not found)
  Help Browser:        no (WebKit not found)
  JPEG 2000:           yes
  MNG:                 no (MNG header file not found)
  OpenEXR:             no (OpenEXR not found)
  WebP:                no (WebP not found)
  PDF (import):        Using PostScript plug-in (libpoppler-glib not found)
  PDF (export):        yes
  Print:               yes
  Python 2:            yes
  Script-Fu:           yes
  TWAIN (Win32):       no
  Webpage:             no (WebKit not found)
  WMF:                 no (libwmf not found)
  X11 Mouse Cursor:    yes
  XPM:                 no (XPM library not found)
  Email:               yes (xdg-email)
Optional Modules:
  ALSA (MIDI Input):   no (libasound not found or unusable)
  Linux Input:         yes (GUdev support: no (libgudev not found))
  DirectInput (Win32): no
Tests:
  Use xvfb-run         no (not found)
  Test appdata         no (appstream-util not found)
Error: GIMP configuration failed.
  - Error: missing dependency glib-networking
      *** Test for glib-networking failed. This is required.
See the file 'INSTALL' for more help.
Configure failed or did not finish!ps: When I do
Code:
dnf install glib-networkingI get:
Code:
Package glib-networking-2.50.0-2.fc26.x86_64 is already installed, skipping.
Package glib-networking-2.50.0-2.fc26.i686 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!

