我有一个新安装的Ubuntu 18.04(仿生海狸)。
我收到了cerbero,git://anongit.freedesktop.org/gstreamer/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的帮助。
答案 0 :(得分:1)
看起来这是cerbero头上的一个错误。对Ubuntu 18.04的支持是非常新的。因此,结帐的版本选择不多。我做了这个,
$ git checkout 45bbe8f9
在编译中它进一步发展。