質問編集履歴

1

エラー文を編集しました

2016/06/24 07:10

投稿

cray
cray

スコア29

test CHANGED
File without changes
test CHANGED
@@ -48,9 +48,37 @@
48
48
 
49
49
 
50
50
 
51
+
52
+
53
+ In file included from src/agent/Shared/ApiServerUtils.h:73:0,
54
+
55
+ from src/agent/Watchdog/WatchdogMain.cpp:63:
56
+
57
+ src/cxx_supportlib/DataStructures/LString.h:83:2: 警告: always_inline function might not be inlinable [-Wattributes]
58
+
59
+ psg_lstr_last_byte(const LString *str) {
60
+
61
+ ^
62
+
63
+ src/cxx_supportlib/DataStructures/LString.h:78:2: 警告: always_inline function might not be inlinable [-Wattributes]
64
+
65
+ psg_lstr_first_byte(const LString *str) {
66
+
67
+ ^
68
+
69
+ c++ -o buildout/support-binaries/CoreMain.o -Isrc/agent -Isrc/cxx_supportlib -Isrc/cxx_supportlib/vendor-copy -Isrc/cxx_supportlib/vendor-modified -Isrc/cxx_supportlib/vendor-modified/libev -Isrc/cxx_supportlib/vendor-copy/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -g -DHAS_ALLOCA_H -DHAVE_ACCEPT4 -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -c src/agent/Core/CoreMain.cpp
70
+
71
+ In file included from src/agent/Shared/ApiServerUtils.h:73:0,
72
+
73
+ from src/agent/Core/CoreMain.cpp:73:
74
+
75
+
76
+
77
+
78
+
51
79
  ```
52
80
 
53
- という文がループで表示されて先に進みません。
81
+ という文が(一部省略しています)ループで表示されて先に進みません。
54
82
 
55
83
  /usr/include/features.h:330:4: 警告: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
56
84