我正在尝试使用MATLAB R2015a在Windows 8 64位上设置vlfeat 0.9.20。
我安装了Microsoft Windows SDK 7.1并运行mex -setup
,它似乎正确地找到了SDK。
但是当我运行vl_compile;
时,我收到以下错误:
vl_compile: assuming that Visual C++ is the active compiler
vl_compile: compiling for PCWIN64 (64 bit)
MEX C:\Users\Name\Documents\MATLAB\Tools\vlfeat-0.9.20\toolbox\aib\vl_aib.c
Building with 'Microsoft Windows SDK 7.1 (C)'.
Error using mex
'mt' is not recognized as an internal or external command,
operable program or batch file.
Error in vl_compile (line 140)
mex(cmd{:}) ;
如何解决此错误?
谢谢!