升级GTK+过程中出现: *** Pango not found. Pango built with Cairo support is required
..pango-1.10.1]#./configure --prefix=/usr
..pango-1.10.1]#make
..pango-1.10.1]#make install
编译安装了pango-1.10.1之后, .. gtk+-2.8.6]#./configure, 还是提示*** Pango not
found. Pango built with Cairo support is required.
加上选项 --enable-cairo 之后OK
必须先编译安装cairo,在当前的终端窗口下编译后续库, 不然随后编译的pango对cairo不支持
第一个GLIB
第二个ATK
第三个CAIRO
第四个PANGO
第五个GTK
(安装指令统一为:./configure --prefix=/usr && make && make install)
configure在没有找到cairo库时就不会生成pangocairo库(位于pkgconfig目录下也该有:pangocairo.pc)。