Blender libraries: At revision 63481 /trunk/lib/win64_vc15
Short description of error
the error is that can’t open input file “libfftw.lib” and I can’t find this file “libfftw.lib” in Blender libraries as well.
could anyone help find out why?
You’re using older code with newer libs, the fftw libs changed a little since 3.6 and the 3.6 codebase doesn’t know about that (how could it) use these libs rather than the ones you have
svn co https://svn.blender.org/svnroot/bf-blender/tags/blender-3.6-release/lib/win64_vc15
but “libfftw.lib” is not in blender-3.6-release/lib/win64_vc15/fftw3 either, I find it in blender-3.5-release/lib/win64_vc15/fftw3. I also try blender-3.6-release/lib/win64_vc15/fftw3 and it failed too.
I’m not sure how that could happen, this code in 3.6 allows it to be building against both 3.6 and 3.5 libs, i’d validate your code matches this snippet.