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!