./configure found m_pd.h now (I think)

checking m_pd.h usability... yes
checking m_pd.h presence... yes

but have this error message

#check if pd is installed. if this fails make install will stop here.
test -d /usr/local/lib/pd
install -d /usr/local/lib/pd/extra
install -m 755 pdp.pd_linux /usr/local/lib/pd/extra
install: cannot stat `pdp.pd_linux': No such file or directory
make: *** [install] Error 1


thanks again!

Alan


On Wed, May 15, 2013 at 10:30 PM, Tom Schouten <tom@zwizwa.be> wrote:
On 05/15/2013 05:18 PM, Alan Brooker wrote:
Hi Tom

Sorry to be a pain- but got his error @ sudo make install

not a pain at all.  thanks for the report.




#check if pd is installed. if this fails make install will stop here.
test -d /usr/lib/pd-extended/bin/lib/pd
make: *** [install] Error 1

I have Pd installed at usr/local/lib/pd (and also pd-extended usr/lib/pd-extended) already?


as a quick fix, you could copy the m_pd.h to somewhere in your standard include path, i.e. to /usr/local/include



these are the directories where configure looks for m_pd.h apart from the standard include path:

$prefix/pd/src
$prefix/src/pd/src
../src/
/usr/local/include/pd/

Where $prefix is what you give configure as:
"configure --prefix=..."




I wonder if there is a canonical way to do m_pd.h discovery these days.