您的位置:首页 > Web前端 > Node.js

在cygwin下编译nodejs时出现python相关错误

2011-06-28 16:17 423 查看

Unable to Remap to Same Address as Parent

fatal error – unable to remap /?/C:/cygwin/lib/python2.6/lib-dynload/time.dll to same address as parent: 0×360000 != 0×3E0000


This is not an issue with node.js either. Install base → rebase using setup.exe first then close all Cygwin instances. Start dash or ash (located in the bin directory under Cygwin's installation) and run:

$ /bin/rebaseall -v


It should finish with no errors. If instead the above results in an error like:

rebaseall:'/cygdrive/c/Users/ADMINI~1/AppData/Local/Temp' is not writable


Open up a Cygwin shell and run:

$ chmod 777 ~/AppData/Local/Temp


Close your shell window and repeat the steps above.
Once you are done, restart your PC. Remember to close all open Cygwin shells before using rebaseall.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: