Error:
>> make
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
??? Error using ==> mex at 208
Unable to complete successfully.
Error in ==> make at 5
mex -O -largeArrayDims -I..\ -c ..\svm.cpp
Fix:
- Under folder ./libsvm-3.1/matlab
- Open file make.m
- replace backslash(\) to slash(/)
- save and close file
- execute the make command inside matlab
Error:
>> make
i686-apple-darwin10-gcc-4.2.1: svm.obj: No such file or directory
i686-apple-darwin10-gcc-4.2.1: svm_model_matlab.obj: No such file or directory
mex: link of ' "svmtrain.mexmaci64"' failed.
??? Error using ==> mex at 208
Unable to complete successfully.
Error in ==> make at 7
mex -O -largeArrayDims -I../ svmtrain.c svm.obj svm_model_matlab.obj
Fix:
- Open the make.m file again
- Replace all the occurrences of .obj to .o
- Save and close
- Try again!
Hope these help :]
你们在用SVM?牛逼!
我们实验室一个师弟就是从这个实验室(林智仁)出来的~~
你们那真是人才济济啊。自己弄着玩的..各种搞不懂,求个科普帖啊
推荐这个系列的文章:http://blog.pluskid.org/?tag=support-vector-machine
深入浅出~
这个blog甚好!
mac???
嗯啊,mac开Terminal就和Linux一样了…