Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile on XCode 6 , OSX 10.10 #2

Open
vanferry opened this issue May 1, 2015 · 3 comments
Open

can't compile on XCode 6 , OSX 10.10 #2

vanferry opened this issue May 1, 2015 · 3 comments

Comments

@vanferry
Copy link

vanferry commented May 1, 2015

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?

@loretoparisi
Copy link
Owner

Thank you. I will check on OSX 10.10.

@PoL0
Copy link

PoL0 commented Aug 10, 2015

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).

@loretoparisi
Copy link
Owner

Hello, I will take a look. I need to update the project settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants