Hello list,<br>I am trying to install aubio on my machine (Mac osx), I followed the instructions for necessary packages to be installed before aubio.<br>It includes pkg-config.<br>The problem is that when I run ./configure &amp; make &amp; make check before make install.
<br>The make check returns with follow error message.<br><br>Making check in check<br>make&nbsp; check-TESTS<br>/bin/sh: line 1: ./check-cflags: Permission denied<br>FAIL: check-cflags<br>/bin/sh: line 1: ./check-libs: Permission denied
<br>FAIL: check-libs<br>/bin/sh: line 1: ./check-define-variable: Permission denied<br>FAIL: check-define-variable<br>/bin/sh: line 1: ./check-libs-private: Permission denied<br>FAIL: check-libs-private<br>/bin/sh: line 1: ./check-requires-private: Permission denied
<br>FAIL: check-requires-private<br>/bin/sh: line 1: ./check-includedir: Permission denied<br>FAIL: check-includedir<br>===================<br>6 of 6 tests failed<br>===================<br>make[2]: *** [check-TESTS] Error 1
<br>make[1]: *** [check-am] Error 2<br>make: *** [check-recursive] Error 1<br><br>------------------------------------------------------------<br>If I ignore the errors and go ahead with aubio installation, after ./configure , it returns with error message like that
<br><br>checking for pkg-config... no<br>checking pkg-config is at least version 0.9.0... ./configure: line 21348: no: command not found<br>no<br>checking for SNDLIB... configure: error: The pkg-config script could not be found or is too old.&nbsp; Make sure it
<br>is in your PATH or set the PKG_CONFIG environment variable to the full<br>path to pkg-config.<br><br>Alternatively, you may set the environment variables SNDLIB_CFLAGS<br>and SNDLIB_LIBS to avoid the need to call pkg-config.
<br>See the pkg-config man page for more details.<br><br>To get pkg-config, see &lt;<a href="http://www.freedesktop.org/software/pkgconfig">http://www.freedesktop.org/software/pkgconfig</a>&gt;.<br>See `config.log&#39; for more details.
<br><br>&nbsp;-------------------------<br>Kindly suggest how to make it all work !<br><br>regards,<br>tania<br>