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

Hausmann Simon Simon.Hausmann at theqtcompany.com
Mon Dec 21 22:22:19 CET 2015


We ran into similar issues in a few places and the established workaround is a carefully placed #undef interface. Would you be able to tell us where the conflict happened or maybe even make a patch? (see qtnetwork for a similar #undef)


Simon

From: Gunnar Roth
Sent: Monday, December 21, 2015 17:44
To: development at 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 'interface' as identifier, which seems to be a define somewhere in the wec2013 headers. I wil add -no-dbus to my configure line.

I assume there is no ci in place for wec2013?

Regards,
Gunnar



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20151221/c583f500/attachment.html>


More information about the Development mailing list