10-31-2017, 11:29 PM 
	
	
	
		For future reference:
I think I found the solution:
SImply add
before ./autogen.sh in gimp folder:
the error seems to go away.
	
	
	
I think I found the solution:
SImply add
Code:
ACLOCAL='aclocal -I /gtk/share/aclocal'Code:
ACLOCAL='aclocal -I /gtk/share/aclocal' ./autogen.shthe error seems to go away.

