-
Notifications
You must be signed in to change notification settings - Fork 465
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
VS 2013 Support #58
Comments
Looks like this issue quickly pooled some +1's. Any ideas on ETA of a PR landing? Trying to prioritize whether I should wait for this, or chug ahead using nan. |
I'm not sure if node-gyp still supports 2013 https://github.com/nodejs/node-gyp#option-2 |
I'd be very surprised if that was the case: https://github.com/nodejs/node-gyp/blob/f6eab1f9e4b160b60b2736bb01a09c83785ba979/gyp/pylib/gyp/MSVSVersion.py#L228-L255 Those are just default instructions for getting running. |
@mateodelnorte I'm taking a look this, but I don't have a timeline for support. I'll let you know when I have some further information. |
awesome @kfarnung. thanks! |
@mateodelnorte I think we're pretty close now, take a look at PR #65. |
Fantastic! Thanks @kfarnung |
Merged as 617dbb6, and published to npm as |
support direct calls to underlying napi_tsfn Fixes: #556 PR-URL: #58 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
support direct calls to underlying napi_tsfn Fixes: nodejs/node-addon-api#556 PR-URL: nodejs/node-addon-api#58 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
support direct calls to underlying napi_tsfn Fixes: nodejs/node-addon-api#556 PR-URL: nodejs/node-addon-api#58 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
support direct calls to underlying napi_tsfn Fixes: nodejs/node-addon-api#556 PR-URL: nodejs/node-addon-api#58 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
support direct calls to underlying napi_tsfn Fixes: nodejs/node-addon-api#556 PR-URL: nodejs/node-addon-api#58 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]>
Hi all. This issue is for VS 2013 support.
I've got a client who has a number of 3rd party libraries that only compile under VS 2013. This is a continuation of #56. There are some additional notes there.
Here's a gist of the build errors I get when building with
--msvs_version=2013
: https://gist.github.com/mateodelnorte/7ea8c72e3b2b664ba37da7a0e6ed6dd8.Thx
The text was updated successfully, but these errors were encountered: