質問編集履歴

1

エラーを見やすくした

2019/07/15 05:16

投稿

aqufiz
aqufiz

スコア70

test CHANGED
File without changes
test CHANGED
@@ -36,25 +36,7 @@
36
36
 
37
37
  **Undefined symbols for architecture x86_64:
38
38
 
39
- "cv::namedWindow(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)", referenced from:
40
-
41
- _main in ccqd5HUK.o
39
+ **
42
-
43
- "cv::destroyWindow(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:
44
-
45
- _main in ccqd5HUK.o
46
-
47
- "cv::imread(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)", referenced from:
48
-
49
- _main in ccqd5HUK.o
50
-
51
- "cv::imshow(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, cv::_InputArray const&)", referenced from:
52
-
53
- _main in ccqd5HUK.o
54
-
55
- ld: symbol(s) not found for architecture x86_64
56
-
57
- collect2: error: ld returned 1 exit status**
58
40
 
59
41
  というエラーが出てしまいました.
60
42