[PD] PDP test release

Hans-Christoph Steiner hans at at.or.at
Thu May 16 03:13:08 CEST 2013


On 05/15/2013 05:30 PM, Tom Schouten 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.

I think IOhannes' has done this thruout his ./configure builds systems in Gem,
etc:

./configure --with-pd=/path/to/pd/src/

But it could also easily look in /usr/include, /usr/local/include, etc.

.hc



More information about the Pd-list mailing list