我在redhat as 4上将升级到gtk-2.10遇到如下错误:
gtkiconfactory.c:2671: error: conflicting types for 'g_hash_table_get_keys'
/usr/include/glib-2.0/glib/ghash.h:81: error: previous declaration of 'g_hash_table_get_keys' was here
gtkiconfactory.c:2671: error: conflicting types for 'g_hash_table_get_keys'
/usr/include/glib-2.0/glib/ghash.h:81: error: previous declaration of 'g_hash_table_get_keys' was here
make[4]: *** [gtkiconfactory.lo] 错误 1
make[4]: Leaving directory `/root/Desktop/gtk/gtk+-2.10.7/gtk'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/root/Desktop/gtk/gtk+-2.10.7/gtk'
make[2]: *** [all] 错误 2
make[2]: Leaving directory `/root/Desktop/gtk/gtk+-2.10.7/gtk'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/Desktop/gtk/gtk+-2.10.7'
make: *** [all] 错误 2
哪位能帮忙看看,好像是命名冲突?