我正试图在我的mac上安装一些软件;但我还是收到了同样的错误:
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables XMEDCON_GLIB_CFLAGS
and XMEDCON_GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details
字符串
我不太确定如何将pkg-config添加到PATH中。我在网上看到(见链接),我应该添加以下内容:
Link showing how to direct PATH variable
export PATH=$PATH:/opt/local/bin # Fixed typo as mentioned in comment
型
这就是我放置pkg-config的地方。我仍然得到错误,虽然每次我试图配置文件使用。/configure。任何帮助将是超级感激!
6条答案
按热度按时间nimxete21#
对于Ubuntu/Debian操作系统,
第一个月
对于Redhat/Yum OS,
yum install -y pkgconfig
个对于Archlinux操作系统,
pacman -S pkgconf
个对于MacOS,
brew install pkg-config
个1zmg4dgp2#
对我来说,(OSX)这个问题是这样解决的:
字符串
dojqjjoe3#
对我的问题的回答(经过几次谷歌搜索)显示了以下内容:
字符串
从以下链接:Link showing above
感谢大家的评论,并为我的linux/OSX无知感到抱歉!
这样做解决了我上面提到的问题。
7cjasjjr4#
如果出现此错误:
字符串
而不是执行此命令:
型
这样做:
型
ljo96ir55#
试试看
1.如果它是空的,则发射
1.**OR:**ruby -e“$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”< /dev/null 2> /dev/null
azpvetkf6#
MacOS用户
不幸的是,pkg-config在默认情况下不随OS X一起提供。这里有一些关于如何从源代码编译的注意事项。假设你已经安装了Xcode。
1.下载和解压
字符串
1.配置和安装
型
2a)如果你有超级用户能力
型
2b)如果没有
型
来源:https://opensource.ncsa.illinois.edu/confluence/display/DESDM/Installing+pkg-config+from+source+for+OSX