我正在使用MATLAB R2013a来编译包含mex
.cc文件的代码。
(此tar包含所有文件http://www.ics.uci.edu/~dramanan/software/pose/pose-release1.2-basic.tgz)
我安装了Microsoft SDK 7.1,因为this list建议使用mex支持的编译器。 我也安装了.NET framework 4。 但是当我尝试设置mex编译器时,我得到了:
>**mex -setup**
>Please choose your compiler for building MEX-files:
>Would you like mex to locate installed compilers [y]/n? y
>No supported SDK or compiler was found on this computer.
>For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
>Error using mex (line 206)
>Unable to complete successfully.
我已经尝试过谷歌搜索,但无法得到任何明确的答案来解决这个问题。请帮助我,我为此坚持我的项目。