vedaldi / svm-struct-matlab

A MATLAB wrapper of SVM^struct
http://www.vlfeat.org/~vedaldi/code/svm-struct-matlab.html
Other
55 stars 47 forks source link

make: *** [svm_struct_learn.mexa64] Error 255 #4

Open hosnasattar opened 9 years ago

hosnasattar commented 9 years ago

/home/sattar/Downloads/svm-struct-matlab-1.2/svm_struct_learn_mex.c:108:3: error: expected expression before '/' token /home/sattar/Downloads/svm-struct-matlab-1.2/svm_struct_learn_mex.c:188:3: error: expected expression before '/' token I have this problem . I change the command line with /* */ but it is not wokring for me.

cbecker commented 9 years ago

Just remove those lines (which are comments), and it should work.