我最近安装了jhbuild。论跑步
jhbuild build gnome-calendar我在构建46/47的第46步,这是与进化数据服务器相关的,在配置过程中,我最终得到了这个错误。
`checking if Google authentication support is enabled... yes
checking for GOOGLE_AUTH... no
configure: error:
Libraries to support Google authentication prompts not found,
or versions not new enough.
If you want to disable Google authentication support,
please append --disable-google-auth to configure.`发布于 2016-03-07 13:31:59
看看configure.ac 代码,看起来您需要webkitgtk-3.0和json-glib-1.0 ( libjson-glib-1.0-0-dev和libjson-glib-dev包)。
https://askubuntu.com/questions/737825
复制相似问题