On 2015-09-10 08:43, [email protected] wrote:
> autoreconf (GNU Autoconf) 2.61
> autoconf (GNU Autoconf) 2.61
> automake (GNU automake) 1.10
> aclocal (GNU automake) 1.10

i think these are simply way too old.

it seems that while (re)generating the build-scripts when running
./autogen.sh, the oldish automake removes the pre-existing config.sub
without generating a new one (it seems that newer versions of automake
don't touch the config.sub).
a simple fix would be to restore the deleted file(s) after running
./autogen.sh

$ ./autogen.sh
$ git checkout portaudio/config.guess
$ git checkout portaudio/config.sub

however, the build will still fail, if you don't have pkg-config installed.

i'd suggest installing newer versions of autotools, automake, and
pkt-config using something like homebrew.

gmasdr
IOhannes

PS: or use makefile.mac

_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to