Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-29 Thread Phil Thompson
On Sun, 29 Jan 2012 05:00:44 +0100, Arfrever Frehtes Taifersar Arahesis wrote: > 2012-01-27 11:42:04 Phil Thompson napisał(a): >> Try tonight's PyQt snapshot - completely untested. > > dbus.cpp: In function ‘dbus_bool_t add_watch(DBusWatch*, void*)’: > dbus.cpp:39:14: warning: ‘int dbus_watch_get

Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-28 Thread Scott Kitterman
On Sunday, January 29, 2012 05:00:44 AM Arfrever Frehtes Taifersar Arahesis wrote: > 2012-01-27 11:42:04 Phil Thompson napisał(a): > > Try tonight's PyQt snapshot - completely untested. > > dbus.cpp: In function ‘dbus_bool_t add_watch(DBusWatch*, void*)’: > dbus.cpp:39:14: warning: ‘int dbus_watc

Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-28 Thread Arfrever Frehtes Taifersar Arahesis
2012-01-27 11:42:04 Phil Thompson napisał(a): > Try tonight's PyQt snapshot - completely untested. dbus.cpp: In function ‘dbus_bool_t add_watch(DBusWatch*, void*)’: dbus.cpp:39:14: warning: ‘int dbus_watch_get_fd(DBusWatch*)’ is deprecated (declared at /usr/include/dbus-1.0/dbus/dbus-connection.h

Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-27 Thread Jonathan Riddell
On Fri, Jan 27, 2012 at 07:38:49AM +0100, Arfrever Frehtes Taifersar Arahesis wrote: > dbus-python-1.0.0 was released on 2012-01-24 and introduced support for > Python 3. > > configure.py of PyQt4 needs to be fixed. > iflags is b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1 >

Re: [PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-27 Thread Phil Thompson
On Fri, 27 Jan 2012 07:38:49 +0100, Arfrever Frehtes Taifersar Arahesis wrote: > dbus-python-1.0.0 was released on 2012-01-24 and introduced support for > Python 3. > > configure.py of PyQt4 needs to be fixed. > iflags is b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include > -ldbus-1 -lpthre

[PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-26 Thread Arfrever Frehtes Taifersar Arahesis
dbus-python-1.0.0 was released on 2012-01-24 and introduced support for Python 3. configure.py of PyQt4 needs to be fixed. iflags is b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1 -lpthread -lrt' str(iflags) is "b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-