-
Notifications
You must be signed in to change notification settings - Fork 55
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
Warnings on install #45
Comments
@fanatid any ideas? |
What is really unclear, why this warnings generated while they disabled in gyp file: https://github.com/bitcoinjs/tiny-secp256k1/blob/v1.1.3/binding.gyp#L32 |
It looks like this is now throwing errors. Happening with Node v13.11.0 (locally) and Node 13.1.0 (Travis).
I can avoid this error using Node 11. |
Node v10.18.1 also have the same😕 |
I have verified that it successfully installs on v10.18.1 Terminal Output
|
Some strange behaviour. Using Node 14.5.0 I had errors and compilation failure. |
A WIP of switching over to use N-API is here: https://github.com/bitcoinjs/tiny-secp256k1/tree/napi If anyone wants to help, these issues would be gone. I am hoping to have things moved to N-API before the end-of-year. |
Had similar problem on node 13 and 14. Downgraded to v10.18.1 - build is successful. |
installing on OSX 10.14.6 (Mojave) I get the following warnings. The "unused function" warnings I guess are just a matter of cleaning up the code but the integer comparisons I would think are of concern. I'm guessing that's a platform dependent thing. is there some way to tweak the meaning of "int" to "unsigned long"? this should get cleaned up no?
~/dev $ npm i bitcoinjs-lib
The text was updated successfully, but these errors were encountered: