Ticket #10363 (closed: fixed)
Eliminate deprecation warnings from build on OSX 10.9
Reported by: | Steven Hahn | Owned by: | Steven Hahn |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
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.
Change History
comment:2 Changed 6 years ago by Steven Hahn
- Status changed from new to verify
- Resolution set to fixed
This is being verified as pull request #41.
comment:5 Changed 6 years ago by Pete Peterson
- Status changed from verify to closed
Merge remote-tracking branch 'origin/feature/10363_fix_deprecated_warnings'
Full changeset: e189c59abfc43576dc7e3832854bb5f5dc7562f2
Note: See
TracTickets for help on using
tickets.
Refs #10363. silence warnings from glu* and openssl
Changeset: cd013ec0cc3c0869638cb1c88a9d590582819de5