-
Notifications
You must be signed in to change notification settings - Fork 83
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
error C2065: 'tzname': undeclared identifier issue on Windows with VS2015 #98
Comments
There is no tzname that I can find here. Where is this supposed to come from? |
Same problem. Windows 10 64-bit, VS 2015. Same series of errors. https://msdn.microsoft.com/en-us/library/htb3tdkc.aspx The tzname, timezone, and daylight globals used in src/time.cc are prefixed with an underscore in this build configuration. Just changing these allowed it to build (with the latest node-gyp, 3.4.0 at this time).
|
I'm seeing the same thing. Can we get this fixed? I can submit a pull request. |
I am getting the same error on window 10. any solution? |
Same here... :( It seems to be a fix for the issue since March, 2016 pending review and merging... :) |
I'd say it is already solved thanks to #88 and already merged in https://github.com/TooTallNate/node-time/releases/tag/0.12.0 :) Did you give it a try? Just to ask @TooTallNate to close this issue in case it is already solved ;) |
Hi i am installing time package on Visual studio with NPM but it is failing and raising following errors
I am using Windows 10 with VS 2015 and all node-gyp dependencies installed. Everything else is working except the time package
The text was updated successfully, but these errors were encountered: