On 05/18/2016 05:43 AM, Alexandre Torres Porres wrote:
so, i installed homebrew, autoconf and aclocal, was able to run ./autogen.sh now,
i'm sure you got a big fat warning when running autogen.sh
[...]
./configure: line 16002: ` PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)'
[...]
so, is this an error in the source?
no
you are missing a few more packages, namely "pkg-config" and "gettext" (you haven't hit the latter yet). maybe more...
gfmadr IOhannes
PS: write down your findings and once you have managed to build, submit an updated documentation...