Installation of SVMstruct: mex command not found
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 12 Okt. 2014
0 Stimmen
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!