-
Notifications
You must be signed in to change notification settings - Fork 133
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
Warning C4005: 'snprintf' #110
Comments
Hi, I don't have a Windows machine to test with, so this will have to wait for someone else... |
eirslett
added a commit
to eirslett/node-imagemagick-native
that referenced
this issue
Mar 20, 2016
This solves elad#110. It's similar to this issue on node-canvas: Automattic/node-canvas#605 Basically, Visual Studio didn't have snprintf, so it had to be polyfilled, like it has been done here. But now, in 2015, snprintf was finally implemented, which leads to it being defined twice. This change lets me compile the project on Windows 7 x64, with Visual Studio 2015.
eirslett
added a commit
to eirslett/node-imagemagick-native
that referenced
this issue
Mar 21, 2016
This solves elad#110. It's similar to this issue on node-canvas: Automattic/node-canvas#605 Basically, Visual Studio didn't have snprintf, so it had to be polyfilled, like it has been done here. But now, in 2015, snprintf was finally implemented, which leads to it being defined twice. This change lets me compile the project on Windows 7 x64, with Visual Studio 2015.
horiuchi
pushed a commit
to horiuchi/node-imagemagick-native
that referenced
this issue
May 19, 2016
This solves elad#110. It's similar to this issue on node-canvas: Automattic/node-canvas#605 Basically, Visual Studio didn't have snprintf, so it had to be polyfilled, like it has been done here. But now, in 2015, snprintf was finally implemented, which leads to it being defined twice. This change lets me compile the project on Windows 7 x64, with Visual Studio 2015.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having error trying to install imagemagick.
When I try to install with npm install imagemagick-native throw me 'Warning C4005: 'snprintf'
I don't now what's going on, I all ready install:
*Visual Studio C++ 2010 Express
*Windows 7 64-bit SDK
*Imagemagick dll binary x64 Q16
I'm in windows 10.
The text was updated successfully, but these errors were encountered: