Crash?

Try using the built in Wish:

cd mac
./osx-app.sh -i 0.47-0

That will make Pd-0.47-0 in the mac directory using the older Tk 8.4 Wish you can try.

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

On May 18, 2016, at 7:57 PM, Alexandre Torres Porres <porres@gmail.com> wrote:



2016-05-18 3:48 GMT-03:00 Dan Wilcox <danomatika@gmail.com>:
If you’re tyring to build from the current git master, you’ll be out of luck.

Try my autotools_updates branch:

ok, so i did it... followed these steps:

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

and... voilá... got me a compiled pd app!

but then, it does crash when i try to add an object, haha

well... I'll just wait until things get merged into miller's git master and get more stable ;)

thanks!