質問編集履歴

1

Log出力内容を追記しました。

2019/02/21 03:28

投稿

mypace
mypace

スコア45

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,413 @@
25
25
 
26
26
 
27
27
  ![イメージ説明](eb5193b25dc9ad8df2d1ddd569a0a317.png)
28
+
29
+
30
+
31
+
32
+
33
+ Output.logを確認しました。途中でRun Build Command の行で文字化けが発生していることが原因でしょうか?
34
+
35
+
36
+
37
+
38
+
39
+ ```text
40
+
41
+ The system is: Windows - 10.0.17134 - AMD64
42
+
43
+ Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
44
+
45
+ Compiler:
46
+
47
+ Build flags:
48
+
49
+ Id flags:
50
+
51
+
52
+
53
+ The output was:
54
+
55
+ 0
56
+
57
+ .NET Framework 向け Microsoft (R) Build Engine バージョン 15.9.21+g9802d43bc3
58
+
59
+ Copyright (C) Microsoft Corporation.All rights reserved.
60
+
61
+
62
+
63
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
64
+
65
+
66
+
67
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
68
+
69
+
70
+
71
+ The CXX compiler identification is MSVC, found in "C:/ceres-solver-1.12.0/build/CMakeFiles/3.14.0-rc1/CompilerIdCXX/CompilerIdCXX.exe"
72
+
73
+
74
+
75
+ Determining if the C compiler works passed with the following output:
76
+
77
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
78
+
79
+
80
+
81
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_f876a.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
82
+
83
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
84
+
85
+
86
+
87
+ Copyright (C) Microsoft Corporation.All rights reserved.
88
+
89
+
90
+
91
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
92
+
93
+
94
+
95
+ Copyright (C) Microsoft Corporation. All rights reserved.
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f876a.dir\Debug\" /Fd"cmTC_f876a.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\testCCompiler.c"
104
+
105
+
106
+
107
+ testCCompiler.c
108
+
109
+
110
+
111
+
112
+
113
+ cmTC_f876a.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_f876a.exe
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ Detecting C compiler ABI info compiled with the following output:
122
+
123
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
124
+
125
+
126
+
127
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_c0bf9.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
128
+
129
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
130
+
131
+
132
+
133
+ Copyright (C) Microsoft Corporation.All rights reserved.
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
142
+
143
+
144
+
145
+ Copyright (C) Microsoft Corporation. All rights reserved.
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_c0bf9.dir\Debug\" /Fd"cmTC_c0bf9.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.14\Modules\CMakeCCompilerABI.c"
154
+
155
+
156
+
157
+ CMakeCCompilerABI.c
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ cmTC_c0bf9.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_c0bf9.exe
166
+
167
+
168
+
169
+
170
+
171
+ Detecting C [] compiler features compiled with the following output:
172
+
173
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
174
+
175
+
176
+
177
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_2851f.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
178
+
179
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
180
+
181
+
182
+
183
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
184
+
185
+
186
+
187
+ Copyright (C) Microsoft Corporation. All rights reserved.
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_2851f.dir\Debug\" /Fd"cmTC_2851f.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\ceres-solver-1.12.0\build\CMakeFiles\feature_tests.c"
196
+
197
+
198
+
199
+ feature_tests.c
200
+
201
+
202
+
203
+ cmTC_2851f.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_2851f.exe
204
+
205
+
206
+
207
+
208
+
209
+ Feature record: C_FEATURE:1c_function_prototypes
210
+
211
+ Feature record: C_FEATURE:1c_variadic_macros
212
+
213
+ Determining if the CXX compiler works passed with the following output:
214
+
215
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
216
+
217
+
218
+
219
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_f27fc.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
220
+
221
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
222
+
223
+
224
+
225
+ Copyright (C) Microsoft Corporation.All rights reserved.
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
234
+
235
+
236
+
237
+ Copyright (C) Microsoft Corporation. All rights reserved.
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_f27fc.dir\Debug\" /Fd"cmTC_f27fc.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
246
+
247
+
248
+
249
+ testCXXCompiler.cxx
250
+
251
+
252
+
253
+
254
+
255
+ cmTC_f27fc.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_f27fc.exe
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+ Detecting CXX compiler ABI info compiled with the following output:
264
+
265
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
266
+
267
+
268
+
269
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_66f33.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
270
+
271
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
272
+
273
+
274
+
275
+ Copyright (C) Microsoft Corporation.All rights reserved.
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
284
+
285
+
286
+
287
+ Copyright (C) Microsoft Corporation. All rights reserved.
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_66f33.dir\Debug\" /Fd"cmTC_66f33.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.14\Modules\CMakeCXXCompilerABI.cpp"
296
+
297
+
298
+
299
+ CMakeCXXCompilerABI.cpp
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+ cmTC_66f33.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_66f33.exe
308
+
309
+
310
+
311
+
312
+
313
+ Detecting CXX [] compiler features compiled with the following output:
314
+
315
+ Change Dir: C:/ceres-solver-1.12.0/build/CMakeFiles/CMakeTmp
316
+
317
+
318
+
319
+ Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_9edf0.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m
320
+
321
+ .NET Framework 蜷代¢ Microsoft (R) Build Engine 繝舌・繧ク繝ァ繝ウ 15.9.21+g9802d43bc3
322
+
323
+
324
+
325
+ Copyright (C) Microsoft Corporation.All rights reserved.
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+ Microsoft(R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86
334
+
335
+
336
+
337
+ Copyright (C) Microsoft Corporation. All rights reserved.
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_9edf0.dir\Debug\" /Fd"cmTC_9edf0.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\ceres-solver-1.12.0\build\CMakeFiles\feature_tests.cxx"
346
+
347
+
348
+
349
+ feature_tests.cxx
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+ cmTC_9edf0.vcxproj -> C:\ceres-solver-1.12.0\build\CMakeFiles\CMakeTmp\Debug\cmTC_9edf0.exe
358
+
359
+
360
+
361
+
362
+
363
+ Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
364
+
365
+ Feature record: CXX_FEATURE:1cxx_alias_templates
366
+
367
+ Feature record: CXX_FEATURE:1cxx_alignas
368
+
369
+ Feature record: CXX_FEATURE:1cxx_alignof
370
+
371
+ Feature record: CXX_FEATURE:1cxx_attributes
372
+
373
+ Feature record: CXX_FEATURE:1cxx_attribute_deprecated
374
+
375
+ Feature record: CXX_FEATURE:1cxx_auto_type
376
+
377
+ Feature record: CXX_FEATURE:1cxx_binary_literals
378
+
379
+ Feature record: CXX_FEATURE:1cxx_constexpr
380
+
381
+ Feature record: CXX_FEATURE:1cxx_contextual_conversions
382
+
383
+ Feature record: CXX_FEATURE:1cxx_decltype
384
+
385
+ Feature record: CXX_FEATURE:1cxx_decltype_auto
386
+
387
+ Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
388
+
389
+ Feature record: CXX_FEATURE:1cxx_default_function_template_args
390
+
391
+ Feature record: CXX_FEATURE:1cxx_defaulted_functions
392
+
393
+ Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
394
+
395
+ Feature record: CXX_FEATURE:1cxx_delegating_constructors
396
+
397
+ Feature record: CXX_FEATURE:1cxx_deleted_functions
398
+
399
+ Feature record: CXX_FEATURE:1cxx_digit_separators
400
+
401
+ Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
402
+
403
+ Feature record: CXX_FEATURE:1cxx_explicit_conversions
404
+
405
+ Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
406
+
407
+ Feature record: CXX_FEATURE:1cxx_extern_templates
408
+
409
+ Feature record: CXX_FEATURE:1cxx_final
410
+
411
+ Feature record: CXX_FEATURE:1cxx_func_identifier
412
+
413
+ Feature record: CXX_FEATURE:1cxx_generalized_initializers
414
+
415
+ Feature record: CXX_FEATURE:1cxx_generic_lambdas
416
+
417
+ Feature record: CXX_FEATURE:1cxx_inheriting_constructors
418
+
419
+ Feature record: CXX_FEATURE:1cxx_inline_namespaces
420
+
421
+ Feature record: CXX_FEATURE:1cxx_lambdas
422
+
423
+ Feature record: CXX_FEATURE:1cxx_lambda_init_captures
424
+
425
+ Feature record: CXX_FEATURE:1cxx_local_type_template_args
426
+
427
+ Feature record: CXX_FEATURE:1cxx_long_long_type
428
+
429
+ Feature record: CXX_FEATURE:1cxx_noexcept
430
+
431
+ Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
432
+
433
+ Feature record: CXX_FEATURE:1cxx_nullptr
434
+
435
+ Feature record: CXX_FEATURE:1cxx_override
436
+
437
+ ```