Advertisement
BoneFort

Untitled

Nov 8th, 2023 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. CMake Error at libs/opencv/lib/cmake/opencv4/OpenCVModules.cmake:128 (message):
  2.   The imported target "libprotobuf" references the file
  3.  
  4.      "/home/bonefort/googlefolder/Projects/SDI/libs/opencv/lib/opencv4/3rdparty/liblibprotobuf.a"
  5.  
  6.   but this file does not exist.  Possible reasons include:
  7.  
  8.   * The file was deleted, renamed, or moved to another location.
  9.  
  10.   * An install or uninstall procedure did not complete successfully.
  11.  
  12.   * The installation package was faulty and contained
  13.  
  14.      "/home/bonefort/googlefolder/Projects/SDI/libs/opencv/lib/cmake/opencv4/OpenCVModules.cmake"
  15.  
  16.   but not all the files it references.
  17.  
  18. Call Stack (most recent call first):
  19.   libs/opencv/lib/cmake/opencv4/OpenCVConfig.cmake:133 (include)
  20.   CMakeLists.txt:6 (include)
  21.  
  22.  
  23. -- Configuring incomplete, errors occurred!
  24. [bonefort@bonefort-PC build]$ cmake ..
  25. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  26.   Compatibility with CMake < 3.5 will be removed from a future version of
  27.   CMake.
  28.  
  29.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  30.   CMake that the project does not need compatibility with older versions.
  31.  
  32.  
  33. CMake Error at libs/opencv/lib/cmake/opencv4/OpenCVModules.cmake:128 (message):
  34.   The imported target "libprotobuf" references the file
  35.  
  36.      "/home/bonefort/googlefolder/Projects/SDI/libs/opencv/lib/opencv4/3rdparty/liblibprotobuf.a"
  37.  
  38.   but this file does not exist.  Possible reasons include:
  39.  
  40.   * The file was deleted, renamed, or moved to another location.
  41.  
  42.   * An install or uninstall procedure did not complete successfully.
  43.  
  44.   * The installation package was faulty and contained
  45.  
  46.      "/home/bonefort/googlefolder/Projects/SDI/libs/opencv/lib/cmake/opencv4/OpenCVModules.cmake"
  47.  
  48.   but not all the files it references.
  49.  
  50. Call Stack (most recent call first):
  51.   libs/opencv/lib/cmake/opencv4/OpenCVConfig.cmake:133 (include)
  52.   CMakeLists.txt:6 (include)
  53.  
  54.  
  55. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement