在Visual studio中编译FFTW源 [英] Compiling FFTW source in Visual studio

查看:712
本文介绍了在Visual studio中编译FFTW源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我试图在Visual studio 2010中编译FFTW的源代码。我按照FFTW网站的指示。我下载了源代码fftw-3.3.2.zip和对应的vs 2010软件包fftw-3.3-libs-visual-studio-2010.zip。

Recently I am trying to compile the source code of FFTW in Visual studio 2010. I followed the instruction from the FFTW website. I downloaded the source code fftw-3.3.2.zip and corresponding vs 2010 package fftw-3.3-libs-visual-studio-2010.zip.



  1. 我有四个项目从解决方案,bench,benchf,libfftw-3.3,libfftwf-3.3

在编译我得到以下每个项目的错误:
C:\Program Files(x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp。 x64.Targets(514,5):错误MSB8008:未安装指定的平台工具集(Windows7.1SDK)或无效。请确保选择支持的PlatformToolset值。
指向以下内容


我试过调试/发布版本的x64和win32,没有一个工作。

But on compiling I got following errors on each of the project: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x64.Targets(514,5): error MSB8008: Specified platform toolset (Windows7.1SDK) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. which points to the following content

I have tried the debug/release build for both x64 and win32, none of them worked.

有人可以帮我解决这个问题吗?

Could anyone please help me on this?

推荐答案

如果您需要安装Windows 7.1 SDK,如果您已经安装了它,请尝试重新安装它,否则它已损坏。

It looks like you need to install the Windows 7.1 SDK, if you have already installed it, try reinstalling it incase it is corrupted.

您可以从 http://www.microsoft.com/en-us/download/details。 aspx?id = 8279

这篇关于在Visual studio中编译FFTW源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆