Page 1 of 1

Bug in 0.9.8a (dbus detection)?

Posted: 05 Dec 2008 18:02
by jnojr
I'm trying to build 0.9.8a on a CentOS 5.2 host. I get:

checking for DBUS... configure: error: Couldn't find DBus >= 1.0.0, install libdbus-dev ?

But:

[root@vlc ~]# rpm -qa | grep dbus
dbus-glib-0.70-5
dbus-devel-1.0.0-7.el5
dbus-1.0.0-7.el5
dbus-python-0.70-7.el5

Re: Bug in 0.9.8a (dbus detection)?

Posted: 05 Dec 2008 18:07
by Jean-Baptiste Kempf
Read config.log

Re: Bug in 0.9.8a (dbus detection)?

Posted: 05 Dec 2008 18:24
by jnojr
Read config.log
[root@vlc vlc-0.9.8a]# grep dbus config.log
configure:31043: error: Couldn't find DBus >= 1.0.0, install libdbus-dev ?
LTLIBdbus=''
[root@vlc vlc-0.9.8a]# grep DBUS config.log
configure:30979: checking for DBUS
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
DBUS_CFLAGS=''
DBUS_LIBS=''

Manually looking around those areas didn't turn anything up, either.

Re: Bug in 0.9.8a (dbus detection)?

Posted: 05 Dec 2008 21:34
by Jean-Baptiste Kempf
Before?