node-msgpack icon indicating copy to clipboard operation
node-msgpack copied to clipboard

Node 4.4.1 / VisualStudio 2012 (via nvm) compilation issues on Windows

Open ggodik opened this issue 9 years ago • 1 comments

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 avatar Mar 29 '16 19:03 ggodik

@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).

ghost avatar Apr 05 '16 15:04 ghost