You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running your compile.m, I see this warning
Warning: Maybe you need to call fv_cache('unlock') first?
In fv_compile (line 52)
In compile (line 48)
which means I can not successfully compile fv_cache.cc function.
I saw your comment in this exception, but I don't know how to solve this problem.
There is one guy in stack overflow suggested that he has met the same problem, and he solve it by installing gcc48. http://stackoverflow.com/questions/24150718/voc-release-5-demo-m-is-not-working/33789824#33789824
Is that the correct way?
The text was updated successfully, but these errors were encountered:
I think it is because that osx's clang does not contain OpenMP library and mex needs OMP when compiling fv_cache. But I have not got any idea on how to fix this.
When running your compile.m, I see this warning
Warning: Maybe you need to call fv_cache('unlock') first?
The text was updated successfully, but these errors were encountered: