Advertisement
Querzion

OBS Multi-Stream Plugin

Nov 11th, 2022
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | Software | 0 0
  1. ./build_linux.sh                           ✔
  2. + : 0
  3. + : /usr
  4. + : ''
  5. + : /usr/include/obs
  6. ++ grep 'obs-multi-rtmp VERSION' CMakeLists.txt
  7. + ver='project(obs-multi-rtmp VERSION 0.2.8.0)'
  8. + ver=($ver)
  9. + ver='0.2.8.0)'
  10. + ver=0.2.8.0
  11. + rm -fr build dist '*.tar.xz'
  12. + cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTDIR= -DOBS_SRC_DIR=/usr/include/obs -B build .
  13. -- The C compiler identification is GNU 12.2.0
  14. -- The CXX compiler identification is GNU 12.2.0
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Check for working C compiler: /usr/bin/cc - skipped
  18. -- Detecting C compile features
  19. -- Detecting C compile features - done
  20. -- Detecting CXX compiler ABI info
  21. -- Detecting CXX compiler ABI info - done
  22. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  26. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  27. -- Found Threads: TRUE
  28. -- Performing Test HAVE_STDATOMIC
  29. -- Performing Test HAVE_STDATOMIC - Success
  30. -- Found WrapAtomic: TRUE
  31. -- Found OpenGL: /usr/lib/libOpenGL.so
  32. -- Found WrapOpenGL: TRUE
  33. -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.4.1", minimum required is "0.5.0")
  34. -- Found WrapVulkanHeaders: /usr/include
  35. CMake Error at CMakeLists.txt:74 (find_package):
  36.   By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
  37.   asked CMake to find a package configuration file provided by "LibObs", but
  38.   CMake did not find one.
  39.  
  40.   Could not find a package configuration file provided by "LibObs" with any
  41.   of the following names:
  42.  
  43.     LibObsConfig.cmake
  44.     libobs-config.cmake
  45.  
  46.   Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
  47.   "LibObs_DIR" to a directory containing one of the above files.  If "LibObs"
  48.   provides a separate development package or SDK, be sure it has been
  49.   installed.
  50.  
  51.  
  52. -- Configuring incomplete, errors occurred!
  53. See also "/run/media/querzion/SLOW/-WIN-10-DESKTOP-BACKUP/STREAMING/OBS SETTINGS Linux/OBS PLUGINS/obs-multi-rtmp-master/build/CMakeFiles/CMakeOutput.log".
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement