hi.
Luigi Rensinghoff wrote:
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.
good (i mean, the fact, that you are trying to compile yourself)
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 ...
i was just going to say: install fftw3, but then...
So i installed fftw3 with fink because it was missing, but now i encounter the next "stop"
... i saw that you already did so.
did you install the devel-packages of fftw3? (might be called libfftw3-dev or so).
if so, did it put a libfftw3f.a file somewhere? if it went to /usr/lib/ instead of /usr/local/lib/ just edit the makefile and replace all occurences of /usr/local/lib/libfftw3f.a by /usr/lib/libfftw3f.a (or wherever the fftw3-dev packages put the .a-file)
apart from that, i noticed that i wasn't able to compile partconf~ right now, because i do not understandt the build system.
fmgasdr IOhannes