Ticket #10363 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

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:1 Changed 6 years ago by Steven Hahn

Refs #10363. silence warnings from glu* and openssl

Changeset: cd013ec0cc3c0869638cb1c88a9d590582819de5

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:3 Changed 6 years ago by anonymous

Can one of the admins verify this patch?

comment:4 Changed 6 years ago by Pete Peterson

test this please

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

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 11205

Note: See TracTickets for help on using tickets.