Thanks. You’ll note there are still some issues with Tk 8.5 on OSX:* Apple menu options not under the Pd application menu* keybindings with Shift are triggered twiceWorking on those now.In the meantime, you can build using the Tk 8.4 wish app via:cd macosx-app.sh -t 8.4 0.47-0On May 6, 2016, at 11:53 AM, me.grimm <megrimm@gmail.com> wrote:Hi Dan,Just built fine on 10.11.4 which I am assuming your developing on.Really awesome work thanks!so:"Using Current system Wish.app" = now 8.5btw the "make app" rocks...cheersmOn Thu, May 5, 2016 at 9:19 PM, Dan Wilcox <danomatika@gmail.com> wrote:Howdy again all,After quite a few days of digging into the pd autotools system, I put forward the work in the autotools_branch on Github: https://github.com/pure-data/pure-data/pull/16You can grab is using:git clone https://github.com/pure-data/pure-data.git -b autotools_updatesI basically went through and updated the configure/makefile system so that it builds on newer versions of OSX, has a lot more configure options, and is cleaned up to aid maintainability. Also, finishing a make results in a bin folder like the src/makefile builds so using in place is easier. Last, for OSX, you can now build an .app bundle via: make app. Details are in the PR discussion.At this point, I’d like to know if it builds fine on other platforms and, moving forward, would like feedback on the overall changes.I am also totally willing to update the documentation and add more commenting to the configure.ac & Makefile.am’s to aid maintainability & understanding as I now autotools is, in some ways, black magic. :)
_______________________________________________
Pd-dev mailing list
Pd-dev@lists.iem.at
https://lists.puredata.info/listinfo/pd-dev
--