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. I saw in the archives that there were some problems with it already, but couldn´t find a clear solution. Is there a definitive solution for this? The external in cause is cooled~, and the system red hat 9. (not-so-experienced-with-linux user)
Thanks,
João Miguel Pais
Lugostr. 14 79100 Freiburg i. Br. Deutschland +49 (0)761 7074997 jmmmp@arcor.de
what are the errors?
On Wed, 24 Nov 2004 19:54:28 +0100, jmmmp jmmmpl@netcabo.pt 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. I saw in the archives that there were some problems with it already, but couldn´t find a clear solution. Is there a definitive solution for this? The external in cause is cooled~, and the system red hat 9. (not-so-experienced-with-linux user)
Thanks,
João Miguel Pais
Lugostr. 14 79100 Freiburg i. Br. Deutschland +49 (0)761 7074997 jmmmp@arcor.de
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
(that was fast)
I forgot:
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
----- Original Message ----- From: "Matthew Allen" mtallen@gmail.com To: "jmmmp" jmmmpl@netcabo.pt Cc: "PD list" pd-list@iem.kug.ac.at Sent: Wednesday, November 24, 2004 8:05 PM Subject: Re: [PD] m_imp.h compile problem
what are the errors?
On Wed, 24 Nov 2004 19:54:28 +0100, jmmmp jmmmpl@netcabo.pt 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. I saw in the archives that there were some problems with it already, but couldn´t find a clear solution. Is there a definitive solution for this? The external in cause is cooled~, and the system red hat 9. (not-so-experienced-with-linux user)
jmmmp wrote:
(that was fast)
I forgot:
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
Hi, that's because the unauthorized externals use unofficial (that is non-public) header files ;-). The easiest solution is perhaps to find the m_imp.h file in the pd/src folder and copy it to the place where the other pd header files (like m_pd.h) got installed to. Most probably /usr/local/include (or /usr/include).
best greetings, Thomas
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