我正在尝试在运行Win 8的PC上安装ActiveSupport,但它失败了,它给了我一个出错的列表 .

见截图:http://imgur.com/2EP46TT

我预先安装了DevKit,以防万一 . 我是Ruby的新手,所以我非常感谢能得到的任何帮助 .

这就是mkmf.log中的内容

“x86_64-w64-mingw32-gcc -o conftest.exe -IC:/Ruby200-x64/include/ruby-2.0.0/x64-mingw32 -IC:/Ruby200-x64/include/ruby-2.0.0/ruby/落后-IC:/Ruby200-x64/include/ruby-2.0.0 -I . -DFD_SETSIZE = 2048 -D_WIN32_WINNT = 0x0501 -D_FILE_OFFSET_BITS = 64 -O3 -fno-omit-frame-pointer -fno-fast-math -g - Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-声明-march = native conftest.c -L.-LC:/ Ruby200-x64 / lib -L.-lx64-msvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi“checked program is:

/* 开始 */

1:#include“ruby.h”

2:

3:#include

4:#include

5:int main(int argc,char ** argv)

6:{

7:返回0;

8:}

/* 结束 */