+ -
当前位置:首页 → 问答吧 → 怎样让banshee支持cue?

怎样让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,但是还是出现原来的那条错误,不知道那里有问题啊?

作者: jsntyyl   发布时间: 2011-09-10

热门下载

更多