|
由于在FC5下Gnome最小化的bug的问题,所以想升级GNOME解决,于是下载了garnome-2.14.1.tar.bz2解压,按照REAMME里面的做法。
#make -make paranoid-install
之后就开始安装...期间一直会连到gnome的服务器下载所需要的文件包,可怜我那教育网。。。用了差不多两天下了一大堆东东。。。最后garnome -2.14.1文件夹里面由4M骤增至现在的400多M。但今天再运行#make -make paranoid-install时就出现了以下错误信息!
请问该如何解决?各位又是如何在FC5下升级自己的GNOME的???
thanks~
make[1]: Entering directory `/home/Download/garnome-2.14.1/admin'
.....
make[9]: Entering directory `/home/Download/garnome-2.14.1/freedesktop/dbus'
[===== NOW BUILDING: dbus-0.61 =====]
[fetch] complete for dbus.
[checksum] complete for dbus.
[extract] complete for dbus.
[patch] complete for dbus.
[fixup] complete for dbus.
==> Running configure in work/main.d/dbus-0.61
checking build system type... i686-redhat-linux-gnu
.....
checking whether /usr/bin/python version >= 2.4... yes
checking for pyrexc... no
checking for headers required to compile python extensions... found
configure: error: Building python explicitly requested, but can't build python bindings because either Pyrex, Python headers or a suitable Python version was not found
make[9]: *** [configure-work/main.d/dbus-0.61/configure] 错误 1
make[9]: Leaving directory `/home/Download/garnome-2.14.1/freedesktop/dbus'
make[8]: *** [../../freedesktop/dbus/cookies/main.d/install] 错误 2
make[8]: Leaving directory `/home/Download/garnome-2.14.1/platform/gnome-vfs'
make[7]: *** [../../platform/gnome-vfs/cookies/main.d/install] 错误 2
make[7]: Leaving directory `/home/Download/garnome-2.14.1/platform/libgnome'
make[6]: *** [../../platform/libgnome/cookies/main.d/install] 错误 2
make[6]: Leaving directory `/home/Download/garnome-2.14.1/platform/libbonoboui'
make[5]: *** [../../platform/libbonoboui/cookies/main.d/install] 错误 2
make[5]: Leaving directory `/home/Download/garnome-2.14.1/platform/libgnomeui'
make[4]: *** [../../platform/libgnomeui/cookies/main.d/install] 错误 2
make[4]: Leaving directory `/home/Download/garnome-2.14.1/desktop/nautilus'
make[3]: *** [../../desktop/nautilus/cookies/main.d/install] 错误 2
make[3]: Leaving directory `/home/Download/garnome-2.14.1/bindings/gnome-python'make[2]: *** [../../bindings/gnome-python/cookies/main.d/install] 错误 2
make[2]: Leaving directory `/home/Download/garnome-2.14.1/admin/pessulus'
make[1]: *** [paranoid-install] 错误 2
make[1]: Leaving directory `/home/Download/garnome-2.14.1/admin'
make: *** [paranoid-install] 错误 2 |
|