yeah, I can see this too. using nm on the binary I get this:
Linux [master●] % nm build/FFTPlug.so | grep
DSP
0000000000529c4b W
_ZN4ugen10MultAndAddERNS_16_DSPSplitComplexES1_S1_i
00000000005299c4 W
_ZN4ugen17FFTEngineInternal3fftERNS_16_DSPSplitComplexEPKf
U
_ZN4ugen17FFTEngineInternal3fftERNS_16_DSPSplitComplexEPKfb
0000000000529ade W
_ZN4ugen17FFTEngineInternal4ifftEPfRKNS_16_DSPSplitComplexE
U
_ZN4ugen17FFTEngineInternal4ifftEPfRKNS_16_DSPSplitComplexEbb
U means undefined, according to the man page. I guess this means the
problems also exists for the fft member.
I've been reading around a bit about this, also because I'm not fluent
in C/C++ yet but it seems this problem occurs because the library
containing the implementation, in this case apples vDSP, is missing?
Or is there something about how to typdef struct that I simply
overlook or don't know? most likely :)
Too tired to go deeper, but will keep digging
k