You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed on windows 8 x32 first and it is ok. After that tried to install on win8 x64(with nodejs x64), and it is fails with error:
init.cc
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
Image.cc
CanvasGradient.cc
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
c:\users\dmitry\.node-gyp\0.8.16\deps\uv\include\ares.h(49): fatal error C1083:
Cannot open include file: 'winsock2.h': No such file or directory [E:\dev\node
js\node_modules\canvas\build\canvas.vcxproj]
When I open canvas.vcxproj with visual studio - it shows winsock2.h in dependancies tree and I can view its content, but while compilation fails with several errors.
The text was updated successfully, but these errors were encountered:
Installed on windows 8 x32 first and it is ok. After that tried to install on win8 x64(with nodejs x64), and it is fails with error:
Before that installed: VS 2012, WinSDK(http://msdn.microsoft.com/en-us/windows/hardware/hh852363.aspx)
When I open canvas.vcxproj with visual studio - it shows winsock2.h in dependancies tree and I can view its content, but while compilation fails with several errors.
The text was updated successfully, but these errors were encountered: