简体   繁体   中英

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. Install it or set PKG_CONFIG environment variable to that path tool. Exiting... I checked in aptitude and it says pkg-config is installed. Need help with "set PKG_CONFIG environment variable to that path tool." runing on crunchbang 32bit

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.

You may also check if it is possible to pass path to pkg-config as a configure switch.

Check the output of ./configure --help | grep pkg ./configure --help | grep pkg .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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