<div dir="ltr"><div><div><div><div><div><div>I've posted a question about Pd-extended hanging on OS X 10.8.5 after installing some drivers, and since I can't use extended I though of compiling some externals I often use, in vanilla. Trying to compile zexy the following happen:<br>
</div>typing "./bootstrap.sh" I immediately get this error:<br>./bootstrap.sh: line 3: aclocal: command not found<br></div><br>typing "make", I get this (after some log messages):<br>checking m_pd.h usability... no<br>
checking m_pd.h presence... no<br>checking for m_pd.h... no<br>configure: error: m_pd.h is desperately needed!<br>        install pd and/or use<br>        "--with-pd=</path/to/pd/>"     or<br>        "--includedir=</path/to/pd/src/>"<br>
<br></div>Typing './configure "--includedir=</Applications/Pd-0.45-3.app/Contents/Resources/src/>"' (I've included the command in single quotes, cause it contains double quotes), I get this:<br>
configure: error: expected an absolute directory name for --includedir: </Applications/Pd-0.45-3.app/Contents/Resources/src/><br><br></div>(Isn't the path I'm providing an absolute path?)<br><br></div>and typing './configure "--with-pd=</Applications/Pd-0.45-3.app/>"' I get the same log as I get when I type "make", ending with the same error:<br>
checking m_pd.h usability... no<br>checking m_pd.h presence... no<br>checking for m_pd.h... no<br>configure: error: m_pd.h is desperately needed!<br>        install pd and/or use<br>        "--with-pd=</path/to/pd/>"     or<br>
        "--includedir=</path/to/pd/src/>"<br><br></div>How can I compile the library?<br></div>