【发布时间】:2014-06-04 19:03:20
【问题描述】:
我有 64 位 Mac、OS X 10.8.5,并安装了 xcode。我还可以从命令行验证 gcc 是否有效。当我输入 mex -setup 我得到
The options files available for mex are:
1: /Applications/MATLAB_R2013a.app/bin/mexopts.sh :
Template Options file for building MEX-files
0: Exit with no changes
这无济于事。当我输入 make 时,所有相关的 libsvm 文件都在我选择的文件夹中,我得到
make
xcodebuild: error: SDK "macosx10.7" cannot be located.
xcrun: error: unable to find utility "clang", not a developer tool or in PATH
mex: compile of ' "libsvmread.c"' failed.
如果 make.m 失败,请查看 README 中的详细说明。
有人能帮我解决这个问题吗?
【问题讨论】:
标签: matlab compiler-construction mex