Installation of SVMstruct: mex command not found
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 12 Oct 2014
0 votes
Catégories
En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!