|
编译安装 gtk+-2.10.4时的问题?
1) glib-2.18.0) atk-1.9.1) cairo-1.2.6) pango-1.20.5
都是--prefix=/usr
pango的安装路径:
这样比较全面./configure --prefix=/usr --sysconfdir=/etc
/usr/lib/pkgconfig/pango.pc 已经有 了
可是在编译 gtk+-2.10.4
./configure --prefix=/usr --sysconfdir=/etc 出错:
checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.
请多指教 |
|