patco wrote:
hello,
I had to make some changes in freshly updated cvs files for compiling pd with mingw:
removed second and third #else in d_fft.c
hmm. what's the point of using preprocessor directives if you have to remove them by hand? why where they not evaluated correctly? (what was the error)
compiled object are in pd/obj (shouldn't they be in pd/bin ?)
depends your definition of "compiled objects". the pd/obj folder is there for _compiled_ objects, whereas the _linked_ objects should go to pd/bin (e.g. pd/obj/d_fft.obj but pd/bin/pd.exe)
anyhow. which version of pd did you try to compile? vanilla or pd-devel with/without desiredata?
mf.adsr. IOhannes