Thank you muchly, the one I found was for version 1.2 of Gimp. Having trouble compiling it because pkg-config can't find some files. gimp-2.0.pc and gtk+-2.0.pc specifically. do they come from the devel packages? I am installing those anyway.
That seems to have solved that particular problem but now make is choking on glut.h like so: /usr/include/GL/glut.h:531: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glutInit’
/usr/include/GL/glut.h:539: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘glutInitDisplayMode’
and so on. Any ideas?