[QGIS-Developer] build error on: #elif QT_CONFIG(process) ?
Richard Duivenvoorde
rdmailings at duif.net
Thu Dec 20 03:30:21 PST 2018
On 12/20/18 10:55 AM, Richard Duivenvoorde wrote:
> Note that a fresh build here on my laptop (Debian Testing) just worked...
>
> Nobody else sees this?
Tried using make and ninja as build tools, no difference.
Found this:
https://stackoverflow.com/questions/21338385/what-does-the-compiler-error-missing-binary-operator-before-token-mean
But we do not have a "features.h" in our code...
This one
https://forum.qt.io/topic/27925/solved-qt_deprecated_since-gives-error-missing-binary-operator-before-token-in-qnamespace-h/5
is talking about a limits.h
which we also do not have...
Tried to remove the if else macro in qgsapplication.cpp
But then I get other build errors in other files on lines containing:
#if QT_CONFIG(process)
After reading
https://forum.kde.org/viewtopic.php?f=269&t=128141
I thought that I could miss dependencies, so made sure to have installed
all stuff for stretch from INSTALL.txt
Still failing...
Regards,
Richard
More information about the QGIS-Developer
mailing list