can not compile svn-snapshot

Helmut Schaa hschaa at suse.de
Wed Feb 14 09:24:56 CET 2007


Hi,

Could you please provide the output of
1) pkg-config --libs dbus-1
2) pkg-config --cflags dbus-1

It should look like
1) -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
2) -ldbus-1

Would you mind to post the complete output of configure?

Am Mittwoch, 14. Februar 2007 01:07 schrieb Thorsten Kolb:
> checking for dbus-1 >= 0.33, hal, libnm-util, libnl-1... 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

That part should look like

checking for dbus-1 >= 0.33, hal, libnm-util, libnl-1... yes
checking 
PACKAGE_CFLAGS... -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -I/usr/include/NetworkManager -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
checking 
PACKAGE_LIBS... -L/opt/gnome/lib -lhal -ldbus-1 -lnm-util -lglib-2.0 -lnl
yes
checking dbus/connection.h usability... yes
checking dbus/connection.h presence... yes
checking for dbus/connection.h... yes

As you can see the lines PACKAGE_CFLAGS... and PACKAGE_LIBS... are missing.

Helmut


More information about the kde-networkmanager mailing list