Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build on Windows with VS 2015 #3

Open
Metric opened this issue Mar 10, 2017 · 0 comments
Open

Cannot build on Windows with VS 2015 #3

Metric opened this issue Mar 10, 2017 · 0 comments

Comments

@Metric
Copy link

Metric commented Mar 10, 2017

Thanks to something else I read awhile ago about this issue it is really simple to fix. I downloaded the src and did a node-gyp rebuild on it myself.

Basically to fix this issue in src\third-party\open-vcdiff\vsprojects\config.h

Comment out the following line: #define snprintf _snprintf

In the latest C++ in VS 2015 Microsoft already defines snprintf in the std library properly.

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

No branches or pull requests

1 participant