Io ho questo problema
facendo il make nella cartella delle gtk appena configurata mi da questo errore ...
[root@localhost gtk+-2.8.13]# make
make all-recursive
make[1]: Entering directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13'
Making all in po
make[2]: Entering directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/po'
Making all in po-properties
make[2]: Entering directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/po-properties'
Making all in gdk-pixbuf
make[2]: Entering directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/gdk-pixbuf'
( cd . && ..//usr/lib/pkgconfig/./gobject/glib-mkenums \
--fhead "#ifndef __GDK_PIXBUF_ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */" \
gdk-pixbuf.h gdk-pixbuf-core.h gdk-pixbuf-transform.h gdk-pixbuf-io.h gdk-pixbuf-animation.h gdk-pixbuf-simple-anim.h gdk-pixbuf-loader.h ) > tmp-gdk-pixbuf-enum-types.h \
&& (cmp -s tmp-gdk-pixbuf-enum-types.h gdk-pixbuf-enum-types.h || cp tmp-gdk-pixbuf-enum-types.h gdk-pixbuf-enum-types.h ) \
&& rm -f tmp-gdk-pixbuf-enum-types.h \
&& echo timestamp > s-enum-types-h
/bin/sh: ..//usr/lib/pkgconfig/./gobject/glib-mkenums: No such file or directorymake[2]: *** [s-enum-types-h] Error 127
make[2]: Leaving directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/msr/Desktop/Librerie/gtk/gtk+-2.8.13'
make: *** [all] Error 2
[root@localhost gtk+-2.8.13]#
l'errore è qui
/bin/sh: ..//usr/lib/pkgconfig/./gobject/glib-mkenums: No such file or directory
provando a spostare quel file glib-mkenums mi dice che la cartella /usr/lib/pkgconfig/./gobject/ non esiste
aiutatemi
grazie...