|
|
#cd xmms-mac
#./configure --enable-local=yes
.....
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
实际上已经安装了glib-2.0
有设过路径:
#export PKG_CONFIG_PATH=/usr/lib/pkgconfig
然后提示
error: /usr/lib/pkgconfig is a directory ...
哪位知道错误的,请指教,先谢谢啦~~~~ |
|