|
xfce4.6出来了,打算自己编译安装。
按照 http://www.xfce.org/documentation/requirements 的要求,预先准备了环境。可是还是遇到了问题。
在configure xfconf时,出错了
-------------------------------------------------
...
checking for dbus-1 >= 1.0.0... not found
*** The required package dbus-1 was not found on your system.
*** Please install dbus-1 (atleast version 1.0.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
-------------------------------------------------
貌似缺少dbus-1,可是按照 http://packages.debian.org/ 的说法,dbus-1是一个虚拟包,已经被dbus代替。我想请大家给出个注意,应该怎样处理这样的问题。谢谢。 |
|