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

Eliminate deprecation warnings from build on OSX 10.9 #11205

Closed
quantumsteve opened this issue Oct 14, 2014 · 1 comment
Closed

Eliminate deprecation warnings from build on OSX 10.9 #11205

quantumsteve opened this issue Oct 14, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Milestone

Comments

@quantumsteve
Copy link
Contributor

Currently building mantid on OS X 10.9 with clang generates two deprecation warnings (-Wdeprecated-declarations).

  1. "glu* is deprecated. First deprecated in OS X 10.9." We can silence this warning by making the build target 10.8.

  2. Apple's OpenSSL library is deprecated since OS X 10.7. We can fix this by linking against Homebrew's OpenSSL library.

@quantumsteve
Copy link
Contributor Author

This issue was originally trac ticket 10363

@quantumsteve quantumsteve added Low Priority Things that you don't ever want to be done. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@quantumsteve quantumsteve self-assigned this Jun 3, 2015
@quantumsteve quantumsteve added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant