cmake kms-元素 gstreamer-sctp-1.5
cmake kms-elements gstreamer-sctp-1.5
第一个
我从 https://github.com/Kurento/kms-elements
获取 kms 元素的来源
git clone https://github.com/Kurento/kms-elements.git
然后
mkdir build
cd build
cmake ..
结果
包'gstreamer-sctp-1.5'未找到
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
If KurentoHelpers is not found, then it is necessary to install
kms-cmake-utils package from the kurento repository
-- Found KurentoHelpers: 1.3.3~1.g24e0763 (found version "1.3.3~1.g24e0763")
-- Found Git: /usr/bin/git (found version "1.9.1")
If CodeGenerator is not found, then it is necessary to install
kms-core package from the kurento repository
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Found /usr/bin/kurento-module-creator
-- Found /usr/bin/kurento-module-creator
-- Found KurentoModuleCreator: 4.0.8-SNAPSHOT (found version "4.0.8-SNAPSHOT")
-- Resolving KurentoModuleCreator version ^4.0.0 with 4.0.8-SNAPSHOT
-- Version got from git is 6.6.2~2.g7595ce1
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Found Boost COMPONENTS unit_test_framework
-- checking for module 'gstreamer-1.5'
-- found gstreamer-1.5, version 1.8.1.1
-- Resolving gstreamer-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-base-1.5'
-- found gstreamer-base-1.5, version 1.8.1.1
-- Resolving gstreamer-base-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-video-1.5'
-- found gstreamer-video-1.5, version 1.8.1.1
-- Resolving gstreamer-video-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-app-1.5'
-- found gstreamer-app-1.5, version 1.8.1.1
-- Resolving gstreamer-app-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-check-1.5'
-- found gstreamer-check-1.5, version 1.8.1.1
-- Resolving gstreamer-check-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-sdp-1.5'
-- found gstreamer-sdp-1.5, version 1.8.1.1
-- Resolving gstreamer-sdp-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-rtp-1.5'
-- found gstreamer-rtp-1.5, version 1.8.1.1
-- Resolving gstreamer-rtp-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-pbutils-1.5'
-- found gstreamer-pbutils-1.5, version 1.8.1.1
-- Resolving gstreamer-pbutils-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-sctp-1.5'
-- package 'gstreamer-sctp-1.5' not found
CMake Error at /usr/share/cmake-2.8/Modules/GenericFind.cmake:131 (message):
Library gstreamer-sctp-1.5 not found
Call Stack (most recent call first):
CMakeLists.txt:40 (generic_find)
-- Configuring incomplete, errors occurred!
尝试
我安装的 gstreamer。
这是我试过的 gstreamer 库。
libgst7 libgstreamer1.5-dev libgstreamer-plugins-bad1.5-dev
libgstbuzztard0 libgstreamer-interfaces-perl libgstreamer-plugins-base0.10-0
libgstbuzztard-dev libgstreamermm-0.10-2 libgstreamer-plugins-base0.10-dev
libgst-dev libgstreamermm-0.10-dbg libgstreamer-plugins-base1.0-0
libgstreamer0.10-0 libgstreamermm-0.10-dev libgstreamer-plugins-base1.0-dev
libgstreamer0.10-0-dbg libgstreamermm-0.10-doc libgstreamer-plugins-base1.5-0
libgstreamer0.10-cil-dev libgstreamer-ocaml libgstreamer-plugins-base1.5-dev
libgstreamer0.10-dev libgstreamer-ocaml-dev libgstreamer-plugins-good1.0-0
libgstreamer0.9-cil libgstreamer-perl libgstreamer-plugins-good1.0-dev
libgstreamer1.0-0 libgstreamer-plugins-bad0.10-0 libgstreamer-vaapi1.0-0
libgstreamer1.0-0-dbg libgstreamer-plugins-bad0.10-dev libgstreamer-vaapi1.0-dev
libgstreamer1.0-dev libgstreamer-plugins-bad1.0-0 libgstrtspserver-0.10-0
libgstreamer1.5-0 libgstreamer-plugins-bad1.0-dev libgstrtspserver-0.10-dev
libgstreamer1.5-0-dbg libgstreamer-plugins-bad1.5-0
为什么
我该如何继续?
试试这些步骤:
git clone https://github.com/Kurento/usrsctp.git
./bootstrap
./configure
make
sudo make install
您可能需要安装 gtk-doc-tools
sudo apt-get install gtk-doc-tools
第一个
我从 https://github.com/Kurento/kms-elements
获取 kms 元素的来源git clone https://github.com/Kurento/kms-elements.git
然后
mkdir build
cd build
cmake ..
结果
包'gstreamer-sctp-1.5'未找到
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
If KurentoHelpers is not found, then it is necessary to install
kms-cmake-utils package from the kurento repository
-- Found KurentoHelpers: 1.3.3~1.g24e0763 (found version "1.3.3~1.g24e0763")
-- Found Git: /usr/bin/git (found version "1.9.1")
If CodeGenerator is not found, then it is necessary to install
kms-core package from the kurento repository
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Found /usr/bin/kurento-module-creator
-- Found /usr/bin/kurento-module-creator
-- Found KurentoModuleCreator: 4.0.8-SNAPSHOT (found version "4.0.8-SNAPSHOT")
-- Resolving KurentoModuleCreator version ^4.0.0 with 4.0.8-SNAPSHOT
-- Version got from git is 6.6.2~2.g7595ce1
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Found Boost COMPONENTS unit_test_framework
-- checking for module 'gstreamer-1.5'
-- found gstreamer-1.5, version 1.8.1.1
-- Resolving gstreamer-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-base-1.5'
-- found gstreamer-base-1.5, version 1.8.1.1
-- Resolving gstreamer-base-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-video-1.5'
-- found gstreamer-video-1.5, version 1.8.1.1
-- Resolving gstreamer-video-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-app-1.5'
-- found gstreamer-app-1.5, version 1.8.1.1
-- Resolving gstreamer-app-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-check-1.5'
-- found gstreamer-check-1.5, version 1.8.1.1
-- Resolving gstreamer-check-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-sdp-1.5'
-- found gstreamer-sdp-1.5, version 1.8.1.1
-- Resolving gstreamer-sdp-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-rtp-1.5'
-- found gstreamer-rtp-1.5, version 1.8.1.1
-- Resolving gstreamer-rtp-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-pbutils-1.5'
-- found gstreamer-pbutils-1.5, version 1.8.1.1
-- Resolving gstreamer-pbutils-1.5 version ^1.5.0 with 1.8.1.1
-- checking for module 'gstreamer-sctp-1.5'
-- package 'gstreamer-sctp-1.5' not found
CMake Error at /usr/share/cmake-2.8/Modules/GenericFind.cmake:131 (message):
Library gstreamer-sctp-1.5 not found
Call Stack (most recent call first):
CMakeLists.txt:40 (generic_find)
-- Configuring incomplete, errors occurred!
尝试
我安装的 gstreamer。 这是我试过的 gstreamer 库。
libgst7 libgstreamer1.5-dev libgstreamer-plugins-bad1.5-dev
libgstbuzztard0 libgstreamer-interfaces-perl libgstreamer-plugins-base0.10-0
libgstbuzztard-dev libgstreamermm-0.10-2 libgstreamer-plugins-base0.10-dev
libgst-dev libgstreamermm-0.10-dbg libgstreamer-plugins-base1.0-0
libgstreamer0.10-0 libgstreamermm-0.10-dev libgstreamer-plugins-base1.0-dev
libgstreamer0.10-0-dbg libgstreamermm-0.10-doc libgstreamer-plugins-base1.5-0
libgstreamer0.10-cil-dev libgstreamer-ocaml libgstreamer-plugins-base1.5-dev
libgstreamer0.10-dev libgstreamer-ocaml-dev libgstreamer-plugins-good1.0-0
libgstreamer0.9-cil libgstreamer-perl libgstreamer-plugins-good1.0-dev
libgstreamer1.0-0 libgstreamer-plugins-bad0.10-0 libgstreamer-vaapi1.0-0
libgstreamer1.0-0-dbg libgstreamer-plugins-bad0.10-dev libgstreamer-vaapi1.0-dev
libgstreamer1.0-dev libgstreamer-plugins-bad1.0-0 libgstrtspserver-0.10-0
libgstreamer1.5-0 libgstreamer-plugins-bad1.0-dev libgstrtspserver-0.10-dev
libgstreamer1.5-0-dbg libgstreamer-plugins-bad1.5-0
为什么
我该如何继续?
试试这些步骤:
git clone https://github.com/Kurento/usrsctp.git
./bootstrap
./configure
make
sudo make install
您可能需要安装 gtk-doc-tools
sudo apt-get install gtk-doc-tools