我试图用gtk+ (在ubuntu11.04上)构建jhbuild和pygobject,但是在构建gnome-doc-utils时会出现以下错误:
checking whether /opt/tarball-gnome2/bin/python version >= 2.4...
configure: error: too old
** Error during phase configure of gnome-doc-utils: ########## Error running ./autogen.sh --prefix /opt/tarball-gnome2 --libdir '/opt/tarball-gnome2/lib' --disable-static --disable-gtk-doc *** [8/8]发布于 2011-12-25 13:27:11
根据jhbuild 安装手册,它应该检查您是否已经安装了gnome-common、gnome-doc-utils和autotools程序,如果没有,它将使用Makefile方法。
我建议您先用apt-get install安装上述软件包,然后再尝试运行./autogen.sh命令。
我假设您正在使用关于如何安装这官方指南。
https://unix.stackexchange.com/questions/27572
复制相似问题