martin-danelljan / ECO

Matlab implementation of the ECO tracker.
GNU General Public License v3.0
613 stars 248 forks source link

Install error #29

Closed YuZhang10 closed 6 years ago

YuZhang10 commented 6 years ago

Hi there, I followed every step but still got this error when I type "install' in matlab. I'm sure I did these two lines $ git submodule init $ git submodule update

Does anyone know how to deal with it? It seems to be something wrong with mtimesx Thanks a lot!

Windos10, Matlab R2016a

... Build routine for mtimesx ... Checking for PC ... Finding path of mtimesx C source code files ... Found file mtimesx.c in C:\Users\32621\Desktop\ECO\external_libs\mtimesx\mtimesx.c ... Found file mtimesx_RealTimesReal.c in C:\Users\32621\Desktop\ECO\external_libs\mtimesx\mtimesx_RealTimesReal.c 错误使用 mtimesx_build (line 166) A C/C++ compiler has not been selected with mex -setup

出错 install (line 10) mtimesx_build;

YuZhang10 commented 6 years ago

type "mex -setup C++" in matlab to install C++ compiler. Make sure you have Visual Studio installed first.

Hope it help someone.