node-msgpack
node-msgpack copied to clipboard
Node 4.4.1 / VisualStudio 2012 (via nvm) compilation issues on Windows
seems to build fine with 0.12.7, not so much with 4.4.1
output seen here: out.txt
steps to reproduce
nvm install 4.4.1
nvm use 4.4.1
npm install msgpack
@ggodik based on this feature table Visual Studio 2012 only supports a subset of C++11 features.
Based on this comment I believe Visual Studio 2013 is most likely to resolve any compile issues on Windows.
If you can't get access to a newer version of Visual Studio, the node-gyp maintainers provide a guide here on how to get setup with Microsoft's stand-alone, and free, 2015 compiler. (This is actually the setup I have locally, and works quite well).