|

楼主 |
发表于 2005-8-10 20:18:55
|
显示全部楼层
libgtk1.2
libgtk2.0-0
我查了一下,这两个包都已经装上了。
我是在装wxpython的时候出错,提示:
checking for GTK+ version...
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
所以才自己去装gtk的,装到最后一个包gtk+-2.6.9时./configure出错了
checking for freetype-config... /usr/local/bin/freetype-config
checking For sufficiently new FreeType (at least 2.0.1)... yes
configure: error: Xft Pango backend is required for x11 target
我是按要求先装的Xft,后装的Pango,不知道这个问题怎么解决。昨天的错和今天的不一样?
谢谢! |
|