|
|
编译gtk+-2.4.0出错
./configure
...
checking for freetype-config... /usr/bin/freetype-config
checking For sufficiently new FreeType (at least 2.0.1)... yes
configure: error: Pango 1.2.0 and Xft backend is required for x11 target
而编译好glib-2.4.0 atk-1.6.0 pango-1.4.0后,有一些应用程式不能使用了,打开时出现错误:
(Gecko:5678): GLib-GObject-WARNING **: specified class size for type 'PangoXftFontMap' is smaller than the parent type's 'PangoFontMap' class size
(Gecko:5678): GLib-Gobject-CRITICAL **: file gobject.c: line 819 (g_object_new):assertion 'G_TYPE_IS_OBJECT (lbject_type)' failed
编译是用 ./configure make make install
现在怎么办? |
|