Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./build_linux.sh ✔
- + : 0
- + : /usr
- + : ''
- + : /usr/include/obs
- ++ grep 'obs-multi-rtmp VERSION' CMakeLists.txt
- + ver='project(obs-multi-rtmp VERSION 0.2.8.0)'
- + ver=($ver)
- + ver='0.2.8.0)'
- + ver=0.2.8.0
- + rm -fr build dist '*.tar.xz'
- + cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTDIR= -DOBS_SRC_DIR=/usr/include/obs -B build .
- -- The C compiler identification is GNU 12.2.0
- -- The CXX compiler identification is GNU 12.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Performing Test HAVE_STDATOMIC
- -- Performing Test HAVE_STDATOMIC - Success
- -- Found WrapAtomic: TRUE
- -- Found OpenGL: /usr/lib/libOpenGL.so
- -- Found WrapOpenGL: TRUE
- -- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.4.1", minimum required is "0.5.0")
- -- Found WrapVulkanHeaders: /usr/include
- CMake Error at CMakeLists.txt:74 (find_package):
- By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
- asked CMake to find a package configuration file provided by "LibObs", but
- CMake did not find one.
- Could not find a package configuration file provided by "LibObs" with any
- of the following names:
- LibObsConfig.cmake
- libobs-config.cmake
- Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
- "LibObs_DIR" to a directory containing one of the above files. If "LibObs"
- provides a separate development package or SDK, be sure it has been
- installed.
- -- Configuring incomplete, errors occurred!
- See also "/run/media/querzion/SLOW/-WIN-10-DESKTOP-BACKUP/STREAMING/OBS SETTINGS Linux/OBS PLUGINS/obs-multi-rtmp-master/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement