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

macOS 10.12: libstdc++ is deprecated warning #8521

Closed
silverwind opened this issue Sep 13, 2016 · 4 comments
Closed

macOS 10.12: libstdc++ is deprecated warning #8521

silverwind opened this issue Sep 13, 2016 · 4 comments
Labels
build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX.

Comments

@silverwind
Copy link
Contributor

  • Version: master
  • Platform: macOS 10.12, Apple LLVM version 8.0.0 (clang-800.0.38)

make outputs this deprecation warning on macOS 10.12, but otherwise builds fine:

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9

@silverwind silverwind added build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX. labels Sep 13, 2016
@bnoordhuis
Copy link
Member

We'll start linking to libc++ when the upgrade to V8 5.4 lands.

@silverwind
Copy link
Contributor Author

Ack, so that's covered.

@gibfahn
Copy link
Member

gibfahn commented Nov 15, 2016

@bnoordhuis Does this mean there's nothing we can do about this for the life of v6?

Node v7 is fine (it's on 5.4)

Edit: Related issue (includes workaround for module authors): nodejs/nan#606

@bnoordhuis
Copy link
Member

@gibfahn That's right. We can't change standard libraries without breaking ABI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. macos Issues and PRs related to the macOS platform / OSX.
Projects
None yet
Development

No branches or pull requests

3 participants