Error using ==> mex at 218 Unable to complete successfully

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)

Change the source to use
#include "mexutils.c"
instead of
#include <mexutils.c>

Categories

Tags

Asked:

on 25 Dec 2012

Community Treasure Hunt

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

Start Hunting!