prog.cpp:1:18: error: fftw.h: No such file or directory
prog.cpp: In function ‘int main()’:
prog.cpp:6: error: ‘fftw_plan’ was not declared in this scope
prog.cpp:6: error: expected `;' before ‘pl1’
prog.cpp:7: error: ‘fftw_complex’ was not declared in this scope
prog.cpp:7: error: expected `;' before ‘in’
prog.cpp:12: error: ‘in’ was not declared in this scope
prog.cpp:16: error: ‘pl1’ was not declared in this scope
prog.cpp:16: error: ‘FFTW_FORWARD’ was not declared in this scope
prog.cpp:16: error: ‘FFTW_ESTIMATE’ was not declared in this scope
prog.cpp:16: error: ‘fftw_create_plan’ was not declared in this scope
prog.cpp:17: error: ‘pl2’ was not declared in this scope
prog.cpp:17: error: ‘FFTW_BACKWARD’ was not declared in this scope
prog.cpp:19: error: ‘in’ was not declared in this scope
prog.cpp:19: error: ‘mid’ was not declared in this scope
prog.cpp:19: error: ‘fftw_one’ was not declared in this scope
prog.cpp:20: error: ‘out’ was not declared in this scope
prog.cpp:27: error: ‘fftw_destroy_plan’ was not declared in this scope
prog.cpp:32: error: ‘printf’ was not declared in this scope