简体   繁体   English

编译启蒙基础库1.8.5时遇到问题

[英]Trouble compiling Enlightenment foundation library 1.8.5

When I run configure.sh I get this error: checking for pkg-config... no configure: error: pkg-config tool not found. 当我运行configure.sh时,出现以下错误:检查pkg-config ...没有配置:错误:找不到pkg-config工具。 Install it or set PKG_CONFIG environment variable to that path tool. 安装它或将PKG_CONFIG环境变量设置为该路径工具。 Exiting... I checked in aptitude and it says pkg-config is installed. 正在退出...我签入了aptitude,它说已安装pkg-config。 Need help with "set PKG_CONFIG environment variable to that path tool." 需要“将PKG_CONFIG环境变量设置为该路径工具”方面的帮助。 runing on crunchbang 32bit 在32位紧缩下运行

Try to set PKG_CONFIG=/usr/bin/pkg-config although it should be detected in such PATH automatically unless you've changed your PATH variable before. 尝试设置PKG_CONFIG = / usr / bin / pkg-config,尽管除非您之前已更改PATH变量,否则应该在此类PATH中自动检测到它。

You may also check if it is possible to pass path to pkg-config as a configure switch. 您还可以检查是否可以将路径传递给pkg-config作为配置开关。

Check the output of ./configure --help | grep pkg 检查./configure --help | grep pkg的输出。 ./configure --help | grep pkg . ./configure --help | grep pkg

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM