[PyQt] Problem compiling PyQt4 dbus support on openSUSE 10.2
Detlev Offenbach
detlev at die-offenbachs.de
Tue May 29 19:09:24 BST 2007
Hi,
I updated my openSUSE 10.2 installation to contain dbus-1-python 0.80.1.
However, configure.py cannot find the dbus-python.h file.
The command "pkg-config --cflags-only-I --libs dbus-1" gives this output:
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1
However, the dbus-python.h file can be found in a subdirectory
of /usr/include/dbus-1.0 called dbus. All files in there have include
statements like "#include <dbus/dbus.h>". And here is the problem.
configure.py checks for /usr/include/dbus-1.0/dbus-python.h and dbus.cpp
contains an include statement without the "dbus" prepended.
Hope, you can do something about it.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list