-
Notifications
You must be signed in to change notification settings - Fork 544
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
detection of atomicity.h #2
Comments
works here, osx 10.8, clang 4.0... What's your config / the output of "./waf -v" ? |
this is with clang 4.2, not sure about what are you asking for ... waf -v compiles in verbose mode. |
can you paste the last, say, 30 lines of the log output, please? Have no problem here, so I need to identify the problem with some context. Also, can you show the result of |
yes clang is in /usr/bin And here goes all the output, with some markdown parsing by github :) ccpn-42-207:essentia gerard$ ./waf configure --mode=release --with-python --with-cpptests --with-examples --with-vamp ================================ CONFIGURATION SUMMARY ================================
'configure' finished successfully (1.137s) define attribute_deprecated attribute((deprecated))
../src/utils/audiocontext.cpp:66:46: warning: implicit conversion of NULL constant to 'int' [-Wnull-conversion] include <bits/atomicity.h>
1 error generated. define attribute_deprecated attribute((deprecated))
1 warning generated. define attribute_deprecated attribute((deprecated))
1 warning generated. |
OK, should be fixed now |
Merge updates from MTG/essentia master branch
On OSX 10.8 compilation fails at atomic.h because it tries to find atomicity.h as <bits/atomicity.h>. It looks like it may be a problem with ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED
The text was updated successfully, but these errors were encountered: