怎样让banshee支持cue?
时间:2011-09-10
来源:互联网
rhythmbox的./configure 完全没问题,但是到make的时候就出现如下错误:
xsltproc -o rhythmbox-C.omf --stringparam db2omf.basename rhythmbox --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/home/jsntyyl/下载/rhythmbox-0.13.3/help/rhythmbox.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/rhythmbox.xml || { rm -f "rhythmbox-C.omf"; exit 1; }
db2omf: Could not construct the OMF subject element.
Add a subject element to /home/jsntyyl/下载/rhythmbox-0.13.3/help/rhythmbox.omf.in.
make[2]: *** [rhythmbox-C.omf] 错误 1
make[2]:正在离开目录 `/home/jsntyyl/下载/rhythmbox-0.13.3/help'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/jsntyyl/下载/rhythmbox-0.13.3'
make: *** [all] 错误 2
网上说出现粗体的那句话是因为旧版本“gnome-doc-utils”的bug问题,只要在configure的时候--disable-doc就可以了,但是rhythmbox的configure选项没有这一条,只有:
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
--disable-scrollkeeper do not make updates to the scrollkeeper database
于是我在目录下找到configure文件修改了这一条:
--enable-gtk-doc-html build documentation in html format [[default=no(原来是yes)]],
并且我将其对应的判断语句修改成no:
# Check whether --enable-gtk-doc-html was given.
if test "${enable_gtk_doc_html+set}" = set; then :
enableval=$enable_gtk_doc_html;
else
enable_gtk_doc_html=no(原来是yes)
fi
./configure --disable-musicbrainz --disable-mmkeys --disable-scrollkeeper --enable-python --enable-vala --disable-daap --disable-lastfm
重新configure和make,但是还是出现原来的那条错误,不知道那里有问题啊?
xsltproc -o rhythmbox-C.omf --stringparam db2omf.basename rhythmbox --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/home/jsntyyl/下载/rhythmbox-0.13.3/help/rhythmbox.omf.in" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/rhythmbox.xml || { rm -f "rhythmbox-C.omf"; exit 1; }
db2omf: Could not construct the OMF subject element.
Add a subject element to /home/jsntyyl/下载/rhythmbox-0.13.3/help/rhythmbox.omf.in.
make[2]: *** [rhythmbox-C.omf] 错误 1
make[2]:正在离开目录 `/home/jsntyyl/下载/rhythmbox-0.13.3/help'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/jsntyyl/下载/rhythmbox-0.13.3'
make: *** [all] 错误 2
网上说出现粗体的那句话是因为旧版本“gnome-doc-utils”的bug问题,只要在configure的时候--disable-doc就可以了,但是rhythmbox的configure选项没有这一条,只有:
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
--disable-scrollkeeper do not make updates to the scrollkeeper database
于是我在目录下找到configure文件修改了这一条:
--enable-gtk-doc-html build documentation in html format [[default=no(原来是yes)]],
并且我将其对应的判断语句修改成no:
# Check whether --enable-gtk-doc-html was given.
if test "${enable_gtk_doc_html+set}" = set; then :
enableval=$enable_gtk_doc_html;
else
enable_gtk_doc_html=no(原来是yes)
fi
./configure --disable-musicbrainz --disable-mmkeys --disable-scrollkeeper --enable-python --enable-vala --disable-daap --disable-lastfm
重新configure和make,但是还是出现原来的那条错误,不知道那里有问题啊?
作者: jsntyyl 发布时间: 2011-09-10
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28