can not compile svn-snapshot

Helmut Schaa hschaa at suse.de
Thu Feb 15 10:34:51 CET 2007


Hi Thorsten,

Am Mittwoch, 14. Februar 2007 19:25 schrieb Thorsten Kolb:
<snip>
> checking for D-BUS... checking for pkg-config... /usr/bin/pkg-config
> checking for dbus-1 >= 0.33, hal, libnm-util,
> libnl-1... -----------------------
> CFLAGS:
> LIBS:
> -----------------------
> yes
> checking dbus/connection.h usability... no
> checking dbus/connection.h presence... no
> checking for dbus/connection.h... no
> configure: WARNING: You need D-Bus/Qt3 bindings
<snip>

The problem is the call "checking for dbus-1 >= 0.33, hal, libnm-util, 
libnl-1...". At least one of the requirements is not met but no error message 
is shown. Do you have devel packages for all mentioned packages?

Try to call pkg-config for each requirement to see which is missing:
pkg-config --libs --cflags dbus-1 >= 0.33
pkg-config --libs --cflags hal
pkg-config --libs --cflags libnm-util
pkg-config --libs --cflags libnl-1

I think it would be nice to split the big check into one check per requirement 
and output a error message when a requirement is not met.
Timo, what do you think?

Helmut


More information about the kde-networkmanager mailing list