Visual Studio编译FFTW出现fftw_mkprinter_cnt and fftw_mkprinter_str链接失败 - 小众知识

Visual Studio编译FFTW出现fftw_mkprinter_cnt and fftw_mkprinter_str链接失败

2021-02-28 08:09:10 苏内容
  标签:
阅读:3744

How I can compile FFTW library with Visual Studio?

I am trying compile FFTW with Microsoft Visual Studio. I have version 2010 Express and Community 2013. I download files from http://www.fftw.org/install/windows.html. I open solution, choose project libfftw-3.3 and is error "The build tools for Windows7.1SDK (Platform Toolset = 'Windows7.1SDK') cannot be found" In properties I change Platform Toolset to Visual Studio 2013. When I try build, it not found fftw_mkprinter_cnt and fftw_mkprinter_str. When I change Platform Toolset to Visual Studio 2010 is error "cannot open file VCOMPD.lib". When I trying ignore this library, appears errors as before (fftw_mkprinter_cnt and fftw_mkprinter_str) How can I compile this library


Add mkprinter-str.c to both the libfftw-3.3 and the libfftwf-3.3 projects.

This worked for me along with changing the Platform Toolset to Visual Studio 2013.



扩展阅读
相关阅读
© CopyRight 2010-2021, PREDREAM.ORG, Inc.All Rights Reserved. 京ICP备13045924号-1