【发布时间】:2014-04-12 20:25:04
【问题描述】:
我想使用 SPAMS 包做一些稀疏编码项目。我在 Mac 上使用 Matlab 2013b。当我运行compile.m 时,显示以下错误:
compilation of: -I./linalg/ -I./decomp/ -I./prox/ -I./dictLearn/ dictLearn/mex/mexTrainDL.cpp
clang: error: unknown argument: '-funsafe-loop-optimizations-mmacosx-version-min=10.7' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
mex: compile of ' "dictLearn/mex/mexTrainDL.cpp"' failed.
有人可以帮我吗?
【问题讨论】:
标签: matlab gcc compilation mex