nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 46 forks source link

'openssl_fips' is not defined #76

Closed srlowe closed 7 years ago

srlowe commented 8 years ago

I'm trying to build greenworks against nw13.0-alpha3, but am hitting an error during the configure stage:

 nw-gyp configure --target=0.13.0-alpha3 --arch=ia32

 gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp

Does anyone know what the problem is?

I can't find much info on the 'openssl_fips' error, other than an issue with node-gyp.

node v0.12.7 npm v2.11.3 nw-gyp v0.12.4

djipco commented 8 years ago

I'm having the same problem while building serialport. Is anybody still maintaining this project?

jetiny commented 8 years ago

me too.

gmfc commented 8 years ago

same here, with serialport... @cotejp, any news?

djipco commented 8 years ago

The documentation for version 0.13 says: "Starting from 0.13.0, native modules built by node-gyp or npm in upstream can be supported." I guess you could try that?

As for me, I started using browser-serialport instead.

Cheers!

ghostoy commented 7 years ago

This issue should be fixed with latest nw-gyp and NW.js releases.

CharStiles commented 2 years ago

in case it helps anyone else, the problem was resolved for me by restarting the terminal.