编译Gstreamer遇到的问题 autopoint: not found

简介: 编译Gstreamer遇到的问题 autopoint: not found

音视频播放器中有个gstreamer的框架,开源,比较好用最近使用的时候遇到了一些问题


下载源码gstreamer:https://gstreamer.freedesktop.org/src/gstreamer/

解压缩

执行

./autogen.sh –prefix=/home/install –nocheck

fatal: Not a git repository (or any of the parent directories): .git

ln: failed to create symbolic link ‘.git/hooks/pre-commit’: No such file or directory

+ passing argument –prefix=/home/install to configure

+ autotools version check disabled

+ options passed to configure: –prefix=/home/install

+ check for build tools: skipped version checks

patching file po/Makefile.in.in

Hunk #1 succeeded at 15 with fuzz 2 (offset 4 lines).

+ running autopoint –force…

./autogen.sh: 349: ./autogen.sh: autopoint: not found


这个问题主要是因为auto相关的工具没有安装成功,

使用apt-get install 安装就好了

apt-get install autoconf automake libtool autopoint


相关文章
|
iOS开发
Xcode报错解决方法:ld: symbol(s) not found for architecture arm64
Xcode报错解决方法:ld: symbol(s) not found for architecture arm64
2453 0
|
编译器 Go 开发工具
常见问题之Golang——cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%错误
本文主要是对我日常在使用golang时遇到的一些问题与解决方式进行的汇总,在此提供给大家便于排查一些遇到的问题,其中有更好的解决方案可在评论区留言。
947 0
常见问题之Golang——cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%错误
|
2月前
|
编译器 Linux C语言
CMake指定交叉编译指南:从编译器设置到验证 (CMake Cross-compilation Guide: From Compiler Setup to Verification)
CMake指定交叉编译指南:从编译器设置到验证 (CMake Cross-compilation Guide: From Compiler Setup to Verification)
54 0
|
4月前
|
开发工具 git
vs2017下gstreamer编译
vs2017下gstreamer编译
|
6月前
|
Linux
linux运行protoc出现错误 while loading shared libraries: libprotoc.so.19
linux运行protoc出现错误 while loading shared libraries: libprotoc.so.19
|
6月前
|
Shell C++ Windows
[√]尝试使用cmake编译使用vld
[√]尝试使用cmake编译使用vld
42 0
|
开发工具 git
MAC编译OpenJDK8:clang: error: include path for libstdc++ headers not found(独家解决办法)
MAC编译OpenJDK8:clang: error: include path for libstdc++ headers not found(独家解决办法)
103 0
|
11月前
|
机器人 Linux 编译器
替代notepad++,notepad--介绍及插件cmake编译
替代notepad++,notepad--介绍及插件cmake编译
|
Windows
WINDOWS/cygwin编译lame出错:error: ‘_O_BINARY‘ undeclared
WINDOWS/cygwin编译lame出错:error: ‘_O_BINARY‘ undeclared
143 0
|
iOS开发
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
93 0