hard off wrote:
i get this when i do 'make'
mpi@mpi:~/iemguts/src$ make make l_i386 make[1]: Entering directory
/home/mpi/iemguts/src' cc -export_dynamic -shared -lc -lm -DPD -DMISSING_LOADER_T -g -O2 -funroll-loops -fomit-frame-pointer -fPIC -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I../../../../pd/src -o autoabstraction.l_i386 autoabstraction.c autoabstraction.c:52:22: error: s_stuff.h: No such file or directory autoabstraction.c:53:23: error: g_canvas.h: No such file or directory make[1]: *** [autoabstraction.l_i386] Error 1 make[1]: Leaving directory
/home/mpi/iemguts/src' make: *** [auto] Error 2
fair enough.
iemuts depends on some internal headers of Pd. therefore you might have to specify the full path to your Pd-sources using the PDROOT environment variable. something like #2> PDROOT=/home/me/src/pd-0.41-2/ should do the trick (PDROOT should point to a directory wherein there is a src/-subdirectory containing the sources of the Pd you are running)
(i have added the above to the README.tx, so future users wil have less trouble).
thanks for testing and sorry for the confusion
mfgadsr IOhannes