Re: [QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Vincent Habchi
Salut ! > The patch has been added this week according to git blame (maybe a copy/paste) > In the QT issue tracker, they said the issue has been fixed in Qt 5.4.1 only > https://bugreports.qt.io/browse/QTBUG-40449 so we might keep this code. > > I made a PR already in QGIS: https://github.com/qg

Re: [QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Etienne Trimaille
The patch has been added this week according to git blame (maybe a copy/paste) In the QT issue tracker, they said the issue has been fixed in Qt 5.4.1 only https://bugreports.qt.io/browse/QTBUG-40449 so we might keep this code. I made a PR already in QGIS: https://github.com/qgis/QGIS/pull/5822 2

[QGIS-Developer] More errors from OS X 10.13 compiling

2017-12-07 Thread Vincent Habchi
Hey guys, I’m not sure this has been brought up yet, so here it is: The fix #11399 doesn’t seem to work on OS X 10.13 anymore or needs further patching: qgslayoutdesignerdialog.cpp:948:11: error: use of undeclared identifier 'kCFAllocatorDefault' kCFAllocatorDefault, ^ qgslay