MTG / essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings
http://essentia.upf.edu
GNU Affero General Public License v3.0
2.85k stars 533 forks source link

waf doesn't find installed libraries even if PKG_CONFIG_PATH is set #657

Closed jamiebullock closed 1 year ago

jamiebullock commented 6 years ago
$ ls /usr/local/lib/pkgconfig | grep yaml
yaml-0.1.pc
$ export | grep PKG_CONFIG
declare -x PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"

But...

$ ./waf configure --build-static --with-vamp --mode=release --lightweight= --fft=KISS
- libyaml seems to be missing.

This also applies to TagLib and libsamplerate which are not found.

Platform macOS 10.13

dbogdanov commented 6 years ago

Just in case, can you make sure the PKG_CONGIG_PATH is correctly read like here https://github.com/MTG/essentia/commit/1591b4c0ce996c99af3d534b9a3abde791276c36?