<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Richard,<div><br></div><div>sorry for complications, I have added this macro to allow QGIS build on iOS. I can try to compile later, but the error message suggest that the C preprocessor macro "QT_CONFIG" is not defined. on my PC it is defined in header qglobal.h, which should be part of QT core library. So I suspect A) you do not have the header included (so best to include it directly) or B) the header on the machine is old (but that would be strange that you can compile full QGIS) </div><div><br></div><div>Peter</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 20, 2018 at 12:30 PM Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 12/20/18 10:55 AM, Richard Duivenvoorde wrote:<br>
<br>
> Note that a fresh build here on my laptop (Debian Testing) just worked...<br>
> <br>
> Nobody else sees this?<br>
<br>
Tried using make and ninja as build tools, no difference.<br>
<br>
Found this:<br>
<br>
<a href="https://stackoverflow.com/questions/21338385/what-does-the-compiler-error-missing-binary-operator-before-token-mean" rel="noreferrer" target="_blank">https://stackoverflow.com/questions/21338385/what-does-the-compiler-error-missing-binary-operator-before-token-mean</a><br>
<br>
But we do not have a "features.h" in our code...<br>
<br>
This one<br>
<br>
<a href="https://forum.qt.io/topic/27925/solved-qt_deprecated_since-gives-error-missing-binary-operator-before-token-in-qnamespace-h/5" rel="noreferrer" target="_blank">https://forum.qt.io/topic/27925/solved-qt_deprecated_since-gives-error-missing-binary-operator-before-token-in-qnamespace-h/5</a><br>
<br>
is talking about a limits.h<br>
<br>
which we also do not have...<br>
<br>
Tried to remove the if else macro in qgsapplication.cpp<br>
<br>
But then I get other build errors in other files on lines containing:<br>
<br>
#if QT_CONFIG(process)<br>
<br>
After reading<br>
<br>
<a href="https://forum.kde.org/viewtopic.php?f=269&t=128141" rel="noreferrer" target="_blank">https://forum.kde.org/viewtopic.php?f=269&t=128141</a><br>
<br>
I thought that I could miss dependencies, so made sure to have installed<br>
all stuff for stretch from INSTALL.txt<br>
<br>
Still failing...<br>
<br>
Regards,<br>
<br>
Richard<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>