-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-02-21 17:40, Hans-Christoph Steiner wrote:
Pd-vanilla does provide the sources, but there are two issues:
- it does not include the include/pd/ subdir for headers
i don't think this is an issue. externals have traditionally included "m_pd.h" rather than "pd/m_pd.h".
the suggested way is therefore, to add "-I/path/to/pd/headers" (e.g. "-I/usr/include/pd") to your CFLAGS and continue to use "m_pd.h"
- on Mac OS X, the app has the version number in it, so using those for headers would make the Makefile dependent on a particular version of the Pd.app.
true. i usually end up symlinking Pd-foo.bar.app to Pd.app...
fgmasdr IOhannes