-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
node-webkit compile error #387
Comments
Looks like it is because of the old uv upgrade where they removed the status argument. Doing a typecast to |
Thank you @kkoopa - I replicated the compile error on OS X as well and confirmed that a typecast fixes it (only reinterpret_cast was allowed by compiler, not static_cast). So, created a pull at nodejs/nan#239 |
Closing as this relates to an old version of |
Impacts node-webkit 0.10.5 and 0.11.5 with latest nan@1.5.0 (https://travis-ci.org/mapbox/node-sqlite3/builds/47189404)
The text was updated successfully, but these errors were encountered: