Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

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

Open
ggodik opened this issue Mar 29, 2016 · 1 comment
Open

Comments

@ggodik
Copy link

ggodik commented Mar 29, 2016

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 ggodik changed the title Node 4.4.1 (via nvm) compilation issues on Windows Node 4.4.1 / VisualStudio 2012 (via nvm) compilation issues on Windows Apr 5, 2016
@ghost
Copy link

ghost commented Apr 5, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant