Search code examples
node.jscygwin

Node JS ./configure + make fails unable to remap python lib-dynload/itertools.dll to same address as parent


This might be more of a CYGWIN question than a Nodejs but here goes.

I installed Cygwin yesterday and on the packages selection I just clicked next as it looked like most were pre-selected, and then today read this guide http://boxysystems.com/index.php/step-by-step-instructions-to-install-nodejs-on-windows/ on installing nodejs.

The ./configure had an error that it was unable to remap python lib-dynload/itertools.dll to same address as parent. As the process still completed I tried the make command, but it fails on the same error.

So, I opened cygwin setup.exe and this time I clicked the source checkbox for all the Python packages. But still get the same error. Should I now go to Cygwin and check all the source packages for the Make packages, delete it and reinstall from scratch using the above guide. Or something else?

Any help gratefull received/


Solution

  • Use the official 0.5.x windows build from http://nodejs.org/#download - you just have to download a .exe file and you can start it.