Hi,
I have many errors like this when compiling the library:
../src/computefourier-3.0.cc:217:24: error: ‘complex_t’ has not been declared
complex_t * filter, int w, int B,

But I do see the definition of complex_t in 'src/fft.h'. Will this be related to the compiler version and C++ standard version?
Thank you very much!
Hi,
I have many errors like this when compiling the library:
../src/computefourier-3.0.cc:217:24: error: ‘complex_t’ has not been declared

complex_t * filter, int w, int B,
But I do see the definition of complex_t in 'src/fft.h'. Will this be related to the compiler version and C++ standard version?
Thank you very much!