Guest User

Untitled

a guest
Jun 11th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. aa@duh:/obs-studio/build$ sudo cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_3770_linux64" ..
  2. [sudo] password for aa:
  3. -- OBS_VERSION: 25.0.7-194-g05c9ddd2
  4. CMake Warning at CMakeLists.txt:229 (find_package):
  5. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  6. has asked CMake to find a package configuration file provided by
  7. "Qt5Widgets", but CMake did not find one.
  8.  
  9. Could not find a package configuration file provided by "Qt5Widgets" with
  10. any of the following names:
  11.  
  12. Qt5WidgetsConfig.cmake
  13. qt5widgets-config.cmake
  14.  
  15. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  16. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  17. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  18. been installed.
  19.  
  20.  
  21. -- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
  22. CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  23. Could NOT find FFmpeg (missing: FFMPEG_AVCODEC_LIBRARIES
  24. FFMPEG_AVCODEC_INCLUDE_DIRS avcodec avdevice avutil avformat)
  25. Call Stack (most recent call first):
  26. /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  27. cmake/Modules/FindFFmpeg.cmake:151 (find_package_handle_standard_args)
  28. deps/media-playback/CMakeLists.txt:3 (find_package)
  29.  
  30.  
  31. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  32. Please set them or make sure they are set and tested correctly in the CMake files:
  33. /obs-studio/deps/glad/OPENGL_INCLUDE_DIR
  34. used as include directory in directory /obs-studio/deps/glad
  35. /obs-studio/deps/glad/X11_X11_INCLUDE_PATH
  36. used as include directory in directory /obs-studio/deps/glad
  37. OPENGL_gl_LIBRARY (ADVANCED)
  38. linked by target "glad" in directory /obs-studio/deps/glad
  39. X11_X11_LIB (ADVANCED)
  40. linked by target "glad" in directory /obs-studio/deps/glad
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. See also "/obs-studio/build/CMakeFiles/CMakeOutput.log".
  44. See also "/obs-studio/build/CMakeFiles/CMakeError.log".
Add Comment
Please, Sign In to add comment