Oh, don’t forget the autogen before configure, since this isn’t a dist tarball.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On May 18, 2016, at 12:48 AM, Dan Wilcox danomatika@gmail.com wrote:
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 https://github.com/pure-data/pure-data.git -b autotools_updates cd pure-data ./configure make make app
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On May 17, 2016, at 10:43 PM, pd-list-request@lists.iem.at mailto:pd-list-request@lists.iem.at wrote:
From: Alexandre Torres Porres <porres@gmail.com mailto: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 mailto: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