mex error while compiling Open TLD
古いコメントを表示
PC Building with 'Microsoft Visual C++ 2010'. Error using mex lk.cpp C:\Users\Borundiya\Documents\MATLAB\OpenTLD-master\OpenTLD-master\mex\lk.cpp(24) : fatal error C1020: unexpected #endif
Error in compile (line 35) eval(['mex lk.cpp -O' include lib]);
I have made the following changes in compile.m file:
disp('PC');
include = ' -IC:\OpenCV-2.4\opencv\build\include\opencv\ -IC:\OpenCV-2.4\opencv\build\include\';
libpath = 'C:\OpenCV-2.4\opencv\build\x64\vc12\lib\';
My system is Windows 7 Home Premium 64 bit and Matlab versions are 2010 b and 2014 a 64 bits.
Please advise.
1 件のコメント
James Tursa
2016 年 7 月 15 日
The error indicates that the pre-processor is seeing a problem. Try using the verbose option -v to see all of the warnings and errors, and then look at the code to see why the pre-processor control construct #if-#elif-#endif is not working.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!