Hi all, I am trying to get the pd port of fftease to work on my mac (OSX tiger), compiling flext went well, but compiling fftease gave a strange error message: s002028:~/Desktop/pd-externals-20030311/grill/fftease Henrik$ sh build-pd-darwin.sh build-pd-darwin.sh: line 37: -maltivec: command not found mkdir ./pd-darwin touch src/makewindows.c cc -c -O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti -DFLEXT_SYS=2 -malign-power -maltivec -I/Users/Henrik/Desktop/pd-0.38-4/src -I/usr/local/lib/pd/flext src/makewindows.c -o pd-darwin/makewindows.co cc1: warning: "-frtti" is valid for C++ but not for C/ObjC touch src/fold.c cc -c -O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti -DFLEXT_SYS=2 -malign-power -maltivec -I/Users/Henrik/Desktop/pd-0.38-4/src -I/usr/local/lib/pd/flext src/fold.c -o pd-darwin/fold.co cc1: warning: "-frtti" is valid for C++ but not for C/ObjC touch src/convert.c ....................
anyone have a clue to what might have gone wrong, or a binary file to send me please let me know. thanx in advance Henrik
On Jun 3, 2005, at 12:59 PM, henrik rudstrom wrote:
Hi all, I am trying to get the pd port of fftease to work on my mac (OSX tiger), compiling flext went well, but compiling fftease gave a strange error message: s002028:~/Desktop/pd-externals-20030311/grill/fftease Henrik$ sh build-pd-darwin.sh build-pd-darwin.sh: line 37: -maltivec: command not found
This won't help with your compile, but the correct Altivec/VMX flag is -faltivec.
cgc