-
Notifications
You must be signed in to change notification settings - Fork 45
clang warning when using MacOS Sierra #22
Comments
Node core issue here: nodejs/node#8521 |
Possible work-around here: nodejs/nan#606 |
Fix landed in github, not published in npm yet. |
This is all still way over my head - I'm still experiencing this. Any ETA when this will make it to NPM? |
Wow. Amazing work has been done here. You all work together better than most companies do! Hat's off to everyone on this project. It was encouraging to read through those issues. Thank you for al the hard work you're all working on. |
We've decided in #56 to revert the change made by #31 and instead be consistent with Node.js and link to the same library as it does. That means that if you build with Node.js v6 you will get deprecation warnings (you will get the same deprecation warning if you build Node.js v6, see nodejs/node#8521 (comment)). Node.js v7 and above have switched to using libc++, so you will not get the warnings with those. |
Closing this as per @richardlau comment above, fixed in Node 7 and later. |
when attempting to install on Node v6.7.0 via npm using MacOS 10.12.1 (Sierra) I get the following compiler warning
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
The text was updated successfully, but these errors were encountered: