-
Notifications
You must be signed in to change notification settings - Fork 74
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
Build with Xcode 13.3.x fails with DEPRECATED error #981
Comments
I think PR #974 should fix this issue. |
Great. Thanks. |
I am sorry to say that it didn't. |
Okay, thanks for reporting back to me about that.
|
Just for the record, this is the new error message. It seems that as long as the |
The objective of the -Werror flag was to force us to fix all (or at least most) of the warnings. I admit that some of the warnings we are now seeing may not really have a 'fix'. But I would try to avoid turning off -Werror everywhere. |
See PR #982 The compromise that I've implemented in that PR is to enable the -Werror flag for Debug mode builds, but not for Release mode builds. |
That solves this issue. |
Building htm.core with Xcode 13.3 or 13.3.1 fails with a DEPRECATED error. Xcode 13.2 works fine.
I've attached a partial console output:
xcode 13.3.1 error.txt
.
Build is run on Monterey 12.3.1 with Anaconda Python 3.9
If the change posted by @finnoshea is used, then the build with Xcode 13.3.1 succeeds and passes all unit tests.
The text was updated successfully, but these errors were encountered: