Ruby 编译错误 Windows 7 x64

Ruby 编译错误 Windows 7 x64

nmake在 Windows7 x64 上编译 Ruby 2.2.0时出现此错误

我以前从未这样做过,所以我一直在关注建议:

generating ripper-x64-mswin64_100.def
NMAKE : fatal error U1073: don't know how to make '../../probes.h'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
\VC\Bin\amd64\nmake.EXE"' : return code '0x2'
Stop.

C:\Users\Richard\Downloads\Ruby\ruby-2.2.0-build>

我认为问题与文件的位置有关,正如nmake无法调用命令所表明的cd那样。我会进一步研究这个问题,但想知道是否有人有过这样的经历?

答案1

找到修复方法-放入probes.h构建文件夹(nmake在那里寻找)

相关内容