在oracle Linux上安装audacious

来源:互联网 发布:doctype html js报错 编辑:程序博客网 时间:2024/05/30 23:35

audacious 2.2在oracle Linux 或redhat as5.4上不能安装,原因是他使用了gtk_widget_

set_toolti_text函数,但是google过后发现

g_hash_table_get_values => sincle glib 2.14
gtk_widget_
set_tooltip_text => since gtk 2.12

So you just need to update glib and gtk to be able to compile.

I update the ./config check version to check for 2.14 and 2.12 instead of 2.12 and 2.10.

(https://bugs.launchpad.net/homebank/+bug/315071)

而我的系统是2.10.4

只好去http://distfiles.atheme.org/下载2.1,太晚了,明天再装了。

一点小收获:

    查看gtk版本

    rpm -qi gtk2

/configure can't find libmowgli or libmcs, but I know for certain they are installed!

You probably installed to /usr/local. This means that the pkg-configmetadata for those libraries were also installed to /usr/local. Thefollowing code will provide a hint to pkg-config as where it can findthe SDKs for those libraries:

$ export PKG_CONFIG_PATH="/usr/X11R6/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"


It won't let me set up automatic character encoding detection!

You need to compile audacious with --enable-chardet passed to configure.

明天继续。。。

 

 

经过升级glib GTK等一些操作,2.2是装好了,可是右键菜单出不来。更糟糕的是gnome变得不稳定,重启之后有时候可以进入图形界面,有时候有不行,最后干脆不行了。严重郁闷ing。一气之下,换到了ubuntu。