Results 1 to 1 of 1
I've been trying to update my gtk. After finally working out all the dependency problems, and getting gtk to configure; I get this wierd error upon trying to "make"(gmake in ...
- 01-24-2006 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 3
GTK error: glib-mkenums
I've been trying to update my gtk. After finally working out all the dependency problems, and getting gtk to configure; I get this wierd error upon trying to "make"(gmake in this case, because gtk recommends it).
The mkenums file is most definitely in the exact same path that is being searched, with the exception of the "./" that is before the gobject directory (should be /glib-2.9.2/gobject/glib-mkenums). Anyone know what is happening here?/bin/sh: line 1: ..//home/justin/glib-2.9.2/./gobject/glib-mkenums: No such file or directory
gmake[2]: *** [s-enum-types-h] Error 127
gmake[2]: Leaving directory `/home/justin/gtk+-2.8.9/gdk-pixbuf'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/justin/gtk+-2.8.9'
gmake: *** [all] Error 2


Reply With Quote
