You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of fftw: 3.3.10
OS: Windows 11 x64 & Visual Studio 2022
I use vcpkg to install fftw3[openmp], it build failed on with the following errors. The solution from #120 could resolve these errors, but this could cause repeat their definitions in the DLL.
I fixed almost all errors by adding IFFTW_EXTERN to function declarations except for fftwf_mksolver_hc2hc_hook... This function is exported at fftw3f.dll, but cannot be linked in fftw3f_omp.
The version of fftw: 3.3.10
OS: Windows 11 x64 & Visual Studio 2022
I use vcpkg to install
fftw3[openmp]
, it build failed on with the following errors. The solution from #120 could resolve these errors, but this could cause repeat their definitions in the DLL.I also test this #142 (comment), but it still builds failed. cc @stevengj
The text was updated successfully, but these errors were encountered: