0

Windows 8 64 ビットで、MATLAB R2015a を使用して 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{:}) ;

このエラーを修正するにはどうすればよいですか?

ありがとう !

4

1 に答える 1