You could try my autotools_updates branch: https://github.com/pure-data/pure-data/pull/16

I’ve been fixing a number of things but it’s not yet ready to be merged into Pd itself.

Get it with:

git clone https://github.com/pure-data/pure-data.git -b autotools_updates

If you wait a couple of hours, I will send out links to some experimental builds of Pd for OSX.

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

On May 11, 2016, at 1:30 PM, pd-list-request@lists.iem.at wrote:

From: Marco Matteo Markidis <mm.markidis@gmail.com>
Subject: Re: [PD] error installing Pd 0.47 OSX
Date: May 11, 2016 at 11:47:56 AM MDT


Dear all,

I manage to compile removing the two Windows lines from Makefile in portmidi folder from here:

nobase_noinst_HEADERS = \
pm_common/pminternal.h \
pm_common/pmutil.h \
pm_common/portmidi.h \
pm_linux/pmlinux.h \
pm_linux/pmlinuxalsa.h \
pm_mac/pmmac.h \
pm_mac/pmmacosxcm.h \
porttime/porttime.h

However, Pd actually doesn't see the documentation folder.
Moreover, zoom in function works with cmd+= (not with cmd++).

Best regards,

Marco