sfft
sfft copied to clipboard
Errors during installation
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!
Solved after reading the instructions!
-
Note: GCC-4.4 or GCC-4.7 is compulsory!
After installing GCC-4, export CXX=/*/gcc-4.7, then execute ./configure
-
make
It is me again.
-
Use SFFT1.0-2.0 Instead of this repo, it is better to use sfft1.0-2.0. You can find it here: https://groups.csail.mit.edu/netmit/sFFT/code.html
-
Note: GCC-4.7 is still needed
-
Unfortunatelly, I did not find SFFT3.0.