<div dir="ltr"><div class="gmail-adn gmail-ads" style="padding-bottom:20px;padding-left:4px;font-size:medium"><div class="gmail-gs" style="margin-left:30px"><div id="gmail-:1qj" class="gmail-ii gmail-gt gmail-adP gmail-adO" style="font-size:12.8px;margin-bottom:0px;margin-left:0px;padding-bottom:5px"><div id="gmail-:1qk" class="gmail-a3s gmail-aXjCH gmail-m15a6e5b8f424080f"><div dir="ltr"><div>Hello,</div><div><br></div>I am trying to compile the 0.28.1 release on Arch Linux.<div><br></div><div>Can anyone point me in the right direction with these errors before I go into a deep dive?</div><div>Looks to me like an issue with bleeding edge build tools, but that's just a guess.</div><div><br></div><div>Does this look familiar to anyone?</div><div><br></div><div><div>loggingserver.cpp: In member function 'virtual void DBLoggerThread::run()':</div><div>loggingserver.cpp:725:36: error: ambiguous overload for 'operator!=' (operand types are 'QCharRef' and 'char')</div><div>             if (item->message()[0] != '\0')</div><div>                 ~~~~~~~~~~~~~~~~~~~^~~~~~~</div><div>In file included from /usr/include/qt/QtCore/<wbr>qobject.h:47:0,</div><div>                 from /usr/include/qt/QtCore/<wbr>qiodevice.h:45,</div><div>                 from /usr/include/qt/QtCore/<wbr>qdatastream.h:44,</div><div>                 from /usr/include/qt/QtGui/qregion.<wbr>h:49,</div><div>                 from /usr/include/qt/QtGui/qevent.<wbr>h:45,</div><div>                 from /usr/include/qt/QtGui/QList:1,</div><div>                 from loggingserver.cpp:5:</div><div>/usr/include/qt/QtCore/<wbr>qstring.h:1639:13: note: candidate: bool operator!=(QChar, const QStringRef&)</div><div> inline bool operator!=(QChar lhs, const QStringRef &rhs) Q_DECL_NOTHROW { return !(lhs == rhs); }</div><div>             ^~~~~~~~</div><div>/usr/include/qt/QtCore/<wbr>qstring.h:1620:13: note: candidate: bool operator!=(QChar, const QString&)</div><div> inline bool operator!=(QChar lhs, const QString &rhs) Q_DECL_NOTHROW { return !(lhs == rhs); }</div><div>             ^~~~~~~~</div><div>In file included from /usr/include/qt/QtCore/<wbr>qstring.h:48:0,</div><div>                 from /usr/include/qt/QtCore/<wbr>qobject.h:47,</div><div>                 from /usr/include/qt/QtCore/<wbr>qiodevice.h:45,</div><div>                 from /usr/include/qt/QtCore/<wbr>qdatastream.h:44,</div><div>                 from /usr/include/qt/QtGui/qregion.<wbr>h:49,</div><div>                 from /usr/include/qt/QtGui/qevent.<wbr>h:45,</div><div>                 from /usr/include/qt/QtGui/QList:1,</div><div>                 from loggingserver.cpp:5:</div><div>/usr/include/qt/QtCore/qchar.<wbr>h:576:30: note: candidate: constexpr bool operator!=(QChar, QChar)</div><div> Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2) Q_DECL_NOTHROW { return !operator==(c1, c2); }</div><div>                              ^~~~~~~~</div></div><div class="gmail-yj6qo"></div></div></div></div><div class="gmail-hi"></div></div><div class="gmail-ajx"></div></div><div class="gmail-gA gmail-gt gmail-acV" style="font-size:12.8px;background-image:initial;background-color:rgb(255,255,255);border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top:none"><div class="gmail-gB gmail-xu"><div class="gmail-ip gmail-iq" style="margin-right:5px;padding-top:8px;padding-right:0px;padding-left:4px;border-top:1px solid rgb(216,216,216)"></div></div></div>
</div>