Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. C:opencvbuildx64mingw>mingw32-make
  2. [ 2%] Built target zlib
  3. [ 5%] Built target libjpeg-turbo
  4. [ 8%] Built target libtiff
  5. [ 15%] Built target libwebp
  6. [ 17%] Built target libjasper
  7. [ 18%] Built target libpng
  8. [ 22%] Built target IlmImf
  9. [ 27%] Built target libprotobuf
  10. [ 27%] Built target quirc
  11. [ 29%] Built target ade
  12. [ 29%] Built target opencv_videoio_plugins
  13. [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.obj
  14. In file included from C:/opencv/sources/modules/core/src/precomp.hpp:49,
  15. from C:opencvbuildx64mingwmodulescoreopencv_core_pch_dephelp.cxx:1:
  16. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:696:14: error: 'recursive_mutex' in namespace 'std' does not name a type
  17. typedef std::recursive_mutex Mutex;
  18. ^~~~~~~~~~~~~~~
  19. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:696:9: note: 'std::recursive_mutex' is defined in header '<mutex>'; did you forget to '#include <mutex>'?
  20. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:62:1:
  21. +#include <mutex>
  22. #endif
  23. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:696:9:
  24. typedef std::recursive_mutex Mutex;
  25. ^~~
  26. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:697:29: error: 'Mutex' is not a member of 'cv'
  27. typedef std::lock_guard<cv::Mutex> AutoLock;
  28. ^~~~~
  29. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:697:29: note: suggested alternative: 'Matx'
  30. typedef std::lock_guard<cv::Mutex> AutoLock;
  31. ^~~~~
  32. Matx
  33. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:697:29: error: 'Mutex' is not a member of 'cv'
  34. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:697:29: note: suggested alternative: 'Matx'
  35. typedef std::lock_guard<cv::Mutex> AutoLock;
  36. ^~~~~
  37. Matx
  38. C:/opencv/sources/modules/core/include/opencv2/core/utility.hpp:697:34: error: template argument 1 is invalid
  39. typedef std::lock_guard<cv::Mutex> AutoLock;
  40. ^
  41. In file included from C:opencvbuildx64mingwmodulescoreopencv_core_pch_dephelp.cxx:1:
  42. C:/opencv/sources/modules/core/src/precomp.hpp:365:5: error: 'Mutex' in namespace 'cv' does not name a type
  43. cv::Mutex& getInitializationMutex();
  44. ^~~~~
  45. C:/opencv/sources/modules/core/src/precomp.hpp:365:1: note: suggested alternative: 'Matx'
  46. cv::Mutex& getInitializationMutex();
  47. ^~
  48. Matx
  49. modulescoreCMakeFilesopencv_core_pch_dephelp.dirbuild.make:62: recipe for target 'modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.obj' failed
  50. mingw32-make[2]: *** [modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.obj] Error 1
  51. CMakeFilesMakefile2:1400: recipe for target 'modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/all' failed
  52. mingw32-make[1]: *** [modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/all] Error 2
  53. Makefile:161: recipe for target 'all' failed
  54. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement