Hi Developers, in particular Inte-Mac Users ;-)
well probably i shouldnt even try, but i would like to test partconv
on an intel mac.
So i am trying to compile it myself, which, well.......i dont really
have enough background knowledge.
Maybe someone wants to help me anyway or has a pd_darwin version, to
share...
So i installed fftw3 with fink because it was missing, but now i
encounter the next "stop"
----
gigimacbook:/Applications/PureData/Added_abs/partconv~-0.2 root# make
pd_darwin
cc -DPD -O3 -funroll-loops -fomit-frame-pointer -Wall -W -Wno-long-
double -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-
switch -fno-common -I/Applications/PureData/pd-0.39-2/src -o
partconv~.o -c partconv~.c
cc -bundle -undefined suppress -flat_namespace -o
partconv~.pd_darwin partconv~.o /usr/local/lib/libfftw3f.a -lc -lm
i686-apple-darwin8-gcc-4.0.1: /usr/local/lib/libfftw3f.a: No such
file or directory
make: *** [partconv~.pd_darwin] Error 1 ...
any idea ???