Installation of SVMstruct: mex command not found
Show older comments
I try to install SVMstruct http://www.robots.ox.ac.uk/~vedaldi/code/svm-struct-matlab.html. When executing
make
I get the following error in my Terminal:
mex CC='gcc' LD='gcc' -largeArrayDims -maci64 CFLAGS='$CFLAGS -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.4 -Wall' LDFLAGS='$LDFLAGS -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.4' -outdir "build/maci64/" -c "svm_struct_learn_custom.c"
/bin/sh: mex: command not found
make: *** [build/maci64/svm_struct_learn_custom.o] Error 127
Does someone know how to solve this problem?
Accepted Answer
More Answers (1)
Image Analyst
on 12 Oct 2014
0 votes
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!