[PD] m_imp.h compile problem

Martin Peach martinrp at vax2.concordia.ca
Thu Nov 25 17:08:08 CET 2004


jmmmp wrote:
>>I´m trying to compile some externals, but there seems to be a problem with
>>the m_imp.h file, which is in the pd/include folder.

> cooled~.c:51:19: m_imp.h: Datei oder Verzeichnis nicht gefunden
> 
> in english, File or folder not found.
> I tried compiling from /externs/cooled~ and also directly from /externs/,
> with the same results

You need to add the path to your pd/include to the INCLUDE variable in 
the makefile for cooled~, or add it to the gcc argument list, something 
like "-Ipath/to/pd/include".

Martin




More information about the Pd-list mailing list