[PyQt] DBus dependancies (Jaunty)
Phil Thompson
phil at riverbankcomputing.com
Fri May 1 15:47:27 BST 2009
On Thu, 23 Apr 2009 08:47:38 -0400, Matthew Smith
<melkor at orangepalantir.org> wrote:
> I was compiling the latest snapshot for PyQt and I noticed dbus was
> being included, so I use the -s option to find dbus.
>
> python configure.py -s /usr/include/dbus-1.0/
>
> The directory with dbus-python.h is actually:
>
> /usr/include/dbus-1.0/dbus/
>
> The next problem I had I think is with the dbus-python.h file itself.
> It requires the header file:
>
> "dbus-arch-deps.h"
...rather than dbus/dbus-arch-deps.h?
> which exists but it is in:
>
> /usr/lib/dbus-1.0/include/dbus/
>
> So I made a symbolic link to the file, everything seemed to compile
> after that.
Does...
pkg-config --cflags-only-I dbus-1
...include /usr/lib/dbus-1.0/include or /usr/lib/dbus-1.0/include/dbus?
Phil
More information about the PyQt
mailing list