Hi,
I'm tryin to install the gimp from source and for that I need to install gtk+ (2.8.0)
I've installed every dependency (ats, pango, glib-devel, cairo) but every time I try 'make' for the gtk+ I get the same (annoying) error:
Code:
&& echo timestamp > s-enum-types-h
/bin/sh: glib-mkenums: command not found
make[2]: *** [s-enum-types-h] error 127
make[2]: Leaving directory `/home/Sjaaksken/gtk+-2.8.0/gdk-pixbuf'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/Sjaaksken/gtk+-2.8.0'
make: *** [all] error 2
I litteraly tried every possible thing that crossed my mind (installing other versions of glib-devel, deleting the glib-mkenums, making sure there aren't older versions in a different folder), all to no avail.
I checked and the glib-mkenums file is there in the apropiate folder, I don't see what causes this error. It's starting to work on my nerves.
Anyone with a similar problem or a solution?
Thx in advance,
sjaak