On Fri, 20 Feb 2004, august wrote:
I'm not sure I understand this. Externals are using these *.h files already. If they change, those externals will break anyway. So, I'm not sure I understand the difference in keeping them in the pd/src dir or putting them under /usr/local/include ...either way, future changes will break compatability.
The difference is that you will discourage the use of these files for future externals. To make this work, the ideal solution would be to open up that part of the private interface that is needed, and not all of it.
Guenter