sfft icon indicating copy to clipboard operation
sfft copied to clipboard

Errors during installation

Open larryhan1995 opened this issue 3 years ago • 2 comments

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, Screenshot_2021-07-13_19-41-47 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!

larryhan1995 avatar Jul 13 '21 19:07 larryhan1995

Solved after reading the instructions!

  • Note: GCC-4.4 or GCC-4.7 is compulsory! image After installing GCC-4, export CXX=/*/gcc-4.7, then execute ./configure image

  • make image

DanShouzhu avatar May 09 '24 12:05 DanShouzhu

It is me again.

image

DanShouzhu avatar May 10 '24 01:05 DanShouzhu