<div dir="ltr">./configure found m_pd.h now (I think)<br><br>checking m_pd.h usability... yes<br>checking m_pd.h presence... yes<br><br><div><div>but have this error message<br></div><div><br>#check if pd is installed. if this fails make install will stop here.<br>
test -d /usr/local/lib/pd<br>install -d /usr/local/lib/pd/extra<br>install -m 755 pdp.pd_linux /usr/local/lib/pd/extra<br>install: cannot stat `pdp.pd_linux&#39;: No such file or directory<br>make: *** [install] Error 1<br>
<br><br></div><div>thanks again!<br><br></div><div>Alan<br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 15, 2013 at 10:30 PM, Tom Schouten <span dir="ltr">&lt;<a href="mailto:tom@zwizwa.be" target="_blank">tom@zwizwa.be</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 05/15/2013 05:18 PM, Alan Brooker wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Tom<br>
<br>
Sorry to be a pain- but got his error @ sudo make install<br>
<br>
</blockquote></div>
not a pain at all.  thanks for the report.<div class="im"><br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#check if pd is installed. if this fails make install will stop here.<br>
test -d /usr/lib/pd-extended/bin/lib/<u></u>pd<br>
make: *** [install] Error 1<br>
<br>
I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?<br>
<br>
</blockquote>
<br></div>
as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include<br>
<br>
<br>
<br>
these are the directories where configure looks for m_pd.h apart from the standard include path:<br>
<br>
$prefix/pd/src<br>
$prefix/src/pd/src<br>
../src/<br>
/usr/local/include/pd/<br>
<br>
Where $prefix is what you give configure as:<br>
&quot;configure --prefix=...&quot;<br>
<br>
<br>
<br>
<br>
I wonder if there is a canonical way to do m_pd.h discovery these days.<br>
<br>
<br>
<br>
</blockquote></div><br></div>