punchik punchik wrote: > hi, i got the iemmatrix sources from cvs > > im following iohanes advice for compiling using "cd > iemmatrix/src/ && autoconf && ./configure && make" > > > when i do autoconf i get this: > chikuns-computer:~/externals/iem/iemmatrix/src root# > autoconf > configure.ac:40: error: possibly undefined macro: > AC_CHECK_CFLAGS > If this token and others are legitimate, please > use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:155: error: possibly undefined macro: > AC_CHECK_LDFLAGS
ah right, i think you should run "aclocal" before autoconf. (btw, what does the readme say?) > > > configure seems to work fine > > 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? oops, configure should at least fail when it cannot find m_pd.h there should be (read: i am pretty sure there is) a configure-option to specify the location of the pd-sources. fmasd.r IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
