Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-24 Thread Thiago Macieira
On Tuesday 22 December 2015 12:01:41 Thiago Macieira wrote: > On Monday 21 December 2015 23:43:15 Gunnar Roth wrote: > > Hi Simon. > > The conflict happens in a dozen files in qtbase/src/dbus/ and > > qttools/src/qdbus. > > I can add the #undef to qdbusmessage.h. It has a function called >

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Gunnar Roth
Sorry but 1. -no-dbus is sufficient for me. 2. i am on leave now and will return to work not before Epiphany . Regards, Gunnar > Am 22.12.2015 um 18:07 schrieb Bornemann Joerg > : > > On Monday 21 December

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Thiago Macieira
On Tuesday 22 December 2015 15:07:51 Gunnar Roth wrote: > You tested the code on wince with which dbus component? No. It's untested. The QtDBus parts of the code should have no problem, since they are cross-platform. It's libdbus-1 that needs testing and that's out-of- scope for me. (KDAB did a

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Thiago Macieira
On Monday 21 December 2015 23:43:15 Gunnar Roth wrote: > Hi Simon. > The conflict happens in a dozen files in qtbase/src/dbus/ and > qttools/src/qdbus. I can add the #undef to qdbusmessage.h. It has a function called interface(). -- Thiago Macieira - thiago.macieira (AT) intel.com Software

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Thiago Macieira
On Monday 21 December 2015 21:58:46 Gunnar Roth wrote: > How am I supposed know? It worked without that since 5.2.1. How should > anybody know that now -no-dbus is needed. It's an unfortunate side effect of the configure.exe changes that enable QtDBus on all platforms. The code does work on

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Gunnar Roth
hiago Macieira" <thiago.macie...@intel.com> An: development@qt-project.org Betreff: Re: [Development] wec2013 build fails with qt 5.6 beta in dbus. On Monday 21 December 2015 21:58:46 Gunnar Roth wrote: > How am I supposed know? It worked without that since 5.2.1. How should > anybody

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-22 Thread Bornemann Joerg
On Monday 21 December 2015 21:58:46 Gunnar Roth wrote: > It's an unfortunate side effect of the configure.exe changes that enable > QtDBus > on all platforms. The code does work on Windows CE, but you have to figure out > why windows.h got included when it shouldn't have or tell it to stop >

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-21 Thread Hausmann Simon
17:44 To: development@qt-project.org Subject: [Development] wec2013 build fails with qt 5.6 beta in dbus. Hi, the problem is that dbus is set to runtime instead of no for windows from configure when no dbus support is found. So it is being tried to build it, which fails, mostly due to using

Re: [Development] wec2013 build fails with qt 5.6 beta in dbus.

2015-12-21 Thread Gunnar Roth
December 21, 2015 17:44 > To: development@qt-project.org > Subject: [Development] wec2013 build fails with qt 5.6 beta in dbus. > > Hi, > the problem is that dbus is set to runtime instead of no for windows from > configure when no dbus support is found. So it is being trie