punchik punchik wrote: > hi, i got the iemmatrix sources from cvs > > im following iohanes advice for compiling using "cd > iemmatrix/src/ && autoconf && ./configure && make" > > but when i do make i get this: > > chikuns-computer:~/externals/iem/iemmatrix/src root# > make > In file included from iemmatrix.c:14: > iemmatrix.h:54:18: error: m_pd.h: No such file or > directory > make: *** [iemmatrix.d] Error 1 > > > do anybody have whats is going wrong here?
Well yes, the compiler can't find m_pd.h. Normally it would be in pd/src next to externals/. If not you need to edit the makefile to match the actual path (look for -I../pd/src or something like that). Martin _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
