FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.67k stars 652 forks source link

Installation from source fails on Windows 10: "fftw3.h: No such file or directory" #262

Open drag05 opened 2 years ago

drag05 commented 2 years ago

While installing from source I get the message:

fftw.c:17:10: fatal error: fftw3.h: No such file or directory
 #include <fftw3.h>
          ^~~~~~~~~
compilation terminated.
make: *** [C:/R/R-4.1.2/etc/x64/Makeconf:238: fftw.o] Error 1
ERROR: compilation failed for package 'fftw'

Please advise, thank you!