节点 JS ./configure + make 失败,无法将 python lib-dynload/itertools.dll 重新映射到与父级相同的地址

发布于 2024-12-12 12:55:23 字数 567 浏览 0 评论 0 原文

这可能更像是 CYGWIN 问题,而不是 Nodejs,但这里是。

我昨天安装了 Cygwin,在软件包选择上我只是单击了“下一步”,因为看起来大多数都已预先选择,然后今天阅读了本指南 http://boxysystems.com/index.php/step-by-step-instructions-to-install-nodejs-on-windows/ 安装nodejs。

./configure 出现错误,无法将 python lib-dynload/itertools.dll 重新映射到与父级相同的地址。由于该过程仍然完成,我尝试了 make 命令,但由于相同的错误而失败。

因此,我打开 cygwin setup.exe,这次我单击了所有 Python 包的源复选框。但仍然遇到同样的错误。我现在应该转到 Cygwin 并检查 Make 包的所有源包,将其删除并使用上述指南从头开始重新安装。或者其他什么?

收到的任何帮助表示感谢/

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/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤檠 2024-12-19 12:55:23

使用 http://nodejs.org/#download 的官方 0.5.x windows 版本 - 您只需下载一个.exe文件就可以启动它了。

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.

煞人兵器 2024-12-19 12:55:23

0.5.X 版本在 Cygwin 方面存在问题,并且由于正在开发干净的 Windows 版本,Cygwin 环境现在不受支持。稳定版本 0.4.12 在 Cygwin 上构建,没有任何问题。如果您想在 Windows 上使用 Node.js 不稳定的 0.5.X 分支,请使用官方 Node.js 站点上的 Windows 构建。

看看这个:

https://github.com/ Joyent/node/wiki/Building-node.js-on-Cygwin-(Windows)
2011 年 9 月 1 日更新——截至今天,v0.5.5 并未基于 Cygwin 构建(make 错误)。使用 v.0.5.4(即按照下面的说明操作并使用“git checkout v0.5.4”。

https://github.com/joyent/node/wiki/API-changes- Between-v0.4-and-v0.6
不再支持 Cygwin 构建。请改用本机 Windows 构建。

Versions 0.5.X have problems with Cygwin and because of developing clean Windows version Cygwin environment is now unsupported. Stable version 0.4.12 builds on Cygwin with no problems. If you want to use node.js unstable 0.5.X branch on Windows use windows build at official node.js site.

check this out:

https://github.com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows)
Update Sept 1, 2011 -- as of today, v0.5.5 does not build on Cygwin (errors on make). Use v.0.5.4 (ie. follow instructions below and use "git checkout v0.5.4".

https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6
Cygwin build is no longer supported. Use native windows builds instead.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文