On 11/12/2012 11:39 AM, michael noble wrote:
On Tue, Nov 13, 2012 at 1:17 AM, michael noble looplog@gmail.com wrote:
On Mon, Nov 12, 2012 at 10:53 PM, Hans-Christoph Steiner hans@at.or.atwrote:
No, I messed up the header naming, its now called jackx.h and its included in the attached updated tarball.
.hc
hi Hans
Thanks, but I can't get this one to compile either. I think it's mu ignorance this time though, as I don't know what the README means by "make sure that m_pd.h is in your include path". As a result, compilations fails with an expected "jack-connect.c:21:18: fatal error: m_pd.h: No such file or directory".
How do I go about fixing that?
thanks M
Nevermind, I found the necessary header in the pd source tree.
If you are on a recent Debian, Ubuntu, Mint, etc. then you can get this header by doing:
sudo apt-get install puredata-dev
.hc