mex error while compiling Open TLD

While compiling the compile.m file in Open TLD . I get the following errors:
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 Kommentar

James Tursa
James Tursa am 15 Jul. 2016
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Jul. 2016

Kommentiert:

am 15 Jul. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by