justmoon / node-bignum

Big integers for Node.js using OpenSSL
419 stars 116 forks source link

Not building under node 10.0.0 #108

Closed kurayama closed 6 years ago

kurayama commented 6 years ago

Some v8 functions like Local< Object > NewInstance(int argc, Local< Value > argv[]) const) have been long deprecated and were removed in this version.

sennevb commented 6 years ago

+1

adaxi commented 6 years ago

The changes in the Nan API are easy to implement, the hard part its that OpenSSL was updated to version 1.1.0, where breaking changes were done in the API.

Fl4m3Ph03n1x commented 6 years ago

+1 Is there an ETA for this fix, or is the project deprecated ?

knilecrack commented 6 years ago

I guess we will have to do it by ourselves :)

ultra-pool commented 6 years ago

+1

rvagg commented 6 years ago

Should be good to go now. Please report back with issues if there are any with 10. No prebuild binaries available yet and don't hold your breath for them, have a compiler ready to go.