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
I had the same issue. It means Xcode is using libc++ (default Standard C++ library when using apple's llvm compiler). At project build settings goto Apple LLVM - Language - C++ and set "C++ Standard Library" value to libstdc++ (GNU C++ standard library).
I've upgrade my OSX to 10.10 for a while, and remove XCode 5.1 too.
When I compile I met with an error:
/Users/abc/Downloads/audio/EssentiaTouch-master/EssentiaTouch/essentia/utils/atomic.h:78:10: 'ext/atomicity.h' file not found
I notice EssentiaTouch hasn't been updated for two years, can you help me to compile it on OSX 10.10, XCode 6?
The text was updated successfully, but these errors were encountered: