質問編集履歴

1

追記

2017/11/21 11:29

投稿

aiueoaiueoaiue
aiueoaiueoaiue

スコア94

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,153 @@
7
7
  #参考サイト
8
8
 
9
9
  https://qiita.com/bohemian916/items/67f22ee7aeac103dd205
10
+
11
+ #追記
12
+
13
+ ダウンロードは出来たので次はOpenCVのビルドを行いたいのですが、[私が参考にしたサイト](http://whoopsidaisies.hatenablog.com/entry/2014/11/12/003100)が参考にしたサイトの通りに行きません。
14
+
15
+ #エラーメッセージ
16
+
17
+ ![エラー表示](70c5a057b57e34b08411a132343eff81.png)
18
+
19
+ CMake Deprecation Warning at CMakeLists.txt:72 (cmake_policy):
20
+
21
+ The OLD behavior for policy CMP0022 will be removed from a future version
22
+
23
+ of CMake.
24
+
25
+
26
+
27
+ The cmake-policies(7) manual explains that the OLD behaviors of all
28
+
29
+ policies are deprecated and that a policy should be set to OLD only under
30
+
31
+ specific short-term circumstances. Projects should be ported to the NEW
32
+
33
+ behavior and not rely on setting a policy to OLD.
34
+
35
+
36
+
37
+
38
+
39
+ CMake Deprecation Warning at CMakeLists.txt:77 (cmake_policy):
40
+
41
+ The OLD behavior for policy CMP0026 will be removed from a future version
42
+
43
+ of CMake.
44
+
45
+
46
+
47
+ The cmake-policies(7) manual explains that the OLD behaviors of all
48
+
49
+ policies are deprecated and that a policy should be set to OLD only under
50
+
51
+ specific short-term circumstances. Projects should be ported to the NEW
52
+
53
+ behavior and not rely on setting a policy to OLD.
54
+
55
+
56
+
57
+
58
+
59
+ CMake Error at CMakeLists.txt:93 (project):
60
+
61
+ Failed to run MSBuild command:
62
+
63
+
64
+
65
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe
66
+
67
+
68
+
69
+ to get the value of VCTargetsPath:
70
+
71
+
72
+
73
+ .NET Framework 向け Microsoft (R) Build Engine バージョン 15.4.8.50001
74
+
75
+
76
+
77
+ Copyright (C) Microsoft Corporation.All rights reserved.
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+ 2017/11/21 20:20:45 にビルドを開始しました。
86
+
87
+
88
+
89
+ ノード 1 上のプロジェクト "C:\Users\○○\Downloads\opencv-3.1.0\build\CMakeFiles\3.9.4\VCTargetsPath.vcxproj" (既定のターゲット)。
90
+
91
+
92
+
93
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Platforms\ARM\PlatformToolsets\v141\Toolset.targets(45,5): error MSB8036: Windows SDK バージョン 10.0.15063.0 が見つかりませんでした。必要なバージョンの Windows SDK をインストールするか、プロジェクト プロパティ ページで SDK バージョンを変更するか、ソリューションを右クリックして [ソリューションの再ターゲット] を選択してください。 [C:\Users\○○\Downloads\opencv-3.1.0\build\CMakeFiles\3.9.4\VCTargetsPath.vcxproj]
94
+
95
+
96
+
97
+ プロジェクト "C:\Users\○○\Downloads\opencv-3.1.0\build\CMakeFiles\3.9.4\VCTargetsPath.vcxproj" (既定のターゲット) のビルドが終了しました -- 失敗。
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ ビルドに失敗しました。
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+ "C:\Users\tatsuya\Downloads\opencv-3.1.0\build\CMakeFiles\3.9.4\VCTargetsPath.vcxproj" (既定のターゲット) (1) ->
114
+
115
+
116
+
117
+ (Desktop_PlatformPrepareForBuild ターゲット) ->
118
+
119
+
120
+
121
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Platforms\ARM\PlatformToolsets\v141\Toolset.targets(45,5): error MSB8036: Windows SDK バージョン 10.0.15063.0 が見つかりませんでした。必要なバージョンの Windows SDK をインストールするか、プロジェクト プロパティ ページで SDK バージョンを変更するか、ソリューションを右クリックして [ソリューションの再ターゲット] を選択してください。 [C:\Users\○○\Downloads\opencv-3.1.0\build\CMakeFiles\3.9.4\VCTargetsPath.vcxproj]
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+ 0 個の警告
130
+
131
+
132
+
133
+ 1 エラー
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ 経過時間 00:00:00.18
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ Exit code: 1
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+ Configuring incomplete, errors occurred!
158
+
159
+ See also "C:/Users/○○/Downloads/opencv-3.1.0/build/CMakeFiles/CMakeOutput.log".