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.