Advertisement
Guest User

stumble

a guest
Feb 18th, 2015
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. pi@raspberrypi /usr/src/obs-studio/build $ sudo cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
  2. -- OBS_VERSION: 0.8.2-16-gee4f844
  3. -- Jansson >=2.5 not found, building bundled version
  4. -- XCB[XCB]: Found component XCB
  5. -- Using libavcodec for image loading in libobs
  6. CMake Error at obs/CMakeLists.txt:68 (find_package):
  7. By not providing "FindQt5X11Extras.cmake" in CMAKE_MODULE_PATH this project
  8. has asked CMake to find a package configuration file provided by
  9. "Qt5X11Extras", but CMake did not find one.
  10.  
  11. Could not find a package configuration file provided by "Qt5X11Extras" with
  12. any of the following names:
  13.  
  14. Qt5X11ExtrasConfig.cmake
  15. qt5x11extras-config.cmake
  16.  
  17. Add the installation prefix of "Qt5X11Extras" to CMAKE_PREFIX_PATH or set
  18. "Qt5X11Extras_DIR" to a directory containing one of the above files. If
  19. "Qt5X11Extras" provides a separate development package or SDK, be sure it
  20. has been installed.
  21.  
  22.  
  23. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement