Error using ==> mex at 218 Unable to complete successfully
Show older comments
mex siftlocalmax.c
lcc preprocessor error: siftlocalmax.c:47 Could not find include file <mexutils.c>
lcc preprocessor warning: siftlocalmax.c:288 No newline at end of file
1 errors, 1 warnings
D:\MATLAB\BIN\MEX.PL: Error: Compile of 'siftlocalmax.c' failed.
??? Error using ==> mex at 218
Unable to complete successfully
The C file mexutils.c is in my current directory but it doesn't work
Answers (1)
Walter Roberson
on 25 Dec 2012
Change the source to use
#include "mexutils.c"
instead of
#include <mexutils.c>
Categories
Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!