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