node-kafka-native
node-kafka-native copied to clipboard
npm install fails on Mac OS X
Mac OS X 10.11.5 Xcode 7.3.1 + CLI tools brew
npm install fails with:
In file included from ../src/common.h:6:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/atomic:543:2: error: <atomic> is not implemented
#error <atomic> is not implemented
I have this PR that fixes it: https://github.com/alfred-landrum/node-kafka-native/pull/33 cheers