【发布时间】:2016-11-11 04:03:44
【问题描述】:
我需要从源代码编译 Gstreamer,但 configure 脚本没有生成所需的 Makefile,即使配置步骤中似乎没有错误。我查看了 config.log 和 configure 的 stdout 输出(我将其重定向到 config.out 文件),但似乎没有指出配置步骤中的任何错误。配置步骤甚至会在完成时打印 configure: error: no。
唯一指向可能错误的是 config.log 文件末尾的 configure: exit 1,但我终生无法想象出了什么事。作为参考,我正在使用 32 位 Ubuntu 14.04 运行 VBox 虚拟机。我还用 config.log 和 config.out 链接了两个 pastebin。我已经尝试了多个版本的 gstreamer,但我都遇到了同样的问题。
作为观察,从 Ubuntu 包安装 gstreamer 不是一个选项,因为我需要专门编译包。
config.log:http://pastebin.com/pSiLtyev
config.out:http://pastebin.com/g5jRPtpg
【问题讨论】:
标签: makefile gstreamer configure