If you’re tyring to build from the current git master, you’ll be out of luck.

Try my autotools_updates branch:

git clone https://github.com/pure-data/pure-data.git -b autotools_updates
cd pure-data
./configure
make
make app

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On May 17, 2016, at 10:43 PM, pd-list-request@lists.iem.at wrote:

From: Alexandre Torres Porres <porres@gmail.com>
Subject: Re: [PD] help compiling vanilla on mac
Date: May 17, 2016 at 9:43:42 PM MDT
To: pd-lista puredata <pd-list@iem.at>


so, i installed homebrew, autoconf and aclocal, was able to run ./autogen.sh now, trying ./configure, I get

./configure: line 16002: syntax error near unexpected token `JACK,'

./configure: line 16002: `    PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)'

configure: error: ./configure failed for portaudio


I get the same if i try: ./configure --enable-jack 


so, is this an error in the source?

cheers