[PyQt] Problem compiling PyQt4 dbus support on openSUSE 10.2

Phil Thompson phil at riverbankcomputing.co.uk
Wed May 30 11:47:51 BST 2007


On Tuesday 29 May 2007 7:09 pm, Detlev Offenbach wrote:
> 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.

Should be fixed in tonight's snapshot. In the meantime you can always use 
the -s flag to configure.py.

Phil


More information about the PyQt mailing list