Skip to content

Instantly share code, notes, and snippets.

@0xFFD
Created October 27, 2023 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xFFD/d561a0c398c9c485a890000124957536 to your computer and use it in GitHub Desktop.
Save 0xFFD/d561a0c398c9c485a890000124957536 to your computer and use it in GitHub Desktop.
OpenCV with Cuda Support build error?
Build started...
1>------ Build started: Project: zlib, Configuration: Release x64 ------
2>------ Build started: Project: quirc, Configuration: Release x64 ------
3>------ Build started: Project: libwebp, Configuration: Release x64 ------
4>------ Build started: Project: libprotobuf, Configuration: Release x64 ------
2>quirc.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\quirc.lib
5>------ Build started: Project: libopenjp2, Configuration: Release x64 ------
5>libopenjp2.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\libopenjp2.lib
6>------ Build started: Project: libjpeg-turbo, Configuration: Release x64 ------
1>zlib.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\zlib.lib
6>libjpeg-turbo.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\libjpeg-turbo.lib
7>------ Build started: Project: libtiff, Configuration: Release x64 ------
8>------ Build started: Project: libpng, Configuration: Release x64 ------
3>libwebp.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\libwebp.lib
8>libpng.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\libpng.lib
9>------ Build started: Project: IlmImf, Configuration: Release x64 ------
7>libtiff.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\libtiff.lib
10>------ Build started: Project: ittnotify, Configuration: Release x64 ------
11>------ Build started: Project: ippiw, Configuration: Release x64 ------
10>ittnotify.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\ittnotify.lib
11>ippiw.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\ippiw.lib
12>------ Build started: Project: gen_opencv_python_source, Configuration: Release x64 ------
13>------ Build started: Project: ade, Configuration: Release x64 ------
13>ade.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\ade.lib
4>extension_set.cc
4>generated_message_table_driven_lite.cc
4>generated_message_util.cc
4>message_lite.cc
9>IlmImf.vcxproj -> C:\Users\penguin\opencv\build\3rdparty\lib\Release\IlmImf.lib
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message_lite.cc)
4>bytestream.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven_lite.cc)
4>common.cc
4>status.cc
4>statusor.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\bytestream.cc)
4>stringpiece.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\common.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\status.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\statusor.cc)
4>structurally_valid.cc
4>strutil.cc
4>time.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\stringpiece.cc)
4>any.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\strutil.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\structurally_valid.cc)
4>any.pb.cc
4>api.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\time.cc)
4>descriptor.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.cc)
4>descriptor.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\any.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\api.pb.cc)
4>descriptor_database.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>duration.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.pb.cc)
4>C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc(429,12): error C2064: term does not evaluate to a function taking 1 arguments
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xmemory(1505,59): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled
4> with
4> [
4> Key=const google::protobuf::Descriptor *
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xmemory(1505,42): message : see reference to variable template 'const bool is_empty_v<google::protobuf::hash<google::protobuf::Descriptor const *> >' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(29,29): message : see reference to class template instantiation 'std::_Uhash_compare<_Kty,_Hasher,_Keyeq>' being compiled
4> with
4> [
4> _Kty=const google::protobuf::Descriptor *,
4> _Hasher=google::protobuf::hash<const google::protobuf::Descriptor *>,
4> _Keyeq=std::equal_to<const google::protobuf::Descriptor *>
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(335,1): message : see reference to class template instantiation 'std::_Uset_traits<_Kty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>' being compiled
4> with
4> [
4> _Kty=const google::protobuf::Descriptor *,
4> _Hasher=google::protobuf::hash<const google::protobuf::Descriptor *>,
4> _Keyeq=std::equal_to<const google::protobuf::Descriptor *>,
4> _Alloc=std::allocator<const google::protobuf::Descriptor *>
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(64,30): message : see reference to class template instantiation 'std::_Hash<std::_Uset_traits<_Kty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>' being compiled
4> with
4> [
4> _Kty=const google::protobuf::Descriptor *,
4> _Hasher=google::protobuf::hash<const google::protobuf::Descriptor *>,
4> _Keyeq=std::equal_to<const google::protobuf::Descriptor *>,
4> _Alloc=std::allocator<const google::protobuf::Descriptor *>
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(324,46): message : see reference to class template instantiation 'std::unordered_set<Key,HashFcn,EqualKey,std::allocator<Key>>' being compiled
4> with
4> [
4> Key=const google::protobuf::Descriptor *,
4> HashFcn=google::protobuf::hash<const google::protobuf::Descriptor *>,
4> EqualKey=std::equal_to<const google::protobuf::Descriptor *>
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc(577,31): message : see reference to class template instantiation 'google::protobuf::hash_set<const google::protobuf::Descriptor *,google::protobuf::hash<Key>,std::equal_to<Key>>' being compiled
4> with
4> [
4> Key=const google::protobuf::Descriptor *
4> ]
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor_database.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(122,62): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(145,72): message : see reference to variable template 'const bool _Nothrow_hash<google::protobuf::hash<char const *>,char const *>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(122,62): message : while compiling class template member function 'size_t std::_Uhash_compare<_Kty,_Hasher,_Keyeq>::operator ()<_Kty>(const _Keyty &) noexcept(<expr>) const'
4> with
4> [
4> _Kty=const char *,
4> _Hasher=google::protobuf::hash<const char*>,
4> _Keyeq=google::protobuf::streq,
4> _Keyty=const char *
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(1100,16): message : see reference to variable template 'const bool _Nothrow_hash<std::_Umap_traits<char const *,google::protobuf::Symbol,std::_Uhash_compare<char const *,google::protobuf::hash<char const *>,google::protobuf::streq>,std::allocator<std::pair<char const * const,google::protobuf::Symbol> >,0>,char const *>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(1105,97): message : see reference to function template instantiation 'bool std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Noexcept_heterogeneous_erasure<_Keytype>(void)' being compiled
4> with
4> [
4> _Kty=const char *,
4> _Ty=google::protobuf::Symbol,
4> _Hasher=google::protobuf::hash<const char*>,
4> _Keyeq=google::protobuf::streq,
4> _Alloc=std::allocator<std::pair<const char *const ,google::protobuf::Symbol>>,
4> _Keytype=const char *
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(1138,70): message : while compiling class template member function 'unsigned __int64 std::_Hash<std::_Umap_traits<_Kty,_Ty,std::_Uhash_compare<_Kty,_Hasher,_Keyeq>,_Alloc,false>>::_Erase<const char*>(const _Keytype &) noexcept(<expr>)'
4> with
4> [
4> _Kty=const char *,
4> _Ty=google::protobuf::Symbol,
4> _Hasher=google::protobuf::hash<const char*>,
4> _Keyeq=google::protobuf::streq,
4> _Alloc=std::allocator<std::pair<const char *const ,google::protobuf::Symbol>>,
4> _Keytype=const char *
4> ] (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\duration.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\xhash(122,5): error C2056: illegal expression (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\descriptor.cc)
4>dynamic_message.cc
4>empty.pb.cc
4>extension_set_heavy.cc
4>field_mask.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\empty.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\extension_set_heavy.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\field_mask.pb.cc)
4>generated_message_reflection.cc
4>generated_message_table_driven.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\dynamic_message.cc)
4>tokenizer.cc
4>map_field.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\io\tokenizer.cc)
4>message.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_table_driven.cc)
4>reflection_ops.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\generated_message_reflection.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\map_field.cc)
4>source_context.pb.cc
4>struct.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\message.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\source_context.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>substitute.cc
4>text_format.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\struct.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\reflection_ops.cc)
4>timestamp.pb.cc
4>type.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\stubs\substitute.cc)
4>field_mask_util.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\type.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\text_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\timestamp.pb.cc)
4>datapiece.cc
4>default_value_objectwriter.cc
4>field_mask_utility.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\field_mask_util.cc)
4>json_escaping.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\default_value_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\datapiece.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\field_mask_utility.cc)
4>json_objectwriter.cc
4>json_stream_parser.cc
4>object_writer.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_escaping.cc)
4>proto_writer.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\json_stream_parser.cc)
4>protostream_objectsource.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\object_writer.cc)
4>protostream_objectwriter.cc
4>type_info.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\proto_writer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectsource.cc)
4>utility.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\protostream_objectwriter.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\type_info.cc)
4>json_util.cc
4>message_differencer.cc
4>time_util.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\internal\utility.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\json_util.cc)
4>type_resolver_util.cc
4>wire_format.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\message_differencer.cc)
4>wrappers.pb.cc
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\type_resolver_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\util\time_util.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): message : see reference to class template instantiation 'google::protobuf::hash<google::protobuf::int64>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,22): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(817,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(819,48): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(821,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(823,49): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/map_field.h(825,26): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wire_format.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(241,50): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(242,2): message : see reference to class template instantiation 'google::protobuf::hash<Key>' being compiled (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2039: 'hash_compare': is not a member of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.37.32822\include\unordered_set(24,1): message : see declaration of 'std' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,14): error C2504: 'hash_compare': base class undefined (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(255,42): error C2143: syntax error: missing ',' before '<' (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>C:/Users/penguin/opencv/opencv-4.5.2/3rdparty/protobuf/src\google/protobuf/stubs/hash.h(400,29): error C2064: term does not evaluate to a function taking 1 arguments (compiling source file C:\Users\penguin\opencv\opencv-4.5.2\3rdparty\protobuf\src\google\protobuf\wrappers.pb.cc)
4>Done building project "libprotobuf.vcxproj" -- FAILED.
14>------ Build started: Project: opencv_world, Configuration: Release x64 ------
14>Building NVCC (Device) object modules/world/CMakeFiles/cuda_compile_1.dir/__/core/src/cuda/Release/cuda_compile_1_generated_gpu_mat.cu.obj
14>gpu_mat.cu
14>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include\crt/host_config.h(143): fatal error C1189: #error: -- unsupported Microsoft Visual Studio version! Only the versions between 2013 and 2017 (inclusive) are supported!
14>CMake Error at cuda_compile_1_generated_gpu_mat.cu.obj.Release.cmake:220 (message):
14> Error generating
14> C:/Users/penguin/opencv/build/modules/world/CMakeFiles/cuda_compile_1.dir/__/core/src/cuda/Release/cuda_compile_1_generated_gpu_mat.cu.obj
14>
14>
14>C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(249,5): error MSB8066: Custom build for 'C:\Users\penguin\opencv\opencv-4.5.2\modules\core\src\cuda\gpu_mat.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\core\src\cuda\gpu_mat_nd.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\absdiff_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\absdiff_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\add_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\add_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\add_weighted.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\bitwise_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\bitwise_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\cmp_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\cmp_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\copy_make_border.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\countnonzero.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\div_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\div_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\in_range.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\integral.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\lut.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\math.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\minmax.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\minmax_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\minmaxloc.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\mul_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\mul_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\mul_spectrums.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\norm.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\normalize.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\polar_cart.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\reduce.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\split_merge.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\sub_mat.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\sub_scalar.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\sum.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\threshold.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaarithm\src\cuda\transpose.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_imgproc.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16sc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16sc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16sc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16uc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16uc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.16uc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32fc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32fc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32fc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32sc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32sc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.32sc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.8uc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.8uc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\column_filter.8uc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\filter2d.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\median_filter.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16sc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16sc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16sc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16uc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16uc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.16uc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32fc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32fc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32fc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32sc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32sc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.32sc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.8uc1.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.8uc3.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafilters\src\cuda\row_filter.8uc4.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\bilateral_filter.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\blend.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\build_point_list.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\canny.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\clahe.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\color.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\corners.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\debayer.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\generalized_hough.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\gftt.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\hist.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\hough_circles.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\hough_lines.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\hough_segments.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\match_template.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaimgproc\src\cuda\mean_shift.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudawarping\src\cuda\pyr_down.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudawarping\src\cuda\pyr_up.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudawarping\src\cuda\remap.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudawarping\src\cuda\resize.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudawarping\src\cuda\warp.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_dnn.cpp.rule;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\activation_eltwise.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\activations.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\bias_activation.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\bias_activation_eltwise.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\bias_eltwise_activation.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\concat.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\crop_and_resize.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\detection_output.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\eltwise_activation.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\eltwise_ops.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\fill_copy.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\fp_conversion.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\grid_nms.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\max_unpooling.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\mvn.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\normalize.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\padding.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\permute.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\prior_box.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\region.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\resize.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\roi_pooling.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\scale_shift.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\shortcut.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\dnn\src\cuda\slice.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_features2d.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\hfs\src\cuda\gslic_seg_engine_gpu.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\hfs\src\cuda\magnitude.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_photo.cpp.rule;C:\Users\penguin\opencv\opencv-4.5.2\modules\photo\src\cuda\nlm.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_calib3d.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudacodec\src\cuda\nv12_to_rgb.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudacodec\src\cuda\rgb_to_yv12.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafeatures2d\src\cuda\bf_knnmatch.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafeatures2d\src\cuda\bf_match.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafeatures2d\src\cuda\bf_radius_match.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafeatures2d\src\cuda\fast.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudafeatures2d\src\cuda\orb.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\disparity_bilateral_filter.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\stereobm.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\stereobp.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\stereocsbp.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\stereosgm.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudastereo\src\cuda\util.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_objdetect.cpp.rule;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_rgbd.cpp.rule;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_video.cpp.rule;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_xfeatures2d.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\xfeatures2d\src\cuda\surf.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_ximgproc.cpp.rule;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_bioinspired.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudabgsegm\src\cuda\mog.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudabgsegm\src\cuda\mog2.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\NCV.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\NCVBroxOpticalFlow.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\NCVHaarObjectDetection.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\NCVPyramid.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\NPP_staging.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\bm.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\bm_fast.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\calib3d.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\ccomponetns.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\fgd.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\gmg.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudalegacy\src\cuda\needle_map.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaobjdetect\src\cuda\hog.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaobjdetect\src\cuda\lbp.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_optflow.cpp.rule;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_stitching.cpp.rule;C:\Users\penguin\opencv\opencv-4.5.2\modules\stitching\src\cuda\build_warp_maps.cu;C:\Users\penguin\opencv\opencv-4.5.2\modules\stitching\src\cuda\multiband_blend.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_tracking.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaoptflow\src\cuda\farneback.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaoptflow\src\cuda\nvidiaOpticalFlow.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaoptflow\src\cuda\pyrlk.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\cudaoptflow\src\cuda\tvl1flow.cu;C:\Users\penguin\opencv\build\CMakeFiles\700c9ef5dc3b85b50dab7d3e868d78c4\opencl_kernels_superres.cpp.rule;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\superres\src\cuda\btv_l1_gpu.cu;C:\Users\penguin\opencv\opencv_contrib-4.5.2\modules\videostab\src\cuda\global_motion.cu' exited with code 1.
14>Done building project "opencv_world.vcxproj" -- FAILED.
15>------ Build started: Project: opencv_waldboost_detector, Configuration: Release x64 ------
16>------ Build started: Project: opencv_visualisation, Configuration: Release x64 ------
17>------ Build started: Project: opencv_version_win32, Configuration: Release x64 ------
18>------ Build started: Project: opencv_version, Configuration: Release x64 ------
17>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
16>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
15>LINK : fatal error LNK1181: cannot open input file '..\..\..\..\lib\Release\opencv_world452.lib'
18>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
17>Done building project "opencv_version_win32.vcxproj" -- FAILED.
16>Done building project "opencv_visualisation.vcxproj" -- FAILED.
19>------ Build started: Project: opencv_ts, Configuration: Release x64 ------
15>Done building project "opencv_waldboost_detector.vcxproj" -- FAILED.
18>Done building project "opencv_version.vcxproj" -- FAILED.
20>------ Build started: Project: opencv_model_diagnostics, Configuration: Release x64 ------
21>------ Build started: Project: opencv_interactive-calibration, Configuration: Release x64 ------
22>------ Build started: Project: opencv_img_hash, Configuration: Release x64 ------
20>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
20>Done building project "opencv_model_diagnostics.vcxproj" -- FAILED.
23>------ Build started: Project: opencv_annotation, Configuration: Release x64 ------
21>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
19>ts_gtest.cpp
22>opencv_img_hash_main.cpp
19>ts_perf.cpp
19>ts_tags.cpp
21>Done building project "opencv_interactive-calibration.vcxproj" -- FAILED.
22>average_hash.cpp
22>block_mean_hash.cpp
22>color_moment_hash.cpp
23>opencv_annotation.cpp
22>img_hash_base.cpp
22>marr_hildreth_hash.cpp
22>phash.cpp
22>radial_variance_hash.cpp
23>LINK : fatal error LNK1181: cannot open input file '..\..\lib\Release\opencv_world452.lib'
23>Done building project "opencv_annotation.vcxproj" -- FAILED.
Build has been canceled.
========== Elapsed 12:16 PM ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment