I'm attempting (for the first time) to configure plugin~ for Pd-0.38-Otest7, the application bundle for OSX. The app is a little buggy itself, and typically quits a couple times a day. Be that as it may, it's the only version I can keep up and running. (no idea why) Anyway, I downloaded the extended externals bundle and attempted to configure plugin~ using "./configure" which worked nicely after installing the developer software that Mac thought I would never use. Unfortunately, the "make" which followed it failed to do anything (a million errors) Anyone have any ideas? Some of the errors were as follows:

plugin~.h:134: warning: function declaration isn't a prototype
plugin~.h:134: warning: data definition has no type or storage class
plugin~.h:137: error: parse error before '*' token

config.h:42:2: #error Either PLUGIN_TILDE_USE_LADSPA or PLUGIN_TILDE_USE_VST must be positive
In file included from plugin~.c:28:
plugin~.h:32:18: m_pd.h: No such file or directory
In file included from plugin~.c:28:


these are just a few. Any help appreciated with a possible next step.

Many thanks