質問編集履歴

3

gem_make\.outの内容を記載

2017/08/20 12:25

投稿

wayaya
wayaya

スコア30

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,82 @@
22
22
 
23
23
 
24
24
 
25
+ ```
26
+
27
+ gem_make.out
28
+
29
+ current directory: C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/nio4r-2.1.0/ext/nio4r
30
+
31
+ C:/Ruby23-x64/bin/ruby.exe -r ./siteconf20170820-9304-5aose.rb extconf.rb
32
+
33
+ checking for unistd.h... yes
34
+
35
+ checking for sys/select.h... no
36
+
37
+ checking for poll.h... no
38
+
39
+ checking for sys/epoll.h... no
40
+
41
+ checking for sys/event.h... no
42
+
43
+ checking for port.h... no
44
+
45
+ checking for sys/resource.h... no
46
+
47
+ creating Makefile
48
+
49
+
50
+
51
+ To see why this extension failed to compile, please check the mkmf.log which can be found here:
52
+
53
+
54
+
55
+ C:/Ruby23-x64/lib/ruby/gems/2.3.0/extensions/x64-mingw32/2.3.0/nio4r-2.1.0/mkmf.log
56
+
57
+
58
+
59
+ current directory: C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/nio4r-2.1.0/ext/nio4r
60
+
61
+ make "DESTDIR=" clean
62
+
63
+
64
+
65
+ current directory: C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/nio4r-2.1.0/ext/nio4r
66
+
67
+ make "DESTDIR="
68
+
69
+ generating nio4r_ext-x64-mingw32.def
70
+
71
+ compiling bytebuffer.c
72
+
73
+ bytebuffer.c: In function 'NIO_ByteBuffer_set_position':
74
+
75
+ bytebuffer.c:130:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
76
+
77
+ bytebuffer.c: In function 'NIO_ByteBuffer_set_limit':
78
+
79
+ bytebuffer.c:162:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
80
+
81
+ bytebuffer.c: In function 'NIO_ByteBuffer_fetch':
82
+
83
+ bytebuffer.c:243:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
84
+
85
+ bytebuffer.c: In function 'NIO_ByteBuffer_put':
86
+
87
+ bytebuffer.c:261:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
88
+
89
+ make: *** [monitor.o] Error 5
90
+
91
+
92
+
93
+ make failed, exit code 2
94
+
95
+
96
+
97
+ ```
98
+
99
+
100
+
25
101
  環境
26
102
 
27
103
  windows10

2

エラーの表記を修正

2017/08/20 12:25

投稿

wayaya
wayaya

スコア30

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,8 @@
13
13
  ERROR: Failed to build gem native extension.
14
14
 
15
15
  ...
16
+
17
+ make failed, exit code 2
16
18
 
17
19
  Gem files will remain installed in C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/nio4r-2.1.0 for inspection.
18
20
 

1

age

2017/08/20 08:23

投稿

wayaya
wayaya

スコア30

test CHANGED
File without changes
test CHANGED
File without changes