Fire up a Prompt ("Run as administrator") and go to your dev-kit folder (for instance, mine wasC:\Programs\dev_kit)
While in the dev-kit folder, run devkitvars.bat to add devkit to the path.
Now do a cd bin (it got me to C:\Programs\dev_kit\bin) and from there run:
rebase -b 0x30000000 msys-1.0.dll
Try to install the gems again. Instead of seeing an error message, now you should seeBuilding native extensions. This could take a while... and it will hang for a while there.
需要注意的是这个rebase命令windows sdk也自带,所以需要下载windows sdk.
C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
问题2:
1.msys的终端不支持显示中文文件名
编辑 /etc/profile 最后加入 alias ls="ls --color=tty --show-control-chars"