我想安装Accerciser我的操作系统是fedora 16我将软件包'cd‘下载到文件夹中,然后运行'./configure’并获取
checking for PYGOBJECT... no
configure: error: Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:
No package 'pygobject-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.但是,我检查了一下,似乎我已经安装了pygobject 3如何处理这个问题?谢谢!
[root@kit accerciser-3.5.3]# rpm -qa|grep "pygobject"
pygobject2-codegen-2.28.6-2.fc16.x86_64
pygobject3-3.0.3-1.fc16.x86_64
pygobject2-devel-2.28.6-2.fc16.x86_64
pygobject2-2.28.6-2.fc16.x86_64
pygobject2-doc-2.28.6-2.fc16.x86_64发布于 2012-10-12 23:14:21
安装pygobject3-devel包。
https://stackoverflow.com/questions/12861914
复制相似问题