0

我有一个新安装的 Ubuntu 18.04(仿生海狸)。

我从 git://anongit.freedesktop.org/gstreamer/cerbero 得到了 cerbero

$ ./cerbero-uninstalled bootstrap
...
$ ./cerbero-uninstalled package gsteamer-1.0
...
configure: error: 
*** GLib requires a 64 bit type. You might want to consider
*** using the GNU C compiler.

Recipe 'glib' failed at the build step 'configure'

我很想解决这个问题。我会接受一个指针来获得 cerbero 的帮助。

4

1 回答 1

1

看起来这是 cerbero 的一个错误。对 Ubuntu 18.04 的支持是非常新的。因此,要结帐的版本选择不多。我做了这个,

$ git checkout 45bbe8f9

它在编译中走得更远。

于 2018-05-18T20:06:09.497 回答