nodejs / iojs.org

https://iojs.org
Other
232 stars 130 forks source link

cygwin support? #429

Closed Zorgatone closed 9 years ago

Zorgatone commented 9 years ago

Please could you add support for cygwin?

The binary won't work on cygwin. I also tried to compile the sources on cygwin, with no luck.

ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles.
gyp: name 'MSVS_VERSION' is not defined while evaluating condition '(OS=="win" and MSVS_VERSION>="2012") or llvm_version>="3.3" or gas_version>="2.23"' in /home/Comunico/Sources/iojs-v3.3.1/deps/openssl/openssl.gyp
fhemberger commented 9 years ago

Hi, first of all, this is the repo for the iojs.org website. :smile:

Regarding io.js v3.x, there won't be further releases (except for critical security fixes), as io.js has converged again with Node.js. You can find the latest version here: https://nodejs.org/en/download/

If your problems with cygwin still exist on the recent Node.js version, feel free to open an issue on the node.js repo: https://github.com/nodejs/node/issues

Zorgatone commented 9 years ago

Oh I see.. I knew this repo was for iojs, but I didn't figure out that it merged again with node :sweat_smile: