Code Monkey home page Code Monkey logo

homebrew-qgisdev's Introduction

THIS REPO IS ARCHIVED

“The code and processes described in this repository have been superseded by the OSGEO4MAC project.

Detailed instructions for setting up a development environment on your macOS machine are now provided in the QGIS Install Documentation (which is currently in need of updating).

Please contribute your macOS build process improvements there.”

Homebrew-qgisdev

Build Status

Formulae for macOS Homebrew package manager to aid in building the development branch of QGIS.

How do I install these formulae?

brew install qgis/qgisdev/<formula>

Or brew tap qgis/qgisdev and then brew install <formula>.

Or install via URL (which will not receive updates):

brew install https://raw.githubusercontent.com/qgis/homebrew-qgisdev/master/Formula/<formula>.rb

There may be formulae in this tap that conflict with (meant to override) formulae of the same name available in other or core Homebrew/Homebrew-* taps. You can prioritize the formulae in this tap over all others with:

brew tap-pin qgis/qgisdev

Homebrew documentation

brew help, man brew or check Homebrew's documentation.

Formulae naming convention

Formulae have specific suffix naming:

  • *-dev formulae are meant for developers/testers doing local builds
  • *-travis formulae are meant for QGIS project automated Travis CI testing
  • no suffix dependency formulae, for QGIS dev builds, not found in other taps

Developing QGIS using Homebrew dependencies

See: tutorial in development/README.md

homebrew-qgisdev's People

Contributors

3nids avatar brncsk avatar dakcarto avatar gustry avatar kant avatar m-kuhn avatar nextstopsun avatar rduivenvoorde avatar timlinux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-qgisdev's Issues

Brew reinstall fails

Hi @dakcarto

Testing with your updates from today, I can't brew reinstall as suggested:

[timlinux@sandstone ~/dev/cpp/QGIS-CLion-Build]$ brew install --only-dependencies qgis3-dev
==> Installing qgis3-dev from qgis/qgisdev
qgis3-dev: Unsatisfied dependency: httplib2
Homebrew does not provide special Python3 dependencies; install with:
  `pip3 install httplib2`

You may need to: `brew install python3`

qgis3-dev: Unsatisfied dependency: pygments
Homebrew does not provide special Python3 dependencies; install with:
  `pip3 install pygments`

You may need to: `brew install python3`

qgis3-dev: Unsatisfied dependency: jinja2
Homebrew does not provide special Python3 dependencies; install with:
  `pip3 install jinja2`

You may need to: `brew install python3`

qgis3-dev: Unsatisfied dependency: owslib
Homebrew does not provide special Python3 dependencies; install with:
  `pip3 install owslib`

You may need to: `brew install python3`

Error: Unsatisfied requirements failed this build.

Note that python3 is installed:

[timlinux@sandstone ~/dev/cpp/QGIS-CLion-Build]$ brew list | grep python3
python3

See also #22

Error: homebrew/science was deprecated

The installation via brew install qgis/qgisdev/qgis3-de gives me the following error after some warnings about python und python3 deprecations.

Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.

The warnings gives information who should be notified whereas the error don't.

Can someone explain or solve the issue please?

Build fails with Python-3.7 pip 10 due to ninja?

I was following the instructions provided here by @fjperini and the build fails. The error I get is

ninja: build stopped: subcommand failed.

I tried installing ninja using pip3 before installing qgis but that failed too, so I imagine it may be related to this?

ImportError: No module named site

I can't get the homebrew Formula to work anymore... I have the impression that the move of homebrew formulas from "python3" to "python" and "python" to "python@2" coincided with the build breaking, but I'm not sure.

Last 15 lines from /Users/admin/Library/Logs/Homebrew/qgis3-dev/03.cmake:

[4521/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__core_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart0.cpp.o -MF python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart0.cpp.o.d -o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart0.cpp.o -c python/core/sip_corepart0.cpp
[4522/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__gui_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib -F/usr/local/opt/qwt/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart0.cpp.o -MF python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart0.cpp.o.d -o python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart0.cpp.o -c python/gui/sip_guipart0.cpp
[4523/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__core_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart1.cpp.o -MF python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart1.cpp.o.d -o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart1.cpp.o -c python/core/sip_corepart1.cpp
[4524/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__core_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart3.cpp.o -MF python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart3.cpp.o.d -o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart3.cpp.o -c python/core/sip_corepart3.cpp
[4525/4564] cd /tmp/qgis3-dev-20180306-47449-5b4370/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E make_directory /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/analysis && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy /tmp/qgis3-dev-20180306-47449-5b4370/python/analysis/__init__.py /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/analysis
[4526/4564] : && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG  -bundle -Wl,-headerpad_max_install_names -Qunused-arguments -F/Library/Frameworks  -undefined dynamic_lookup -o output/python/qgis/_core.so python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart0.cpp.o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart1.cpp.o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart2.cpp.o python/CMakeFiles/python_module_qgis__core.dir/core/sip_corepart3.cpp.o -F/usr/local/opt/qca/lib  -L/tmp/qgis3-dev-20180306-47449-5b4370/build/src/core  -L/tmp/qgis3-dev-20180306-47449-5b4370/build/src/gui -Wl,-rpath,/tmp/qgis3-dev-20180306-47449-5b4370/build/src/core -Wl,-rpath,/tmp/qgis3-dev-20180306-47449-5b4370/build/src/gui output/lib/qgis_core.framework/Versions/3.1/qgis_core output/lib/qgis_native.framework/Versions/3.1/qgis_native -framework ApplicationServices -framework CoreFoundation -framework IOKit -framework AppKit /usr/local/lib/libtasn1.dylib /usr/local/opt/qt/lib/QtXml.framework/QtXml /usr/local/opt/qt/lib/QtSvg.framework/QtSvg /usr/local/opt/qt/lib/QtPrintSupport.framework/QtPrintSupport /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/QtWebKitWidgets /usr/local/opt/qt/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/QtWebKit /usr/local/opt/qt/lib/QtGui.framework/QtGui /usr/local/opt/qt/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt/lib/QtSql.framework/QtSql /usr/local/opt/qt/lib/QtConcurrent.framework/QtConcurrent -framework qca-qt5 /usr/local/lib/libqt5keychain.dylib /usr/local/opt/proj/lib/libproj.dylib /usr/local/opt/geos/lib/libgeos_c.dylib /usr/local/opt/gdal2/lib/libgdal.dylib /usr/local/opt/spatialindex/lib/libspatialindex.dylib /usr/local/opt/expat/lib/libexpat.dylib /usr/local/opt/sqlite/lib/libsqlite3.dylib /usr/local/opt/libspatialite/lib/libspatialite.dylib /usr/local/opt/libzip/lib/libzip.dylib /usr/local/opt/qt/lib/QtPositioning.framework/QtPositioning /usr/local/opt/qt/lib/QtCore.framework/QtCore && :
[4527/4564] cd /tmp/qgis3-dev-20180306-47449-5b4370/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E make_directory /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/core && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy /tmp/qgis3-dev-20180306-47449-5b4370/python/core/__init__.py /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/core && cd /tmp/qgis3-dev-20180306-47449-5b4370/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E make_directory /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/core && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy /tmp/qgis3-dev-20180306-47449-5b4370/python/core/contextmanagers.py /tmp/qgis3-dev-20180306-47449-5b4370/build/output/python/qgis/core
[4528/4564] cd /tmp/qgis3-dev-20180306-47449-5b4370/build/python/plugins/db_manager && /usr/local/bin/pyrcc5 -o /tmp/qgis3-dev-20180306-47449-5b4370/build/python/plugins/db_manager/resources_rc.py /tmp/qgis3-dev-20180306-47449-5b4370/python/plugins/db_manager/resources.qrc
FAILED: python/plugins/db_manager/resources_rc.py 
cd /tmp/qgis3-dev-20180306-47449-5b4370/build/python/plugins/db_manager && /usr/local/bin/pyrcc5 -o /tmp/qgis3-dev-20180306-47449-5b4370/build/python/plugins/db_manager/resources_rc.py /tmp/qgis3-dev-20180306-47449-5b4370/python/plugins/db_manager/resources.qrc
ImportError: No module named site
[4529/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__gui_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib -F/usr/local/opt/qwt/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart1.cpp.o -MF python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart1.cpp.o.d -o python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart1.cpp.o -c python/gui/sip_guipart1.cpp
[4530/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__gui_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib -F/usr/local/opt/qwt/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart2.cpp.o -MF python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart2.cpp.o.d -o python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart2.cpp.o -c python/gui/sip_guipart2.cpp
[4531/4564] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -Dprotected=public -Dpython_module_qgis__gui_EXPORTS -Isrc/analysis/openstreetmap -Isrc/analysis/interpolation -Isrc/analysis/network -Isrc/analysis/raster -Isrc/analysis/vector -Isrc/analysis/processing -I../python/../src/analysis/openstreetmap -I../python/../src/analysis/interpolation -I../python/../src/analysis/network -I../python/../src/analysis/raster -I../python/../src/analysis/vector -I../python/../src/analysis/processing -I. -isystem /usr/local/Frameworks/Python.framework/Versions/3.6/Headers -isystem /usr/local/Cellar/sip/4.19.8/include -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/geos/include -isystem /usr/local/opt/qwt/lib/qwt.framework/Headers -isystem ../external/qextserialport -isystem /usr/local/opt/qca/lib/qca-qt5.framework/Headers -isystem /usr/local/include/qt5keychain -isystem /usr/local/opt/sqlite/include -isystem /usr/local/opt/qscintilla2/include -I../src/core -I../src/core/3d -I../src/core/annotations -I../src/core/auth -I../src/core/expression -I../src/core/pal -I../src/core/diagram -I../src/core/effects -I../src/core/fieldformatter -I../src/core/dxf -I../src/core/geometry -I../src/core/geocms -I../src/core/geocms/geonode -I../src/core/gps -I../src/core/layertree -I../src/core/layout -I../src/core/locator -I../src/core/metadata -I../src/core/processing -I../src/core/processing/models -I../src/core/providers -I../src/core/providers/memory -I../src/core/raster -I../src/core/scalebar -I../src/core/symbology -I../src/plugins -Isrc/core -Isrc/ui -Isrc/analysis -I../src/gui -I../src/gui/symbology -I../src/gui/raster -I../src/gui/attributetable -I../src/gui/auth -I../src/gui/editorwidgets -I../src/gui/editorwidgets/core -I../src/gui/effects -I../src/gui/layertree -I../src/gui/layout -I../src/gui/locator -I../src/gui/processing -Isrc/gui -I../python/../src/server -Isrc/server -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG -fPIC -fvisibility=default   -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -w -Wno-deprecated-declarations -F/usr/local/opt/qca/lib -F/usr/local/opt/qwt/lib  -fPIC -std=gnu++11 -MD -MT python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart3.cpp.o -MF python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart3.cpp.o.d -o python/CMakeFiles/python_module_qgis__gui.dir/gui/sip_guipart3.cpp.o -c python/gui/sip_guipart3.cpp
ninja: build stopped: subcommand failed.

Any idea what's going on?

Import error-- image not found

Macbook Pro:~ myMacbook$ brew install qgis3-dev --with-3d --no-sandbox
==> Installing qgis3-dev from qgis/qgisdev
==> Cloning https://github.com/qgis/QGIS.git
Updating /Users/myMacbook/Library/Caches/Homebrew/qgis3-dev--git
==> Checking out branch master
==> /usr/local/bin/pip3 install --user future psycopg2 python-dateutil httplib2 pytz six nose2 pygments jinja2 pyyaml requests owslib
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/qgis3-dev/2.99 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIN
==> cmake --build . --target all -- -j 4
Last 15 lines from /Users/myMacbook/Library/Logs/Homebrew/qgis3-dev/03.cmake:
[4647/4668] cd /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/python/plugins/db_manager && /tmp/qgis3-dev-20180224-29201-1gqx9ok/scripts/pyuic-wrapper.sh /usr/local/bin/pyuic5 /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/lib /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/python /usr/local/bin/python3 /tmp/qgis3-dev-20180224-29201-1gqx9ok/python/plugins/db_manager/ui/DlgAddGeometryColumn.ui -o /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/python/plugins/db_manager/ui_DlgAddGeometryColumn.py
FAILED: python/plugins/db_manager/ui_DlgAddGeometryColumn.py 
cd /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/python/plugins/db_manager && /tmp/qgis3-dev-20180224-29201-1gqx9ok/scripts/pyuic-wrapper.sh /usr/local/bin/pyuic5 /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/lib /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/python /usr/local/bin/python3 /tmp/qgis3-dev-20180224-29201-1gqx9ok/python/plugins/db_manager/ui/DlgAddGeometryColumn.ui -o /tmp/qgis3-dev-20180224-29201-1gqx9ok/build/python/plugins/db_manager/ui_DlgAddGeometryColumn.py
Traceback (most recent call last):
  File "/tmp/qgis3-dev-20180224-29201-1gqx9ok/scripts/pyuic-wrapper.py", line 26, in <module>
    import qgis.PyQt.uic.pyuic
  File "/tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/python/qgis/__init__.py", line 72, in <module>
    from qgis.core import QgsFeature, QgsGeometry
  File "/tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/python/qgis/core/__init__.py", line 34, in <module>
    from qgis._core import *
ImportError: dlopen(/tmp/qgis3-dev-20180224-29201-1gqx9ok/build/output/python/qgis/_core.so, 2): Library not loaded: /usr/local/opt/json-c/lib/libjson-c.2.dylib
  Referenced from: /usr/local/opt/gdal2/lib/libgdal.20.dylib
  Reason: image not found
[4648/4668] cd /tmp/qgis3-dev-20180224-29201-1gqx9ok/build && /usr/local/Cellar/cmake/3.10.2/bin/cmake -P /tmp/qgis3-dev-20180224-29201-1gqx9ok/cmake/QsciAPI.cmake
ninja: build stopped: subcommand failed.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/qgis/homebrew-qgisdev/issues

These open issues may also help:
Python 3.6.0 upgrade breaks existing qgis3-dev https://github.com/qgis/homebrew-qgisdev/issues/11

gdal2 installation fails

I'm following the 'Configure/build/install QGIS in a Terminal.app session' instructions. A week ago, the setup worked fine on another Mac. Now I tried to replicate the setup on this MacBook (macOS Sierra 10.12.6) and I keep getting an error at the gdal2 installation, see below. I retried after uninstalling all Homebrew packages, with the same result.

$ brew install osgeo/osgeo4mac/gdal2 --with-complete --with-libkml
==> Installing gdal2 from osgeo/osgeo4mac
==> Installing dependencies for osgeo/osgeo4mac/gdal2: gmp, mpfr, libmpc, isl, gcc, libpng, jpeg, giflib, libtiff, proj, libgeotiff, geos, pcre, freexl, libxml2, json-c, liblwgeom, libspatialite, osgeo/osgeo4mac/libkml-dev, szip, hdf5, netcdf, jasper, webp, cfitsio, popt, epsilon, libdap, little-cms2, openjpeg, unixodbc, xerces-c, freetype, fontconfig, pixman, gettext, libffi, glib, cairo, python, gobject-introspection, poppler
==> Installing osgeo/osgeo4mac/gdal2 dependency: gmp

.....

🍺  /usr/local/Cellar/poppler/0.57.0_1: 478 files, 22.6MB
==> Installing osgeo/osgeo4mac/gdal2 --with-complete --with-libkml
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading http://download.osgeo.org/gdal/2.2.1/gdal-2.2.1.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gdal2/2.2.1_1 --mandir=/usr/local/Cellar/gdal2/2.2.1_1/share/man --with-local
==> make
Last 15 lines from /Users/ralf/Library/Logs/Homebrew/gdal2/02.make:
libtool: compile:  clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_CURL -c minidriver_arcgis_server.cpp -o ../o/minidriver_arcgis_server.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough  -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include  -DGDAL_COMPILATION -DHAVE_CURL  -c -o ../o/minidriver_iip.lo minidriver_iip.cpp
libtool: compile:  clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_CURL -c minidriver_iip.cpp  -fno-common -DPIC -o ../o/.libs/minidriver_iip.o
libtool: compile:  clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -I../../port Huffman.cpp -o ../../o/Huffman.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough  -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include  -DGDAL_COMPILATION -DHAVE_CURL  -c -o ../o/minidriver_mrf.lo minidriver_mrf.cpp
libtool: compile:  clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_CURL -c minidriver_mrf.cpp  -fno-common -DPIC -o ../o/.libs/minidriver_mrf.o
libtool: compile:  clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_CURL -c minidriver_iip.cpp -o ../o/minidriver_iip.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough  -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include  -DGDAL_COMPILATION -c -I../../port RLE.cpp -o ../../o/RLE.lo
libtool: compile:  clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -I../../port RLE.cpp  -fno-common -DPIC -o ../../o/.libs/RLE.o
/bin/sh /private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/libtool --mode=compile --tag=CXX clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough  -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include  -DGDAL_COMPILATION -c -I../../port Lerc2.cpp -o ../../o/Lerc2.lo
libtool: compile:  clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -I../../port Lerc2.cpp  -fno-common -DPIC -o ../../o/.libs/Lerc2.o
libtool: compile:  clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -I../../port RLE.cpp -o ../../o/RLE.o >/dev/null 2>&1
libtool: compile:  clang++ -std=gnu++11 -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -c -I../../port Lerc2.cpp -o ../../o/Lerc2.o >/dev/null 2>&1
libtool: compile:  clang++ -std=gnu++11 -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gcore -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/alg -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/ogr/ogrsf_frmts -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/gnm -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/apps -arch x86_64 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2 -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wimplicit-fallthrough -DGNM_ENABLED -I/usr/local/Cellar/gdal2/2.2.1_1/include -I/private/tmp/gdal2-20170825-49264-oawjuo/gdal-2.2.1/port -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/Cellar/netcdf/4.4.1.1_6/include -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr/local -I/usr/local/include -I/usr -I/usr/include -DGDAL_COMPILATION -DHAVE_CURL -c minidriver_mrf.cpp -o ../o/minidriver_mrf.o >/dev/null 2>&1
make: *** [frmts-target] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/osgeo/homebrew-osgeo4mac/issues

These open issues may also help:
gdal2 fails to configure https://github.com/OSGeo/homebrew-osgeo4mac/issues/260
gdal2 compilation failure https://github.com/OSGeo/homebrew-osgeo4mac/issues/257
Failed to build gdal2 with common flags https://github.com/OSGeo/homebrew-osgeo4mac/issues/245
brew install osgeo/osgeo4mac/gdal2-mrsid fails https://github.com/OSGeo/homebrew-osgeo4mac/issues/250
Using osgeo4mac's gdal2 with homebrew core's postgis https://github.com/OSGeo/homebrew-osgeo4mac/issues/185
gdal1-mrsid and gdal2-mrsid fails to build https://github.com/OSGeo/homebrew-osgeo4mac/issues/213

libzip in qgis master

There is a new dependency in QGIS master about libzip, this is what I had to do:

brew install libzip
ln -vs /usr/local/opt/libzip/lib/libzip/include/zipconf.h /usr/local/include

CMAKE configuration

LIBZIP_INCLUDE_DIR= /usr/local/opt/libzip/lib/libzip/include
LIBZIP_LIBRARY= /usr/local/lib/libzip.dylib

Most icons not displayed in program menu

There aren't really any icons in QGIS program menu. In my case only "Project properties" and "Raster calculator" icons are displayed.
screen shot 2016-12-10 at 13 59 16

Most menu icons are displayed as png, so they look pixelated on retina HiDPI display.
screen shot 2016-12-10 at 14 00 22

But in some cases (Project properties window) svg icons are displayed.
screen shot 2016-12-10 at 13 59 54

I guess it's just a minor bug with paths to SVG icons.

Building python gui bindings fails

An extract from the local terminal. I'm not sure if the messages show the error which is responsible for failing.

cd /tmp/qgis3-dev-20161201-31440-ndvdr6/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/qgis3-dev-20161201-31440-ndvdr6 /tmp/qgis3-dev-20161201-31440-ndvdr6/tests/src/gui /tmp/qgis3-dev-20161201-31440-ndvdr6/build /tmp/qgis3-dev-20161201-31440-ndvdr6/build/tests/src/gui /tmp/qgis3-dev-20161201-31440-ndvdr6/build/tests/src/gui/CMakeFiles/qgis_keyvaluewidgettest.dir/DependInfo.cmake --color=
Scanning dependencies of target qgis_keyvaluewidgettest
sip: /usr/local/share/sip/Qt5/QtWidgets/qabstractbutton.sip:24: The struct/class has already been defined
make[2]: *** [python/gui/sip_guipart0.cpp] Error 1
make[2]: *** Deleting file `python/gui/sip_guipart0.cpp'
make[1]: *** [python/CMakeFiles/python_module_qgis__gui.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Full gist-logs (which interestingly don't contain the sip messages which can be seen above):
https://gist.github.com/m-kuhn/084432a587e7048f48ec9d86036e887c

Startup fails with exception

Hi @dakcarto

So I updated with your new dependencies provided today. I get a crash on startup.

src/core/qgsnetworkaccessmanager.cpp: 164: (setFallbackProxyAndExcludes) [11ms] proxy settings: (type:DefaultProxy host: :0, user:, password:not set
src/core/qgsnetworkaccessmanager.cpp: 381: (setupDefaultProxyAndCache) [3ms] cacheDirectory: /Users/timlinux/.qgis3/cache/
src/core/qgsnetworkaccessmanager.cpp: 382: (setupDefaultProxyAndCache) [0ms] maximumCacheSize: 0
2017-03-15 07:24:39.832 QGIS[95829:12850174] *** Assertion failure in -[NSBitmapImageRep initWithCGImage:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.81.100/AppKit.subproj/NSBitmapImageRep.m:1296
src/core/qgsapplication.cpp: 324: (notify) [643ms] Caught unhandled unknown exception
2017-03-15 07:24:41.211 QGIS[95829:12850174] *** Assertion failure in -[NSBitmapImageRep initWithCGImage:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.81.100/AppKit.subproj/NSBitmapImageRep.m:1296
src/core/qgsapplication.cpp: 324: (notify) [1380ms] Caught unhandled unknown exception
src/core/qgsruntimeprofiler.cpp: 47: (end) [987ms] PROFILE: qgisapp/startup/Setting up UI - 3.01
src/core/qgsruntimeprofiler.cpp: 47: (end) [22ms] PROFILE: qgisapp/startup/Checking database - 0.022
src/core/auth/qgsauthmanager.cpp: 106: (init) [5ms] Initializing QCA...
src/core/auth/qgsauthmanager.cpp: 109: (init) [0ms] QCA initialized.

failed install due to missing matplotlib

brew install qgis/qgisdev/qgis3-dev
Updating Homebrew...
==> Installing qgis3-dev from qgis/qgisdev
Error: No available formula with the name "matplotlib" (dependency of qgis/qgisdev/qgis3-dev)

Any hint?

QT5.9 (without webkit) breaking build

Homebrew core has moved to QT 5.9.0
This seems to be breaking the build again.

I can work around by installing QT 5.9.0 from source with brew install qt --with-qtwebkit

cd /tmp/qgis3-dev-20170613-34472-em5akx/build/python/plugins/db_manager && /tmp/qgis3-dev-20170613-34472-em5akx/scripts/pyuic-wrapper.sh /usr/local/bin/pyuic5 /tmp/qgis3-dev-20170613-34472-em5akx/build/output/lib /tmp/qgis3-dev-20170613-34472-em5akx/build/output/python /usr/local/bin/python3 /tmp/qgis3-dev-20170613-34472-em5akx/python/plugins/db_manager/ui/DlgAddGeometryColumn.ui -o /tmp/qgis3-dev-20170613-34472-em5akx/build/python/plugins/db_manager/ui_DlgAddGeometryColumn.py
Traceback (most recent call last):
  File "/tmp/qgis3-dev-20170613-34472-em5akx/scripts/pyuic-wrapper.py", line 26, in <module>
    import qgis.PyQt.uic.pyuic
  File "/tmp/qgis3-dev-20170613-34472-em5akx/build/output/python/qgis/__init__.py", line 72, in <module>
    from qgis.core import QgsFeature, QgsGeometry
  File "/tmp/qgis3-dev-20170613-34472-em5akx/build/output/python/qgis/core/__init__.py", line 34, in <module>
    from qgis._core import *
ImportError: dlopen(/tmp/qgis3-dev-20170613-34472-em5akx/build/output/python/qgis/_core.so, 2): Symbol not found: __ZN15QQuickFlickable11contentItemEv
  Referenced from: /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Versions/5/QtWebKit
  Expected in: /usr/local/opt/qt5/lib/QtQuick.framework/Versions/5/QtQuick
 in /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Versions/5/QtWebKit

Character range error when attempting to install QGIS Dev via Homebrew

See warning, the character range [?-] is ambiguous in a case-insensitive scanner errors:

M06131-0HV29:~ myUserName$ brew install qgis3-dev --with-3d --no-sandbox
==> Installing qgis3-dev from qgis/qgisdev
==> Cloning https://github.com/qgis/QGIS.git
Updating /Users/myUserName/Library/Caches/Homebrew/qgis3-dev--git
==> Checking out branch master
==> /usr/local/bin/pip3 install --user future psycopg2 python-dateutil httplib2 pytz six nose2 pygments jinj
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFI
==> cmake --build . --target all -- -j 4
Last 15 lines from /Users/myUserName/Library/Logs/Homebrew/qgis3-dev/03.cmake:
[325/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/attributetable/qgsgenericfeatureselectionmanager.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgsgenericfeatureselectionmanager.h
[326/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/attributetable/qgsvectorlayerselectionmanager.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgsvectorlayerselectionmanager.h
[327/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/attributetable/qgsorganizetablecolumnsdialog.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgsorganizetablecolumnsdialog.h
[328/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/effects/qgseffectdrawmodecombobox.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgseffectdrawmodecombobox.h
[329/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/effects/qgseffectstackpropertieswidget.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgseffectstackpropertieswidget.h
[330/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/effects/qgspainteffectpropertieswidget.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgspainteffectpropertieswidget.h
[331/4820] : && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -isystem /usr/local/Cellar/grass7/7.2.2/grass-base/include -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -O2 -g -DNDEBUG  -dynamiclib -Wl,-headerpad_max_install_names -Qunused-arguments -F/Library/Frameworks   -Qunused-arguments -F/Library/Frameworks  -compatibility_version 2.99.0 -current_version 2.99.0 -o output/lib/qgis_native.framework/Versions/2.99/qgis_native -install_name /tmp/qgis3-dev-20180220-21112-e62psm/build/output/lib/qgis_native.framework/Versions/2.99/qgis_native src/native/CMakeFiles/qgis_native.dir/qgsnative.cpp.o src/native/CMakeFiles/qgis_native.dir/mac/cocoainitializer.mm.o src/native/CMakeFiles/qgis_native.dir/mac/qgsmacnative.mm.o -L/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core  -L/tmp/qgis3-dev-20180220-21112-e62psm/build/src/gui -framework ApplicationServices -framework CoreFoundation -framework IOKit -framework AppKit && :
[332/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/effects/qgspainteffectwidget.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgspainteffectwidget.h
[333/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/editorwidgets/core/qgseditorconfigwidget.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgseditorconfigwidget.h
[334/4820] cd /tmp/qgis3-dev-20180220-21112-e62psm/build/src/core && /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionparser.yy
FAILED: src/core/qgsexpressionparser.cpp 
cd /tmp/qgis3-dev-20180220-21112-e62psm/build/src/core && /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionparser.yy
/bin/sh: line 1: 22412 Illegal instruction: 4  /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionparser.yy
[335/4820] /usr/local/Cellar/cmake/3.10.2/bin/cmake -E copy ../src/gui/editorwidgets/core/qgseditorwidgetregistry.h output/lib/qgis_gui.framework/Versions/2.99/Headers/qgseditorwidgetregistry.h
[336/4820] cd /tmp/qgis3-dev-20180220-21112-e62psm/build/src/core && /usr/local/opt/flex/bin/flex -o/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core/flex_qgsexpressionlexer.cpp /tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:209: warning, the character range [?-] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:209: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:211: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:211: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:213: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:213: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:215: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgsexpressionlexer.ll:215: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
[337/4820] cd /tmp/qgis3-dev-20180220-21112-e62psm/build/src/core && /usr/local/opt/flex/bin/flex -o/tmp/qgis3-dev-20180220-21112-e62psm/build/src/core/flex_qgssqlstatementlexer.cpp /tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgssqlstatementlexer.ll
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgssqlstatementlexer.ll:168: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgssqlstatementlexer.ll:189: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180220-21112-e62psm/src/core/qgssqlstatementlexer.ll:189: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
ninja: build stopped: subcommand failed.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/qgis/homebrew-qgisdev/issues

These open issues may also help:
Python 3.6.0 upgrade breaks existing qgis3-dev https://github.com/qgis/homebrew-qgisdev/issues/11

includes lead to using GDAL 1.11

../src/core/qgsgml.cpp:883:9: error: use of undeclared identifier 'OGR_G_ExportToIsoWkb'; did you mean 'OGR_G_ExportToWkb'?
OGR_G_ExportToIsoWkb( hGeom, wkbNDR, pabyBuffer );
^~~~~~~~~~~~~~~~~~~~
OGR_G_ExportToWkb
/usr/local/include/ogr_api.h:102:16: note: 'OGR_G_ExportToWkb' declared here
OGRErr CPL_DLL OGR_G_ExportToWkb( OGRGeometryH, OGRwkbByteOrder, unsigned char*)

I think there is an issue with includes with latest master of QGIS.
When runnong qgis-cmake-setup.sh and build.
/usr/local/include/ogr_api.h points to GDAL 1.11 while GDAL 2 is correctly setup in cmake.

Error with python in cmake

I'm getting an error when install qgis3-dev:

==> cmake --build . --target all -- -j 8
Last 15 lines from /Volumes/Suevia/Users/jesus/Library/Logs/Homebrew/qgis3-dev/03.cmake:

  • your version of PyQt (5.10)
  • the UI file that caused this error
  • the debug output of pyuic5 (use the -d flag when calling pyuic5)
    [4651/4666] cd /tmp/qgis3-dev-20180201-52098-1511x4a/build/python/plugins/db_manager && /tmp/qgis3-dev-20180201-52098-1511x4a/scripts/pyuic-wrapper.sh /usr/local/bin/pyuic5 /tmp/qgis3-dev-20180201-52098-1511x4a/build/output/lib /tmp/qgis3-dev-20180201-52098-1511x4a/build/output/python /usr/local/bin/python3 /tmp/qgis3-dev-20180201-52098-1511x4a/python/plugins/db_manager/ui/DlgFieldProperties.ui -o /tmp/qgis3-dev-20180201-52098-1511x4a/build/python/plugins/db_manager/ui_DlgFieldProperties.py
    FAILED: python/plugins/db_manager/ui_DlgFieldProperties.py
    cd /tmp/qgis3-dev-20180201-52098-1511x4a/build/python/plugins/db_manager && /tmp/qgis3-dev-20180201-52098-1511x4a/scripts/pyuic-wrapper.sh /usr/local/bin/pyuic5 /tmp/qgis3-dev-20180201-52098-1511x4a/build/output/lib /tmp/qgis3-dev-20180201-52098-1511x4a/build/output/python /usr/local/bin/python3 /tmp/qgis3-dev-20180201-52098-1511x4a/python/plugins/db_manager/ui/DlgFieldProperties.ui -o /tmp/qgis3-dev-20180201-52098-1511x4a/build/python/plugins/db_manager/ui_DlgFieldProperties.py
    An unexpected error occurred.

Any idea? Thx

Python 3.6.0 upgrade breaks existing qgis3-dev

Recent Homebrew python3 upgrade from 3.5.x to 3.6.0 causes several issues, fix with:

  • Make sure to brew update prior to doing any of this
  • Associated site-packages for 3.6 is totally new, so lacks previously installed Python packages. Fix: reinstall with pip3 install future psycopg2 numpy matplotlib pyparsing mock nose2 PyYAML, etc. (see brew info qgis3-dev and brew info gdal2-python). You can reference your 3.5 site-packages, possibly using PYTHONPATH=$(brew --prefix)/lib/python3.5/site-packages pip3 freeze
  • Reinstall or upgrade dependencies that were optionally built using --with-python3, e.g. brew upgrade gdal2-python and brew reinstall sip --with-python3. Note: brew upgrade gdal2-python command ignores the numpy requirement, so use pip3 to reinstall that first.

You may see issues with other formulae, since there appears to be an issue with def install always setting PYTHONPATH=<2.7 site-packages> and PYTHONHOME=, though I have not pinned down the problem.

QGIS not running in HiDPI by default on Retina display

A good reason to try out qgis3-dev is to get HiDPI support on OS X. I guess that wasn't possible for QT4-based versions, but ok for Qt5.
Could be great to have QGIS built with HiDPI enabled by default on retina displays.
Or maybe this should it be a configuration checkbox.

Meanwhile, how do I enable it manually?

QGIS 3 is built without 3D support

I don't know the specifics, but I think there's a flag when building QGIS where you can enable or disable the 3D viewer.

Is there any chance we can switch this on?

Support for tabs in main window

I noticed that support for tabs is not consistent. After installation of qgis3-dev, table view was opening as a new tab in main window. However when I dragged table from tab to new window, then all new table views are opening as a new window (not tab in main window). In addition it's impossible to force qgis to open new table views as tabs, closing/opening app doesn't fix it.

It would be nice to have option to choose default option to open new table views as a tab or window and possibility to switch that mode for opened table.

qt webkit doesn't build

I am not very familiar with this...any idea?

Rouzauds-MacBook-Pro:~ denis$ brew install qgis3-dev
==> Installing qgis3-dev from qgis/qgisdev
==> Installing dependencies for qgis/qgisdev/qgis3-dev: osgeo/osgeo4mac/qt5-webkit, sip, pyqt5, qca, qscintilla2, qwt, qwtpolar, gsl, sqlite, expat, proj, postgresql, libpng, libtiff, lzlib, libgeotiff, geos, libxml2, liblwgeom, libspatialite, osgeo/osgeo4mac/gdal2, swig, gdal2, osgeo/osgeo4mac/gdal2-python
==> Installing qgis/qgisdev/qgis3-dev dependency: osgeo/osgeo4mac/qt5-webkit
==> Downloading https://download.qt.io/community_releases/5.7/5.7.0/qtwebkit-opensource-src-5.7.0.tar.gz
Already downloaded: /Users/denis/Library/Caches/Homebrew/qt5-webkit-5.7.0.tar.gz
==> /usr/local/opt/qt5/bin/qmake ../WebKit.pro -config release -spec macx-clang
==> make
Last 15 lines from /Users/denis/Library/Logs/Homebrew/qt5-webkit/02.make:
In file included from /private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/runtime/JSNotAnObject.cpp:33:
In file included from /private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/runtime/Operations.h:28:
In file included from /private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/runtime/JSFunctionInlines.h:29:
In file included from /private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/runtime/Executable.h:39:
In file included from /private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/parser/SourceCode.h:32:
/private/tmp/qt5-webkit-20170125-6927-1soov8r/qtwebkit-opensource-src-5.7.0/Source/JavaScriptCore/parser/SourceProvider.h:58:18: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
            if (!this) // Be defensive in release mode.
                ~^~~~
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
make[1]: *** [sub-Target-pri-make_first-ordered] Error 2
make: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/osgeo/homebrew-osgeo4mac/issues

Can't launch QGIS Dev

Hi,

Since a few days/weeks, I can't launch QGIS Dev. I can compile without any problem, but I can't launch it.
QGIS is freezing on this step :
screen shot 2017-02-22 at 22 44 40

etienne@:~/dev/c/QGIS/build/output/bin/QGIS.app/Contents/MacOS (master) $ ./qgis
objc[7535]: Class RunLoopModeTracker is implemented in both /usr/local/opt/[email protected]/lib/QtCore.framework/Versions/5/QtCore (0x114c59df0) and /usr/local/opt/qt5/lib/QtCore.framework/Versions/5/QtCore (0x112d18e30). One of the two will be used. Which one is undefined.
objc[7535]: Class NotificationReceiver is implemented in both /usr/local/opt/[email protected]/lib/QtWidgets.framework/Versions/5/QtWidgets (0x1140bfef0) and /usr/local/opt/qt5/lib/QtWidgets.framework/Versions/5/QtWidgets (0x110e900a0). One of the two will be used. Which one is undefined.
objc[7535]: Class QCocoaPageLayoutDelegate is implemented in both /usr/local/opt/[email protected]/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x113b78eb0) and /usr/local/opt/qt5/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x110992ed0). One of the two will be used. Which one is undefined.
objc[7535]: Class QCocoaPrintPanelDelegate is implemented in both /usr/local/opt/[email protected]/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x113b78f00) and /usr/local/opt/qt5/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport (0x110992f20). One of the two will be used. Which one is undefined.
src/app/main.cpp: 462: (main) [1ms] Mac RLIMIT_NOFILE Soft/Hard NEW: 10240 / 10240
src/app/main.cpp: 467: (main) [0ms] Mac RLIMIT_NOFILE Soft/Hard ORIG: 256 / 9223372036854775807
src/app/main.cpp: 471: (main) [0ms] Starting qgis main
Running from build directory!
- source directory: /Users/etienne/dev/c/QGIS
- output directory of the build: /Users/etienne/dev/c/QGIS/build/output
src/app/qgscustomization.cpp: 943: (loadDefault) [228ms] Status path = /Customization/status
src/app/qgscustomization.cpp: 944: (loadDefault) [0ms] status = 0
src/app/qgscustomization.cpp: 952: (loadDefault) [0ms] Default customization not found in /Users/etienne/dev/c/QGIS/resources/customization.ini
src/core/qgsfontutils.cpp: 261: (loadStandardTestFonts) [432ms] Test font 'QGIS Vera Sans Bold' loaded from filesystem [/Users/etienne/dev/c/QGIS/tests/testdata/font/QGIS-Vera/QGIS-VeraBd.ttf]
src/core/qgsfontutils.cpp: 263: (loadStandardTestFonts) [11ms] font families in 0: QGIS Vera Sans
src/core/qgsfontutils.cpp: 261: (loadStandardTestFonts) [2ms] Test font 'QGIS Vera Sans Roman' loaded from filesystem [/Users/etienne/dev/c/QGIS/tests/testdata/font/QGIS-Vera/QGIS-Vera.ttf]
src/core/qgsfontutils.cpp: 263: (loadStandardTestFonts) [13ms] font families in 1: QGIS Vera Sans
src/app/main.cpp: 1038: (main) [2ms] Adding Mac QGIS and Qt plugins dirs to search path: /usr/local/Cellar/qt5/5.8.0_1/plugins
src/core/qgsapplication.cpp: 1507: (setMaxThreads) [54ms] maxThreads: -1
src/core/qgsapplication.cpp: 1523: (setMaxThreads) [0ms] set QThreadPool max thread count to 8
src/core/qgsnetworkaccessmanager.cpp: 162: (setFallbackProxyAndExcludes) [7ms] proxy settings: (type:DefaultProxy host: :0, user:, password:not set
src/core/qgsnetworkaccessmanager.cpp: 379: (setupDefaultProxyAndCache) [0ms] cacheDirectory: /Users/etienne/.qgis3/cache/
src/core/qgsnetworkaccessmanager.cpp: 380: (setupDefaultProxyAndCache) [0ms] maximumCacheSize: 52428800
2017-02-22 22:43:42.166 qgis[7535:3354003] *** Assertion failure in -[NSBitmapImageRep initWithCGImage:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.81.100/AppKit.subproj/NSBitmapImageRep.m:1296
src/core/qgsapplication.cpp: 323: (notify) [218ms] Caught unhandled unknown exception

Any hin how to fix this ?
Thanks

cannot build on mac high sierra (bison illegal instruction)

I can't manage to successfully build QGIS in High Sierra
I have tried a few time, respecting what's in the README, with or without running qgis-cmake-setup.sh

Here is the error:

/bin/sh: line 1: 90458 Illegal instruction: 4 /usr/local/opt/bison/bin/bison -o/Users/denis/opt/qgis/build-QGIS-Qt5/src/core/qgssqlstatementparser.cpp -d -v -t /Users/denis/opt/qgis/QGIS/src/core/qgssqlstatementparser.yy

Does it speak to you?
Cheers,
Denis

Compiled against GDAL 1.11.5, running against 2.1.2

Thanks a lot for this repository, very nice to compile QGIS on mac now !

I just noticed this on my build :
screen shot 2016-12-14 at 12 21 19
Sorry, I don't know if it's related to the formula or to my environment.
I checked in my ccmake, it's using gdal2 only.
Is-it normal or should I fix something on my build ?

Etienne

Problem installing qgis3-dev

I'm trying to install qgis3-dev but the following error came up:

Philipes-MacBook-Pro:~ philipeborba$ brew install qgis3-dev
==> Installing qgis3-dev from qgis/qgisdev
==> Cloning https://github.com/qgis/QGIS.git
Updating /Users/philipeborba/Library/Caches/Homebrew/qgis3-dev--git
==> Checking out branch master
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-D
==> cmake --build . --target all -- -j 4
Last 15 lines from /Users/philipeborba/Library/Logs/Homebrew/qgis3-dev/02.cmake:
/usr/local/opt/qt/lib/QtCore.framework/Headers/qstring.h:117:51: error: expected ';' at end of declaration list
inline bool operator<=(const QString &s) const Q_DECL_NOTHROW;
^
/usr/local/opt/qt/lib/QtCore.framework/Headers/qstring.h:145:9: error: unknown type name 'QTypedArrayData'
typedef QTypedArrayData QStringData;
^
/usr/local/opt/qt/lib/QtCore.framework/Headers/qstring.h:145:24: error: expected unqualified-id
typedef QTypedArrayData QStringData;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[4074/4418] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -DCOLORSCHEMES_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/color-schemes" -DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H -DHAVE_UTMPX -DKB_LAYOUT_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/kb-layouts" -DQGISDEBUG=1 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -D_UTMPX_COMPAT -Dgrassplugin7_EXPORTS -I. -I../src/plugins -I../src/app -I../src/core -I../src/core/expression -I../src/core/geometry -I../src/core/metadata -I../src/core/layertree -I../src/core/raster -I../src/core/symbology -I../src/gui -I../src/gui/editorwidgets -I../src/gui/symbology -I../src/gui/layertree -I../src/providers/grass -Isrc/core -Isrc/gui -Isrc/ui -Isrc/app -Isrc/plugins/grass -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/proj/include -isystem /usr/local/opt/geos/include -isystem /usr/local/Cellar/postgresql/9.6.5/include -isystem ../src/plugins/grass/qtermwidget -I/usr/local/opt/grass7/grass-base/include -Isrc/plugins/grass/7 -Isrc/providers/grass/7 -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -isystem /usr/local/Cellar/grass7/7.2.1/grass-base/include -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -F/usr/local/opt/qwt/lib -F/usr/local/opt/qwtpolar/lib -F/usr/local/opt/qca/lib -DGRASS_BASE="/usr/local/opt/grass7/grass-base" -I/usr/local/opt/gettext/include -fPIC -std=gnu++11 -MD -MT src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrassaddfeature.cpp.o -MF src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrassaddfeature.cpp.o.d -o src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrassaddfeature.cpp.o -c ../src/plugins/grass/qgsgrassaddfeature.cpp
[4075/4418] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -DCOLORSCHEMES_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/color-schemes" -DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H -DHAVE_UTMPX -DKB_LAYOUT_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/kb-layouts" -DQGISDEBUG=1 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -D_UTMPX_COMPAT -Dgrassplugin7_EXPORTS -I. -I../src/plugins -I../src/app -I../src/core -I../src/core/expression -I../src/core/geometry -I../src/core/metadata -I../src/core/layertree -I../src/core/raster -I../src/core/symbology -I../src/gui -I../src/gui/editorwidgets -I../src/gui/symbology -I../src/gui/layertree -I../src/providers/grass -Isrc/core -Isrc/gui -Isrc/ui -Isrc/app -Isrc/plugins/grass -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/proj/include -isystem /usr/local/opt/geos/include -isystem /usr/local/Cellar/postgresql/9.6.5/include -isystem ../src/plugins/grass/qtermwidget -I/usr/local/opt/grass7/grass-base/include -Isrc/plugins/grass/7 -Isrc/providers/grass/7 -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -isystem /usr/local/Cellar/grass7/7.2.1/grass-base/include -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -F/usr/local/opt/qwt/lib -F/usr/local/opt/qwtpolar/lib -F/usr/local/opt/qca/lib -DGRASS_BASE="/usr/local/opt/grass7/grass-base" -I/usr/local/opt/gettext/include -fPIC -std=gnu++11 -MD -MT src/plugins/grass/7/CMakeFiles/grassplugin7.dir/
/qgsgrasseditrenderer.cpp.o -MF src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrasseditrenderer.cpp.o.d -o src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrasseditrenderer.cpp.o -c ../src/plugins/grass/qgsgrasseditrenderer.cpp
[4076/4418] /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -DCOLORSCHEMES_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/color-schemes" -DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H -DHAVE_UTMPX -DKB_LAYOUT_DIR="/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/grass/qtermwidget/kb-layouts" -DQGISDEBUG=1 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WEBKIT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DWITH_BINDINGS -DWITH_QTWEBKIT -D_UTMPX_COMPAT -Dgrassplugin7_EXPORTS -I. -I../src/plugins -I../src/app -I../src/core -I../src/core/expression -I../src/core/geometry -I../src/core/metadata -I../src/core/layertree -I../src/core/raster -I../src/core/symbology -I../src/gui -I../src/gui/editorwidgets -I../src/gui/symbology -I../src/gui/layertree -I../src/providers/grass -Isrc/core -Isrc/gui -Isrc/ui -Isrc/app -Isrc/plugins/grass -isystem /usr/local/opt/gdal2/include -isystem /usr/local/opt/proj/include -isystem /usr/local/opt/geos/include -isystem /usr/local/Cellar/postgresql/9.6.5/include -isystem ../src/plugins/grass/qtermwidget -I/usr/local/opt/grass7/grass-base/include -Isrc/plugins/grass/7 -Isrc/providers/grass/7 -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /usr/local/opt/qt/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtPrintSupport.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -iframework /usr/local/opt/qt5-webkit/lib -isystem /usr/local/opt/qt5-webkit/lib/QtWebKit.framework/Headers -isystem /usr/local/opt/qt5-webkit/lib/QtWebKitWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtSql.framework/Headers -isystem /usr/local/opt/qt/lib/QtPositioning.framework/Headers -isystem /usr/local/opt/qt/include -isystem /usr/local/opt/qt/include/QtUiTools -isystem /usr/local/Cellar/grass7/7.2.1/grass-base/include -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -F/usr/local/opt/qwt/lib -F/usr/local/opt/qwtpolar/lib -F/usr/local/opt/qca/lib -DGRASS_BASE="/usr/local/opt/grass7/grass-base" -I/usr/local/opt/gettext/include -fPIC -std=gnu++11 -MD -MT src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrassplugin.cpp.o -MF src/plugins/grass/7/CMakeFiles/grassplugin7.dir//qgsgrassplugin.cpp.o.d -o src/plugins/grass/7/CMakeFiles/grassplugin7.dir/__/qgsgrassplugin.cpp.o -c ../src/plugins/grass/qgsgrassplugin.cpp
ninja: build stopped: subcommand failed.

Thanks in advance for your help!

cannot locate libqgis_core and libqgis_gui

I cannot find the libraries core and gui installed anywhere.

ls /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/lib/

libqgis_app.2.99.0.dylib
libqgis_server.2.99.0.dylib
libqgispython.2.99.0.dylib
qgis
libqgis_app.dylib
libqgis_server.dylib
libqgispython.dylib

It's the same if manually built or in 2.18 package.
I tried to play with QGIS_MACAPP_BUNDLE without success.

Is this because of static linking?

Qt5UiPlugin error

Sorry I am a complete newbie and not familiar with homebrew. I've done a fresh qgisdev installation. An error message appears during installation of the qgis3-dev package:

The installation package was faulty and contained
"/usr/local/opt/qt5/lib/cmake/Qt5UiPlugin/Qt5UiPluginConfig.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/local/opt/qt5/lib/cmake/Qt5UiPlugin/Qt5UiPluginConfig.cmake:33 (_qt5_UiPlugin_check_file_exists)
src/customwidgets/CMakeLists.txt:5 (FIND_PACKAGE)

What is wrong and how can I fix the error?

Regards Burghardt

Setting the correct python at build time

Hi

I am trying to get master to compile against home-brew deps . The Compile goes along ok using this:

#!/bin/bash
unset PYTHONPATH
SOURCE=/Users/timlinux/dev/cpp/QGIS
BUILD_DIR=$SOURCE/build-debug-master
BUILD_SCRIPTS=$(brew --repository qgis/qgisdev)/scripts
$BUILD_SCRIPTS/qgis-dev-build.sh $BUILD_DIR

But when it starts trying to build sip bindings for python I get lots of errors like this:

     You should `unset PYTHONPATH` to fix this.
[27/416] Building /Users/timlinux/dev/cpp/QGIS/build-deb...L.html from /Users/timlinux/dev/cpp/QGIS/doc/INSTALL.t2
FAILED: doc/INSTALL.html 
cd /Users/timlinux/dev/cpp/QGIS/build-debug-master/doc && /usr/local/bin/txt2tags --encoding=utf-8 -o/Users/timlinux/dev/cpp/QGIS/build-debug-master/doc/INSTALL.html -t html /Users/timlinux/dev/cpp/QGIS/doc/INSTALL.t2t
Your PYTHONPATH points to a site-packages dir for Python 3.x but you are running Python 2.x!
     PYTHONPATH is currently: "/usr/local/opt/gdal2-python/lib/python3.5/site-packages:/usr/local/lib/python3.5/site-packages:"
     You should `unset PYTHONPATH` to fix this.
[28/416] Building /Users/timlinux/dev/cpp/QGIS/build-deb...NSTALL from /Users/timlinux/dev/cpp/QGIS/doc/INSTALL.t2
FAILED: doc/INSTALL 
cd /Users/timlinux/dev/cpp/QGIS/build-debug-master/doc && /usr/local/bin/txt2tags -o/Users/timlinux/dev/cpp/QGIS/build-debug-master/doc/INSTALL -t txt /Users/timlinux/dev/cpp/QGIS/doc/INSTALL.t2t
Your PYTHONPATH points to a site-packages dir for Python 3.x but you are running Python 2.x!
     PYTHONPATH is currently: "/usr/local/opt/gdal2-python/lib/python3.5/site-packages:/usr/local/lib/python3.5/site-packages:"
     You should `unset PYTHONPATH` to fix this.
[29/416] cd /Users/timlinux/dev/cpp/QGIS/build-debug-mas...linux/dev/cpp/QGIS/build-debug-master/output/bin/crssyn
Running from build directory!
- source directory: /Users/timlinux/dev/cpp/QGIS
- output directory of the build: /Users/timlinux/dev/cpp/QGIS/build-debug-master/output
Synchronizing CRS database with GDAL/PROJ definitions.
Only 0 columns

Can you share some tips on how to ensure that the correct python libs are being used to build the python bindings? Thanks!

Use 'depends_on "python3"' instead.

Warning: Calling 'depends_on :python3' is deprecated!
Use 'depends_on "python3"' instead.
/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb:69:in `class:Qgis3Dev'
Please report this to the qgis/qgisdev tap!

Cmake errors installing on mac os 10.13.1

I have had several goes at running brew install --no-sandbox qgis/qgisdev/qgis3-dev. First try gave an error for giflib because its components were already installed in /usr/local/bin. The install continued and terminated without any other errors until it had installed gdal. It did not download and install QGIS.

I ran the install again and it updated brew (probably not relevant) and then installed python-gdal and started on QGIS itself but died during make:

`==> Checking out branch master
==> /usr/local/bin/pip3 install --user future psycopg2 python-dateutil httplib2 pytz six nose2 pygments jinja2 pyyaml requ
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/C
Last 15 lines from /Users/rful011/Library/Logs/Homebrew/qgis3-dev/02.cmake:
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
used as include directory in directory /tmp/qgis3-dev-20171212-26875-96y6za/python
QTKEYCHAIN_LIBRARY
linked by target "qgis_core" in directory /tmp/qgis3-dev-20171212-26875-96y6za/src/core

-- Configuring incomplete, errors occurred!
See also "/tmp/qgis3-dev-20171212-26875-96y6za/build/CMakeFiles/CMakeOutput.log".
.....
macMini:QGIS3.0 rful011$ less /tmp/qgis3-dev-20171212-26875-96y6za/build/CMakeFiles/CMakeOutput.log
/tmp/qgis3-dev-20171212-26875-96y6za/build/CMakeFiles/CMakeOutput.log: No such file or directory
`
It looks like brew helpfully removes the build directory :(

Is this related to the python 3.6 issue or something else?

QGIS3 Install Failed on Matplotlib Dependency

brew install qgis/qgisdev/qgis3-dev

Error: No available formula with the name "homebrew/science/matplotlib" (dependency of qgis/qgisdev/qgis3-dev)

==> Searching for a previously deleted formula (in the last month)...

homebrew/science/matplotlib was deleted from homebrew/science in commit 224eed91:
   Deprecate Homebrew/homebrew-science (https://github.com/Homebrew/homebrew-science/issues/6616)

Problem when building qgis3-dev

I tried to install qgis3-dev using homebrew but I have problem. Something stops building qgis3-dev and there is error: ninja: build stopped: subcommand failed.

I'm totally beginner with terminal and homebrew, so I don't have any idea where is a problem.

I attache txt file with all text/command from terminal.
building qgis3-dev.txt

'brew tap' fails if osgeo/osgeo4mac not tapped

Tapping the repository fails if osgeo/osgeo4mac is not already tapped.
I think the issue is this line:
if build.with?("grass") || Formula["grass7"].opt_prefix.exist?

This appears to be a race condition where the check on the formula is evaluated before the dependency checks leading to a syntax error before osgeo/osgeo4mac can be tapped.

If I remove Formula["grass7"].opt_prefix.exist? then osgeo/osgeo4mac is tapped and other dependencies installed correctly.

Cthulu-Pro:~ rob$ brew -v tap qgis/qgisdev
==> Tapping qgis/qgisdev
git clone https://github.com/qgis/homebrew-qgisdev /usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev --depth=1
Cloning into '/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 22 (delta 6), reused 7 (delta 3), pack-reused 0
Unpacking objects: 100% (22/22), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb
No available formula with the name "grass7"
Error: Cannot tap qgis/qgisdev: invalid syntax in tap!

Configuring fails: Could NOT find PythonInterp

I'm trying to build on OS X 10.11 and I get a configure error.

  Could NOT find PythonInterp: Found unsuitable version "1.4", but required
  is at least "3" (found /usr/local/bin/python3)
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/FindPythonInterp.cmake:151 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:649 (FIND_PACKAGE)

Python 3.5.2 is installed via Homebrew, I can run it with python3.

Python bindings not building

Hi @dakcarto

Something seems to be broken in my builds - python bindings are not getting built at all. Do you see any reason based on my config below why this would be the case?

# This is the CMakeCache file.
# For build in directory: /Users/timlinux/dev/cpp/QGIS/build
# It was generated by CMake: /usr/local/Cellar/cmake/3.7.1/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a library.
APP_SERVICES_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework

//Install bindings to global python directory? (might need root)
BINDINGS_GLOBAL_INSTALL:BOOL=FALSE

//Path to a program.
BISON_EXECUTABLE:FILEPATH=/usr/local/opt/bison/bin/bison

//Build the testing tree.
BUILD_TESTING:BOOL=ON

//Path to a program.
BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND

//Path to a program.
CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo

//The CodeBlocks executable
CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND

//Additional command line arguments when CodeBlocks invokes make.
// Enter e.g. -j<some_number> to get parallel builds
CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=

//No help, variable specified on the command line.
CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_FIND_FRAMEWORK:STRING=LAST

//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/Users/timlinux/Applications

//Path to a program.
CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld

//Program used to build from build.ninja files.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/ninja

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump

//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=

//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=

//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk

//No help, variable specified on the command line.
CMAKE_PREFIX_PATH:STRING=/usr/local/opt/qt5;/usr/local/opt/qt5-webkit;/usr/local/opt/qscintilla2;/usr/local/opt/qwt;/usr/local/opt/qwtpolar;/usr/local/opt/qca;/usr/local/opt/gdal2;/usr/local/opt/gsl;/usr/local/opt/geos;/usr/local/opt/proj;/usr/local/opt/libspatialite;/usr/local/opt/spatialindex;/usr/local/opt/fcgi;/usr/local/opt/expat;/usr/local/opt/sqlite;/usr/local/opt/flex;/usr/local/opt/bison;

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=qgis2.99.0

//Path to a program.
CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip

//No help, variable specified on the command line.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip

//Path to the coverage program that CTest uses for performing coverage
// inspection
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov

//Extra command line flags to pass to the coverage tool
COVERAGE_EXTRA_FLAGS:STRING=-l

//Enable to build OSX bundles
CPACK_BINARY_BUNDLE:BOOL=OFF

//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF

//Enable to build OSX Drag And Drop package
CPACK_BINARY_DRAGNDROP:BOOL=OFF

//Enable to build IFW packages
CPACK_BINARY_IFW:BOOL=OFF

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build OSX X11 packages
CPACK_BINARY_OSXX11:BOOL=OFF

//Enable to build PackageMaker packages
CPACK_BINARY_PACKAGEMAKER:BOOL=OFF

//Enable to build productbuild packages
CPACK_BINARY_PRODUCTBUILD:BOOL=OFF

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON

//Enable to build TXZ packages
CPACK_BINARY_TXZ:BOOL=OFF

//Enable to build RPM source packages
CPACK_SOURCE_RPM:BOOL=OFF

//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON

//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON

//Enable to build TXZ source packages
CPACK_SOURCE_TXZ:BOOL=ON

//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON

//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF

//How many times to retry timed-out CTest submissions.
CTEST_SUBMIT_RETRY_COUNT:STRING=3

//How long to wait between timed-out CTest submissions.
CTEST_SUBMIT_RETRY_DELAY:STRING=5

//Path to a program.
CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND

//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P

//Additional appended CXXFLAGS
CXX_EXTRA_FLAGS:STRING=

//Limit of reported errors, -1 reports all.
DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF

//Limit of reported warnings, -1 reports all.
DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF

//If you have Dart installed, where is it located?
DART_ROOT:PATH=DART_ROOT-NOTFOUND

//Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500

//Show the actual output of the build, or if off show a . for each
// 1024 bytes.
DART_VERBOSE_BUILD:BOOL=OFF

//Should Dart server send email when build errors are found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=Off

//If set to true, it will disable deprecated functionality to prepare
// for the next generation of QGIS
DISABLE_DEPRECATED:BOOL=FALSE

//Perform coverage tests?
ENABLE_COVERAGE:BOOL=FALSE

//No help, variable specified on the command line.
ENABLE_MODELTEST:BOOL=FALSE

//Enable MsSQL provider tests
ENABLE_MSSQLTEST:BOOL=FALSE

//Enable Oracle provider tests
ENABLE_ORACLETEST:BOOL=FALSE

//Enable PostgreSQL provider tests
ENABLE_PGTEST:BOOL=FALSE

//No help, variable specified on the command line.
ENABLE_TESTS:BOOL=TRUE

//Path to a file.
EXPAT_INCLUDE_DIR:PATH=/usr/local/opt/expat/include

//Path to a library.
EXPAT_LIBRARY:FILEPATH=/usr/local/opt/expat/lib/libexpat.dylib

//Path to a file.
FCGI_INCLUDE_DIR:PATH=/usr/local/opt/fcgi/include

//Path to a library.
FCGI_LIBRARY:FILEPATH=/usr/local/opt/fcgi/lib/libfcgi.dylib

//Path to a program.
FLEX_EXECUTABLE:FILEPATH=/usr/local/opt/flex/bin/flex

//Path to a program.
GDAL_CONFIG:FILEPATH=/usr/local/opt/gdal2/bin/gdal-config

//preferred path to GDAL (gdal-config) from FWTools
GDAL_CONFIG_PREFER_FWTOOLS_PATH:STRING=/bin_safe

//preferred path to GDAL (gdal-config)
GDAL_CONFIG_PREFER_PATH:STRING=/bin

//Path to a file.
GDAL_INCLUDE_DIR:PATH=/usr/local/opt/gdal2/include

//No help, variable specified on the command line.
GDAL_LIBRARY:FILEPATH=/usr/local/opt/gdal2/lib/libgdal.dylib

//Generate coverage docs (requires lcov)?
GENERATE_COVERAGE_DOCS:BOOL=FALSE

//Path to a program.
GEOS_CONFIG:FILEPATH=/usr/local/opt/geos/bin/geos-config

//preferred path to GEOS (geos-config)
GEOS_CONFIG_PREFER_PATH:STRING=/bin

//Path to a file.
GEOS_INCLUDE_DIR:PATH=/usr/local/opt/geos/include

//No help, variable specified on the command line.
GEOS_LIBRARY:FILEPATH=/usr/local/opt/geos/lib/libgeos_c.dylib

//INTERNAL
GEOS_LIB_NAME_WITH_PREFIX:STRING=-lgeos_c

//Path to a program.
GITCOMMAND:FILEPATH=/usr/bin/git

//Extra includes string used for GRASS7
GRASS_EXTRA_INCLUDE_DIRS7:STRING=-I/usr/local/opt/gettext/include

//Path to GRASS 7 include directory
GRASS_INCLUDE_DIR7:PATH=/usr/local/opt/grass7/grass-base/include

//No help, variable specified on the command line.
GRASS_PREFIX7:PATH=/usr/local/opt/grass7/grass-base

//No help, variable specified on the command line.
GSL_CONFIG:FILEPATH=/usr/local/opt/gsl/bin/gsl-config

//No help, variable specified on the command line.
GSL_INCLUDE_DIR:PATH=/usr/local/opt/gsl/include

//No help, variable specified on the command line.
GSL_LIBRARIES:STRING=-L/usr/local/opt/gsl/lib -lgsl -lgslcblas

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip

//Path to a program.
HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND

//Path to java command, used by the Dart server to create html.
JAVACOMMAND:FILEPATH=/usr/bin/java

//Command to build the project
MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.7.1/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"

//Path to the memory checking command, used for memory error detection.
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND

//File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=

//Path to a program.
P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND

//Determines if we should compile in pedantic mode.
PEDANTIC:BOOL=TRUE

//Path to POSTGRESQL base directory
POSTGRESQL_PREFIX:PATH=

//Path to a program.
POSTGRES_CONFIG:FILEPATH=/usr/local/bin/pg_config

//preferred path to PG (pg_config)
POSTGRES_CONFIG_PREFER_PATH:STRING=/bin

//INTERNAL
POSTGRES_INCLUDE_DIR:STRING=/usr/local/Cellar/postgresql/9.6.1/include

//INTERNAL
POSTGRES_LIBRARY:STRING=/usr/local/lib/libpq.dylib

//Path to a file.
PROJ_INCLUDE_DIR:PATH=/usr/local/opt/proj/include

//Path to a library.
PROJ_LIBRARY:FILEPATH=/usr/local/opt/proj/lib/libproj.dylib

//Path to a program.
PYRCC_PROGRAM:FILEPATH=/usr/local/bin/pyrcc5

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python3

//Directory holding the python.h include file
PYTHON_INCLUDE_PATH:FILEPATH=/usr/local/Frameworks/Python.framework/Versions/3.6/Headers

//Python framework library
PYTHON_LIBRARY:FILEPATH=/usr/local/Frameworks/Python.framework/Versions/3.6/Python

//Python version
PYTHON_VER:STRING=3

//Path to a program.
PYUIC_PROGRAM:FILEPATH=/usr/local/bin/pyuic5

//Path to a program.
ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl

//Path to a file.
QCA_INCLUDE_DIR:PATH=/usr/local/opt/qca/lib/qca-qt5.framework/Headers

//Path to a library.
QCA_LIBRARY:FILEPATH=/usr/local/opt/qca/lib/qca-qt5.framework

//Subdirectory where executables will be installed
QGIS_BIN_SUBDIR:STRING=bin

//Subdirectory where CGI executables will be installed
QGIS_CGIBIN_SUBDIR:STRING=fcgi-bin

//Subdirectory where QGIS data will be installed
QGIS_DATA_SUBDIR:STRING=../Resources

//Subdirectory where header files will be installed
QGIS_INCLUDE_SUBDIR:STRING=include/qgis

//Subdirectory where private executables will be installed
QGIS_LIBEXEC_SUBDIR:STRING=lib/qgis

//Subdirectory where libraries will be installed
QGIS_LIB_SUBDIR:STRING=lib

//No help, variable specified on the command line.
QGIS_MACAPP_BUNDLE:STRING=0

//Path to user bundling script
QGIS_MACAPP_BUNDLE_USER:STRING=

//Path to install developer frameworks
QGIS_MACAPP_DEV_PREFIX:STRING=/Library/Frameworks

//Install developer frameworks
QGIS_MACAPP_INSTALL_DEV:BOOL=FALSE

//Subdirectory where plugins will be installed
QGIS_PLUGIN_SUBDIR:STRING=../PlugIns/qgis

//Subdirectory where server modules will be installed
QGIS_SERVER_MODULE_SUBDIR:STRING=lib/qgis/server

//No help, variable specified on the command line.
QSCINTILLA_INCLUDE_DIR:PATH=/usr/local/Cellar/qscintilla2/2.9.3_4/include

//No help, variable specified on the command line.
QSCINTILLA_LIBRARY:FILEPATH=/usr/local/lib/libqscintilla2.dylib

//Path to a file.
QSCI_SIP_DIR:PATH=/usr/local/share/sip

//URL for Qt docs
QT_DOC_URL:STRING=http://doc.qt.io/qt-5/

//Path to a program.
QT_LRELEASE_EXECUTABLE:FILEPATH=/usr/local/opt/qt5/bin/lrelease

//Path to a file.
QWTPOLAR_INCLUDE_DIR:PATH=/usr/local/opt/qwtpolar/lib/qwtpolar.framework/Headers

//Path to a library.
QWTPOLAR_LIBRARY:FILEPATH=/usr/local/opt/qwtpolar/lib/qwtpolar.framework

//Path to a file.
QWT_INCLUDE_DIR:PATH=/usr/local/opt/qwt/lib/qwt.framework/Headers

//Path to a library.
QWT_LIBRARY:FILEPATH=/usr/local/opt/qwt/lib/qwt.framework

//The directory containing a CMake configuration file for Qt5Concurrent.
Qt5Concurrent_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Concurrent

//The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Core

//The directory containing a CMake configuration file for Qt5Designer.
Qt5Designer_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Designer

//The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Gui

//The directory containing a CMake configuration file for Qt5Network.
Qt5Network_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Network

//The directory containing a CMake configuration file for Qt5Positioning.
Qt5Positioning_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Positioning

//The directory containing a CMake configuration file for Qt5PrintSupport.
Qt5PrintSupport_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5PrintSupport

//The directory containing a CMake configuration file for Qt5Script.
Qt5Script_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Script

//The directory containing a CMake configuration file for Qt5Sql.
Qt5Sql_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Sql

//The directory containing a CMake configuration file for Qt5Svg.
Qt5Svg_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Svg

//The directory containing a CMake configuration file for Qt5Test.
Qt5Test_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Test

//The directory containing a CMake configuration file for Qt5UiPlugin.
Qt5UiPlugin_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5UiPlugin

//The directory containing a CMake configuration file for Qt5UiTools.
Qt5UiTools_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5UiTools

//The directory containing a CMake configuration file for Qt5WebKitWidgets.
Qt5WebKitWidgets_DIR:PATH=/usr/local/opt/qt5-webkit/lib/cmake/Qt5WebKitWidgets

//The directory containing a CMake configuration file for Qt5WebKit.
Qt5WebKit_DIR:PATH=/usr/local/opt/qt5-webkit/lib/cmake/Qt5WebKit

//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Widgets

//The directory containing a CMake configuration file for Qt5XmlPatterns.
Qt5XmlPatterns_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5XmlPatterns

//The directory containing a CMake configuration file for Qt5Xml.
Qt5Xml_DIR:PATH=/usr/local/opt/qt5/lib/cmake/Qt5Xml

//Path to scp command, used by CTest for submitting results to
// a Dart server
SCPCOMMAND:FILEPATH=/usr/bin/scp

//Determines whether QGIS server should disable ECW (ECW in server
// apps requires a special license)
SERVER_SKIP_ECW:BOOL=FALSE

//Name of the computer/site where compile is being run
SITE:STRING=sandstone

//Path to the SLURM sbatch executable
SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND

//Path to the SLURM srun executable
SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND

//Path to a file.
SPATIALINDEX_INCLUDE_DIR:PATH=/usr/local/opt/spatialindex/include/spatialindex

//Path to a library.
SPATIALINDEX_LIBRARY:FILEPATH=/usr/local/opt/spatialindex/lib/libspatialindex.dylib

//Path to a file.
SPATIALITE_INCLUDE_DIR:PATH=/usr/local/opt/libspatialite/include

//Path to a library.
SPATIALITE_LIBRARY:FILEPATH=/usr/local/opt/libspatialite/lib/libspatialite.dylib

//Path to a file.
SQLITE3_INCLUDE_DIR:PATH=/usr/local/opt/sqlite/include

//Path to a library.
SQLITE3_LIBRARY:FILEPATH=/usr/local/opt/sqlite/lib/libsqlite3.dylib

//Hide SIP warnings
SUPPRESS_SIP_WARNINGS:BOOL=FALSE

//Path to a program.
SVNCOMMAND:FILEPATH=/usr/bin/svn

//Path to a program.
TXT2TAGS_EXECUTABLE:FILEPATH=TXT2TAGS_EXECUTABLE-NOTFOUND

//Use HIDDEN visibility support if available.
USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON

//No help, variable specified on the command line.
WITH_APIDOC:BOOL=FALSE

//No help, variable specified on the command line.
WITH_ASTYLE:BOOL=TRUE

//Determines whether python bindings should be built
WITH_BINDINGS:BOOL=TRUE

//No help, variable specified on the command line.
WITH_CUSTOM_WIDGETS:BOOL=TRUE

//Determines whether QGIS desktop should be built
WITH_DESKTOP:BOOL=TRUE

//No help, variable specified on the command line.
WITH_GLOBE:BOOL=FALSE

//No help, variable specified on the command line.
WITH_GRASS:BOOL=FALSE

//No help, variable specified on the command line.
WITH_GRASS7:BOOL=TRUE

//Determines whether python dateutil should be included
WITH_INTERNAL_DATEUTIL:BOOL=TRUE

//Determines whether python httplib2 should be included
WITH_INTERNAL_HTTPLIB2:BOOL=TRUE

//Determines whether python jinja2 should be included
WITH_INTERNAL_JINJA2:BOOL=TRUE

//Determines whether python markupsafe should be included
WITH_INTERNAL_MARKUPSAFE:BOOL=TRUE

//Determines whether python nose2 should be included
WITH_INTERNAL_NOSE2:BOOL=TRUE

//Determines whether python owslib should be included
WITH_INTERNAL_OWSLIB:BOOL=TRUE

//Determines whether python pygments should be included
WITH_INTERNAL_PYGMENTS:BOOL=TRUE

//Determines whether python pytz should be included
WITH_INTERNAL_PYTZ:BOOL=TRUE

//Use internal build of Qextserialport
WITH_INTERNAL_QEXTSERIALPORT:BOOL=TRUE

//No help, variable specified on the command line.
WITH_INTERNAL_QWTPOLAR:BOOL=FALSE

//Determines whether python requests should be included
WITH_INTERNAL_REQUESTS:BOOL=TRUE

//Determines whether python six should be included
WITH_INTERNAL_SIX:BOOL=TRUE

//Determines whether python yaml should be included
WITH_INTERNAL_YAML:BOOL=FALSE

//No help, variable specified on the command line.
WITH_ORACLE:BOOL=FALSE

//Determines whether POSTGRESQL support should be built
WITH_POSTGRESQL:BOOL=TRUE

//Determines whether PYSPATIALITE should be built
WITH_PYSPATIALITE:BOOL=FALSE

//Determines whether Python modules in staged or installed locations
// are byte-compiled
WITH_PY_COMPILE:BOOL=FALSE

//No help, variable specified on the command line.
WITH_QSCIAPI:BOOL=FALSE

//No help, variable specified on the command line.
WITH_QSPATIALITE:BOOL=FALSE

//Determines if QtMobility related code should be build (for example
// internal GPS)
WITH_QTMOBILITY:BOOL=FALSE

//No help, variable specified on the command line.
WITH_QTWEBKIT:BOOL=TRUE

//No help, variable specified on the command line.
WITH_QWTPOLAR:BOOL=TRUE

//No help, variable specified on the command line.
WITH_SERVER:BOOL=TRUE

//Determines whether QGIS server support for python plugins should
// be built
WITH_SERVER_PLUGINS:BOOL=TRUE

//No help, variable specified on the command line.
WITH_STAGED_PLUGINS:BOOL=TRUE

//Determines if touch interface related code should be build
WITH_TOUCH:BOOL=FALSE

//Determines whether PDF should be generate for the txt2tags documentation
WITH_TXT2TAGS_PDF:BOOL=FALSE

//Path to a file.
_find_lib_python_py:FILEPATH=/Users/timlinux/dev/cpp/QGIS/cmake/FindLibPython.py

//Path to a file.
_find_pyqt5_py:FILEPATH=/Users/timlinux/dev/cpp/QGIS/cmake/FindPyQt5.py

//Path to a file.
_find_qsci_py:FILEPATH=/Users/timlinux/dev/cpp/QGIS/cmake/FindQsci.py

//Path to a file.
_find_sip_py:FILEPATH=/Users/timlinux/dev/cpp/QGIS/cmake/FindSIP.py

//Dependencies for the target
arcgisfeatureserverprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
arcgismapserverprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
basicauthmethod_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
coordinatecaptureplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
db2provider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;Qt5::Sql;

//Dependencies for the target
delimitedtextprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
dummy_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_server;

//Dependencies for the target
evis_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;Qt5::Sql;

//Dependencies for the target
gdalprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
geometrycheckerplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
georefplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;-L/usr/local/opt/gsl/lib -lgsl -lgslcblas;

//Dependencies for the target
gpsimporterplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
gpxprovider_LIB_DEPENDS:STATIC=general;/usr/local/opt/expat/lib/libexpat.dylib;general;qgis_core;

//Dependencies for the target
grassplugin7_LIB_DEPENDS:STATIC=general;qgisgrass7;general;qgis_app;general;qgis_gui;

//Dependencies for the target
grassprovider7_LIB_DEPENDS:STATIC=general;qgisgrass7;general;qgis_gui;

//Dependencies for the target
grassrasterprovider7_LIB_DEPENDS:STATIC=general;qgisgrass7;general;qgis_core;

//Dependencies for the target
identcertauthmethod_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for target
libdxfrw_LIB_DEPENDS:STATIC=

//Dependencies for the target
memoryprovider_LIB_DEPENDS:STATIC=general;qgis_core;

//Dependencies for the target
mssqlprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;Qt5::Sql;

//Dependencies for the target
offlineeditingplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;/usr/local/opt/libspatialite/lib/libspatialite.dylib;

//Dependencies for the target
ogrprovider_LIB_DEPENDS:STATIC=general;qgis_core;

//Dependencies for the target
owsprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
pkcs12authmethod_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
pkipathsauthmethod_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
postgresprovider_LIB_DEPENDS:STATIC=general;/usr/local/lib/libpq.dylib;general;qgis_core;general;qgis_gui;

//Dependencies for the target
postgresprovider_a_LIB_DEPENDS:STATIC=general;/usr/local/lib/libpq.dylib;general;qgis_core;general;qgis_gui;

//Dependencies for the target
python_module_qgis__analysis_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_analysis;

//Dependencies for the target
python_module_qgis__core_LIB_DEPENDS:STATIC=general;qgis_core;

//Dependencies for the target
python_module_qgis__gui_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
python_module_qgis__server_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_server;

//Value Computed by CMake
qgis2.99.0_BINARY_DIR:STATIC=/Users/timlinux/dev/cpp/QGIS/build

//Value Computed by CMake
qgis2.99.0_SOURCE_DIR:STATIC=/Users/timlinux/dev/cpp/QGIS

//Dependencies for the target
qgis_analysis_LIB_DEPENDS:STATIC=general;qgis_core;

//Dependencies for the target
qgis_app_LIB_DEPENDS:STATIC=general;/usr/local/opt/qwt/lib/qwt.framework;general;Qt5::Sql;general;Qt5::UiTools;general;Qt5::WebKit;general;Qt5::WebKitWidgets;general;/usr/local/opt/qwtpolar/lib/qwtpolar.framework;general;/usr/local/opt/gdal2/lib/libgdal.dylib;general;qgis_core;general;qgis_gui;general;qgis_analysis;general;libdxfrw;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework;

//Dependencies for the target
qgis_core_LIB_DEPENDS:STATIC=general;-framework CoreFoundation -framework IOKit;general;Qt5::Xml;general;Qt5::Core;general;Qt5::Concurrent;general;Qt5::Gui;general;Qt5::Widgets;general;Qt5::PrintSupport;general;Qt5::Svg;general;Qt5::Network;general;Qt5::WebKit;general;Qt5::WebKitWidgets;general;Qt5::Sql;general;/usr/local/opt/qca/lib/qca-qt5.framework;general;/usr/local/opt/proj/lib/libproj.dylib;general;/usr/local/opt/geos/lib/libgeos_c.dylib;general;/usr/local/opt/gdal2/lib/libgdal.dylib;general;/usr/local/opt/spatialindex/lib/libspatialindex.dylib;general;/usr/local/opt/expat/lib/libexpat.dylib;general;/usr/local/opt/sqlite/lib/libsqlite3.dylib;general;/usr/local/opt/libspatialite/lib/libspatialite.dylib;general;Qt5::Positioning;

//Dependencies for the target
qgis_customwidgets_LIB_DEPENDS:STATIC=general;qgis_gui;

//Dependencies for the target
qgis_gui_LIB_DEPENDS:STATIC=general;qgis_core;general;Qt5::UiTools;general;/usr/local/opt/qwt/lib/qwt.framework;general;/usr/local/lib/libqscintilla2.dylib;

//Dependencies for the target
qgis_server_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;qgis_analysis;general;/usr/local/opt/proj/lib/libproj.dylib;general;/usr/local/opt/fcgi/lib/libfcgi.dylib;general;/usr/local/lib/libpq.dylib;general;/usr/local/opt/gdal2/lib/libgdal.dylib;general;/usr/local/opt/qca/lib/qca-qt5.framework;general;qgispython;

//Dependencies for the target
qgisgrass7_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;/usr/local/opt/grass7/grass-base/lib/libgrass_gis.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_vector.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_raster.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_imagery.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_dbmibase.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_dbmiclient.dylib;general;/usr/local/opt/grass7/grass-base/lib/libgrass_gproj.dylib;

//Dependencies for the target
qgispython_LIB_DEPENDS:STATIC=general;qgis_core;general;/usr/local/Frameworks/Python.framework/Versions/3.6/Python;

//Dependencies for the target
spatialiteprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;/usr/local/opt/libspatialite/lib/libspatialite.dylib;

//Dependencies for the target
spatialqueryplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
topolplugin_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
virtuallayerprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;Qt5::Core;general;Qt5::Concurrent;general;Qt5::Gui;general;Qt5::Widgets;general;Qt5::PrintSupport;general;Qt5::Svg;general;/usr/local/opt/sqlite/lib/libsqlite3.dylib;general;/usr/local/opt/libspatialite/lib/libspatialite.dylib;

//Dependencies for the target
wcs_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_server;

//Dependencies for the target
wcsprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;

//Dependencies for the target
wfs_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_server;

//Dependencies for the target
wfsprovider_LIB_DEPENDS:STATIC=general;/usr/local/opt/expat/lib/libexpat.dylib;general;qgis_core;general;qgis_gui;

//Dependencies for the target
wms_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_server;

//Dependencies for the target
wmsprovider_LIB_DEPENDS:STATIC=general;qgis_core;general;qgis_gui;general;Qt5::Script;general;/usr/local/opt/gdal2/lib/libgdal.dylib;

//Dependencies for the target
wmsprovider_a_LIB_DEPENDS:STATIC=general;qgis_core;general;Qt5::Script;


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: BZRCOMMAND
BZRCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/timlinux/dev/cpp/QGIS/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=7
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.7.1/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.7.1/bin/cpack
//ADVANCED property for variable: CMAKE_CTEST_COMMAND
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.7.1/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks
//CXX compiler system defined macros
CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;8;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"8.0.0 (clang-800.0.42.1)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)";__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__GXX_RTTI;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;8000042;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101200;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__llvm__;1;__clang__;1;__clang_major__;8;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"8.0.0 (clang-800.0.42.1)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)";__cpp_rtti;199711;__cpp_exceptions;199711;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__GNUG__;4;__GXX_WEAK__;1;__private_extern__;extern;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;8000042;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101200;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;199711L;__STDC_UTF_16__;1;__STDC_UTF_32__;1
//CXX compiler system include directories
CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1;/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/System/Library/Frameworks;/Library/Frameworks
//C compiler system defined macros
CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;8;__clang_minor__; ;__clang_patchlevel__; ;__clang_version__;"8.0.0 (clang-800.0.42.1)";__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GNUC__;4;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED; ;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)";__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__GXX_RTTI;1;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;18;__LDBL_DECIMAL_DIG__;21;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_MAX_10_EXP__;4932;__LDBL_MAX_EXP__;16384;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN_10_EXP__;(-4931);__LDBL_MIN_EXP__;(-16381);__LDBL_MIN__;3.36210314311209350626e-4932L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;16;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long int;__INT_LEAST64_MAX__;9223372036854775807L;__INT_LEAST64_FMTd__;"ld";__INT_LEAST64_FMTi__;"li";__UINT_LEAST64_TYPE__;long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT_LEAST64_FMTo__;"lo";__UINT_LEAST64_FMTu__;"lu";__UINT_LEAST64_FMTx__;"lx";__UINT_LEAST64_FMTX__;"lX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long int;__INT_FAST64_MAX__;9223372036854775807L;__INT_FAST64_FMTd__;"ld";__INT_FAST64_FMTi__;"li";__UINT_FAST64_TYPE__;long unsigned int;__UINT_FAST64_MAX__;18446744073709551615UL;__UINT_FAST64_FMTo__;"lo";__UINT_FAST64_FMTu__;"lu";__UINT_FAST64_FMTx__;"lx";__UINT_FAST64_FMTX__;"lX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__; ;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__; ;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__amd64__;1;__amd64;1;__x86_64;1;__x86_64__;1;__core2;1;__core2__;1;__tune_core2__;1;__REGISTER_PREFIX__; ;__NO_MATH_INLINES;1;__FXSR__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16;1;__SSE4_1__;1;__SSSE3__;1;__SSE3__;1;__SSE2__;1;__SSE2_MATH__;1;__SSE__;1;__SSE_MATH__;1;__MMX__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__APPLE_CC__;6000;__APPLE__;1;OBJC_NEW_PROPERTIES;1;__apple_build_version__;8000042;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;101200;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1
//C compiler system include directories
CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/System/Library/Frameworks;/Library/Frameworks
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/timlinux/dev/cpp/QGIS
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=123
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.7.1/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Compiler support for a deprecated attribute
COMPILER_HAS_DEPRECATED:INTERNAL=1
//Test COMPILER_HAS_DEPRECATED_ATTR
COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
//Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
//Test COMPILER_HAS_HIDDEN_VISIBILITY
COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
//ADVANCED property for variable: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COVERAGE_COMMAND
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS
COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_BUNDLE
CPACK_BINARY_BUNDLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DRAGNDROP
CPACK_BINARY_DRAGNDROP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_IFW
CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_OSXX11
CPACK_BINARY_OSXX11-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_PACKAGEMAKER
CPACK_BINARY_PACKAGEMAKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_PRODUCTBUILD
CPACK_BINARY_PRODUCTBUILD-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TXZ
CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_RPM
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TXZ
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT
CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY
CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DART_BUILD_ERROR_REPORT_LIMIT
DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DART_BUILD_WARNING_REPORT_LIMIT
DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DART_ROOT
DART_ROOT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DART_VERBOSE_BUILD
DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/local/bin/python3][v3.6(3)]
//ADVANCED property for variable: GITCOMMAND
GITCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRASS_EXTRA_INCLUDE_DIRS7
GRASS_EXTRA_INCLUDE_DIRS7-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GRASS_INCLUDE_DIR7
GRASS_INCLUDE_DIR7-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//Have function updwtmpx
HAVE_UPDWTMPX:INTERNAL=
//ADVANCED property for variable: HGCOMMAND
HGCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_COMMAND
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
//Have function openpty
OPENPTY_IN_LIBC:INTERNAL=1
//ADVANCED property for variable: P4COMMAND
P4COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ProcessorCount_cmd_sysctl
ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_BIN_SUBDIR
QGIS_BIN_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_CGIBIN_SUBDIR
QGIS_CGIBIN_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_DATA_SUBDIR
QGIS_DATA_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_INCLUDE_SUBDIR
QGIS_INCLUDE_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_LIBEXEC_SUBDIR
QGIS_LIBEXEC_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_LIB_SUBDIR
QGIS_LIB_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QGIS_PLUGIN_SUBDIR
QGIS_PLUGIN_SUBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SITE
SITE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SLURM_SBATCH_COMMAND
SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SLURM_SRUN_COMMAND
SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1
//Have library /usr/local/opt/libspatialite/lib/libspatialite.dylib
SPATIALITE_HAS_INIT_EX:INTERNAL=1
//Have library /usr/local/opt/libspatialite/lib/libspatialite.dylib
SPATIALITE_VERSION_GE_4_0_0:INTERNAL=1
//Have library /usr/local/opt/libspatialite/lib/libspatialite.dylib
SPATIALITE_VERSION_G_4_1_1:INTERNAL=1
//ADVANCED property for variable: SUPPRESS_SIP_WARNINGS
SUPPRESS_SIP_WARNINGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SVNCOMMAND
SVNCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY
USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: WITH_QSCIAPI
WITH_QSCIAPI-ADVANCED:INTERNAL=1

I think the last significant thing I did was upgrade to python 3.6 but otherwise I can't see why it is not building. If I look in the output dir after building, all I have is:

output/
├── bin
│   ├── QGIS\ Browser.app
│   │   └── Contents
│   │       ├── Info.plist
│   │       └── MacOS
│   ├── QGIS.app
│   │   └── Contents
│   │       ├── Info.plist
│   │       └── MacOS
│   │           └── QGIS
│   ├── qgis_bench.app
│   │   └── Contents
│   │       ├── Info.plist
│   │       └── MacOS
│   └── qgisbuildpath.txt
├── i18n
├── lib
│   ├── libqgis_app.2.99.0.dylib
│   ├── libqgis_app.dylib -> libqgis_app.2.99.0.dylib
│   ├── qgis
│   │   ├── grass
│   │   │   ├── bin
│   │   │   └── modules
│   │   ├── qgis_help.app
│   │   │   └── Contents
│   │   │       ├── Info.plist
│   │   │       └── MacOS
│   │   └── server
│   ├── qgis_analysis.framework
│   │   ├── Headers -> Versions/Current/Headers
│   │   ├── Resources -> Versions/Current/Resources
│   │   ├── Versions
│   │   │   ├── 2.99
│   │   │   │   ├── Headers
│   │   │   │   │   ├── Bezier3D.h
│   │   │   │   │   ├── CloughTocherInterpolator.h
│   │   │   │   │   ├── DualEdgeTriangulation.h
│   │   │   │   │   ├── HalfEdge.h
│   │   │   │   │   ├── LinTriangleInterpolator.h
│   │   │   │   │   ├── Line3D.h
│   │   │   │   │   ├── Node.h
│   │   │   │   │   ├── NormVecDecorator.h
│   │   │   │   │   ├── ParametricLine.h
│   │   │   │   │   ├── Point3D.h
│   │   │   │   │   ├── TriDecorator.h
│   │   │   │   │   ├── TriangleInterpolator.h
│   │   │   │   │   ├── Triangulation.h
│   │   │   │   │   ├── Vector3D.h
│   │   │   │   │   ├── qgsalignraster.h
│   │   │   │   │   ├── qgsaspectfilter.h
│   │   │   │   │   ├── qgsderivativefilter.h
│   │   │   │   │   ├── qgsgeometryanalyzer.h
│   │   │   │   │   ├── qgsgraph.h
│   │   │   │   │   ├── qgsgraphanalyzer.h
│   │   │   │   │   ├── qgsgraphbuilder.h
│   │   │   │   │   ├── qgsgraphbuilderinterface.h
│   │   │   │   │   ├── qgsgraphdirector.h
│   │   │   │   │   ├── qgsgridfilewriter.h
│   │   │   │   │   ├── qgshillshadefilter.h
│   │   │   │   │   ├── qgsidwinterpolator.h
│   │   │   │   │   ├── qgsinterpolator.h
│   │   │   │   │   ├── qgskde.h
│   │   │   │   │   ├── qgsnetworkdistancestrategy.h
│   │   │   │   │   ├── qgsnetworkspeedstrategy.h
│   │   │   │   │   ├── qgsnetworkstrategy.h
│   │   │   │   │   ├── qgsninecellfilter.h
│   │   │   │   │   ├── qgsosmbase.h
│   │   │   │   │   ├── qgsosmdatabase.h
│   │   │   │   │   ├── qgsosmdownload.h
│   │   │   │   │   ├── qgsosmimport.h
│   │   │   │   │   ├── qgsoverlayanalyzer.h
│   │   │   │   │   ├── qgsrastercalcnode.h
│   │   │   │   │   ├── qgsrastercalculator.h
│   │   │   │   │   ├── qgsrastermatrix.h
│   │   │   │   │   ├── qgsrelief.h
│   │   │   │   │   ├── qgsruggednessfilter.h
│   │   │   │   │   ├── qgsslopefilter.h
│   │   │   │   │   ├── qgstininterpolator.h
│   │   │   │   │   ├── qgstotalcurvaturefilter.h
│   │   │   │   │   ├── qgsvectorlayerdirector.h
│   │   │   │   │   └── qgszonalstatistics.h
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info.plist
│   │   │   │   └── qgis_analysis
│   │   │   └── Current -> 2.99
│   │   └── qgis_analysis -> Versions/Current/qgis_analysis
│   ├── qgis_core.framework
│   │   ├── Headers -> Versions/Current/Headers
│   │   ├── Resources -> Versions/Current/Resources
│   │   ├── Versions
│   │   │   ├── 2.99
│   │   │   │   ├── Headers
│   │   │   │   │   ├── qextserialenumerator.h
│   │   │   │   │   ├── qextserialport.h
│   │   │   │   │   ├── qgis.h
│   │   │   │   │   ├── qgisplugin.h
│   │   │   │   │   ├── qgs25drenderer.h
│   │   │   │   │   ├── qgsabstractgeometry.h
│   │   │   │   │   ├── qgsaction.h
│   │   │   │   │   ├── qgsactionmanager.h
│   │   │   │   │   ├── qgsactionscope.h
│   │   │   │   │   ├── qgsactionscoperegistry.h
│   │   │   │   │   ├── qgsaddremoveitemcommand.h
│   │   │   │   │   ├── qgsaddremovemultiframecommand.h
│   │   │   │   │   ├── qgsaggregatecalculator.h
│   │   │   │   │   ├── qgsannotation.h
│   │   │   │   │   ├── qgsannotationmanager.h
│   │   │   │   │   ├── qgsannotationregistry.h
│   │   │   │   │   ├── qgsapplication.h
│   │   │   │   │   ├── qgsatlascomposition.h
│   │   │   │   │   ├── qgsattributeeditorelement.h
│   │   │   │   │   ├── qgsattributetableconfig.h
│   │   │   │   │   ├── qgsauthcertutils.h
│   │   │   │   │   ├── qgsauthconfig.h
│   │   │   │   │   ├── qgsauthcrypto.h
│   │   │   │   │   ├── qgsauthmanager.h
│   │   │   │   │   ├── qgsauthmethod.h
│   │   │   │   │   ├── qgsauthmethodmetadata.h
│   │   │   │   │   ├── qgsauthmethodregistry.h
│   │   │   │   │   ├── qgsbearingutils.h
│   │   │   │   │   ├── qgsbilinearrasterresampler.h
│   │   │   │   │   ├── qgsblureffect.h
│   │   │   │   │   ├── qgsbrightnesscontrastfilter.h
│   │   │   │   │   ├── qgsbrowsermodel.h
│   │   │   │   │   ├── qgscachedfeatureiterator.h
│   │   │   │   │   ├── qgscacheindex.h
│   │   │   │   │   ├── qgscacheindexfeatureid.h
│   │   │   │   │   ├── qgscategorizedsymbolrenderer.h
│   │   │   │   │   ├── qgscircularstring.h
│   │   │   │   │   ├── qgsclipper.h
│   │   │   │   │   ├── qgscliptominmaxenhancement.h
│   │   │   │   │   ├── qgscolorbrewerpalette.h
│   │   │   │   │   ├── qgscoloreffect.h
│   │   │   │   │   ├── qgscolorramp.h
│   │   │   │   │   ├── qgscolorrampshader.h
│   │   │   │   │   ├── qgscolorscheme.h
│   │   │   │   │   ├── qgscolorschemeregistry.h
│   │   │   │   │   ├── qgscomposerarrow.h
│   │   │   │   │   ├── qgscomposerattributetablemodelv2.h
│   │   │   │   │   ├── qgscomposerattributetablev2.h
│   │   │   │   │   ├── qgscomposereffect.h
│   │   │   │   │   ├── qgscomposerframe.h
│   │   │   │   │   ├── qgscomposerhtml.h
│   │   │   │   │   ├── qgscomposeritem.h
│   │   │   │   │   ├── qgscomposeritemcommand.h
│   │   │   │   │   ├── qgscomposeritemgroup.h
│   │   │   │   │   ├── qgscomposerlabel.h
│   │   │   │   │   ├── qgscomposerlegend.h
│   │   │   │   │   ├── qgscomposermap.h
│   │   │   │   │   ├── qgscomposermapgrid.h
│   │   │   │   │   ├── qgscomposermapitem.h
│   │   │   │   │   ├── qgscomposermapoverview.h
│   │   │   │   │   ├── qgscomposermodel.h
│   │   │   │   │   ├── qgscomposermousehandles.h
│   │   │   │   │   ├── qgscomposermultiframe.h
│   │   │   │   │   ├── qgscomposermultiframecommand.h
│   │   │   │   │   ├── qgscomposernodesitem.h
│   │   │   │   │   ├── qgscomposerobject.h
│   │   │   │   │   ├── qgscomposerpicture.h
│   │   │   │   │   ├── qgscomposerpolygon.h
│   │   │   │   │   ├── qgscomposerpolyline.h
│   │   │   │   │   ├── qgscomposerscalebar.h
│   │   │   │   │   ├── qgscomposershape.h
│   │   │   │   │   ├── qgscomposertablecolumn.h
│   │   │   │   │   ├── qgscomposertablev2.h
│   │   │   │   │   ├── qgscomposertexttable.h
│   │   │   │   │   ├── qgscomposition.h
│   │   │   │   │   ├── qgscompoundcurve.h
│   │   │   │   │   ├── qgsconditionalstyle.h
│   │   │   │   │   ├── qgsconfig.h
│   │   │   │   │   ├── qgsconnectionpool.h
│   │   │   │   │   ├── qgscontexthelp.h
│   │   │   │   │   ├── qgscontrastenhancement.h
│   │   │   │   │   ├── qgscontrastenhancementfunction.h
│   │   │   │   │   ├── qgscoordinatereferencesystem.h
│   │   │   │   │   ├── qgscoordinatetransform.h
│   │   │   │   │   ├── qgscoordinateutils.h
│   │   │   │   │   ├── qgscptcityarchive.h
│   │   │   │   │   ├── qgscredentials.h
│   │   │   │   │   ├── qgscrscache.h
│   │   │   │   │   ├── qgscsexception.h
│   │   │   │   │   ├── qgscubicrasterresampler.h
│   │   │   │   │   ├── qgscurve.h
│   │   │   │   │   ├── qgscurvepolygon.h
│   │   │   │   │   ├── qgsdartmeasurement.h
│   │   │   │   │   ├── qgsdatadefined.h
│   │   │   │   │   ├── qgsdataitem.h
│   │   │   │   │   ├── qgsdataitemprovider.h
│   │   │   │   │   ├── qgsdataitemproviderregistry.h
│   │   │   │   │   ├── qgsdataprovider.h
│   │   │   │   │   ├── qgsdatasourceuri.h
│   │   │   │   │   ├── qgsdatetimefieldformatter.h
│   │   │   │   │   ├── qgsdatetimestatisticalsummary.h
│   │   │   │   │   ├── qgsdatumtransformstore.h
│   │   │   │   │   ├── qgsdbfilterproxymodel.h
│   │   │   │   │   ├── qgsdiagram.h
│   │   │   │   │   ├── qgsdiagramrenderer.h
│   │   │   │   │   ├── qgsdistancearea.h
│   │   │   │   │   ├── qgsdoubleboxscalebarstyle.h
│   │   │   │   │   ├── qgseditformconfig.h
│   │   │   │   │   ├── qgseditorwidgetsetup.h
│   │   │   │   │   ├── qgseffectstack.h
│   │   │   │   │   ├── qgsellipsesymbollayer.h
│   │   │   │   │   ├── qgserror.h
│   │   │   │   │   ├── qgsexception.h
│   │   │   │   │   ├── qgsexpression.h
│   │   │   │   │   ├── qgsexpressioncontext.h
│   │   │   │   │   ├── qgsexpressioncontextgenerator.h
│   │   │   │   │   ├── qgsexpressionfieldbuffer.h
│   │   │   │   │   ├── qgsfallbackfieldformatter.h
│   │   │   │   │   ├── qgsfeature.h
│   │   │   │   │   ├── qgsfeaturefilterprovider.h
│   │   │   │   │   ├── qgsfeatureiterator.h
│   │   │   │   │   ├── qgsfeaturerequest.h
│   │   │   │   │   ├── qgsfeaturestore.h
│   │   │   │   │   ├── qgsfeedback.h
│   │   │   │   │   ├── qgsfield.h
│   │   │   │   │   ├── qgsfieldconstraints.h
│   │   │   │   │   ├── qgsfieldformatter.h
│   │   │   │   │   ├── qgsfieldformatterregistry.h
│   │   │   │   │   ├── qgsfields.h
│   │   │   │   │   ├── qgsfillsymbollayer.h
│   │   │   │   │   ├── qgsfontutils.h
│   │   │   │   │   ├── qgsgeometry.h
│   │   │   │   │   ├── qgsgeometrycache.h
│   │   │   │   │   ├── qgsgeometrycollection.h
│   │   │   │   │   ├── qgsgeometryeditutils.h
│   │   │   │   │   ├── qgsgeometryengine.h
│   │   │   │   │   ├── qgsgeometryfactory.h
│   │   │   │   │   ├── qgsgeometrygeneratorsymbollayer.h
│   │   │   │   │   ├── qgsgeometryutils.h
│   │   │   │   │   ├── qgsgeometryvalidator.h
│   │   │   │   │   ├── qgsgeos.h
│   │   │   │   │   ├── qgsgloweffect.h
│   │   │   │   │   ├── qgsgml.h
│   │   │   │   │   ├── qgsgmlschema.h
│   │   │   │   │   ├── qgsgpsconnection.h
│   │   │   │   │   ├── qgsgpsconnectionregistry.h
│   │   │   │   │   ├── qgsgpsdconnection.h
│   │   │   │   │   ├── qgsgpsdetector.h
│   │   │   │   │   ├── qgsgraduatedsymbolrenderer.h
│   │   │   │   │   ├── qgsgroupungroupitemscommand.h
│   │   │   │   │   ├── qgsheatmaprenderer.h
│   │   │   │   │   ├── qgshillshaderenderer.h
│   │   │   │   │   ├── qgshistogram.h
│   │   │   │   │   ├── qgshistogramdiagram.h
│   │   │   │   │   ├── qgshtmlannotation.h
│   │   │   │   │   ├── qgshuesaturationfilter.h
│   │   │   │   │   ├── qgsimageoperation.h
│   │   │   │   │   ├── qgsindexedfeature.h
│   │   │   │   │   ├── qgsinternalgeometryengine.h
│   │   │   │   │   ├── qgsinterval.h
│   │   │   │   │   ├── qgsinvertedpolygonrenderer.h
│   │   │   │   │   ├── qgsjsonutils.h
│   │   │   │   │   ├── qgskeyvaluefieldformatter.h
│   │   │   │   │   ├── qgslabelfeature.h
│   │   │   │   │   ├── qgslabelingengine.h
│   │   │   │   │   ├── qgslabelsearchtree.h
│   │   │   │   │   ├── qgslayerdefinition.h
│   │   │   │   │   ├── qgslayertree.h
│   │   │   │   │   ├── qgslayertreegroup.h
│   │   │   │   │   ├── qgslayertreelayer.h
│   │   │   │   │   ├── qgslayertreemodel.h
│   │   │   │   │   ├── qgslayertreemodellegendnode.h
│   │   │   │   │   ├── qgslayertreenode.h
│   │   │   │   │   ├── qgslayertreeregistrybridge.h
│   │   │   │   │   ├── qgslayertreeutils.h
│   │   │   │   │   ├── qgslegendrenderer.h
│   │   │   │   │   ├── qgslegendsettings.h
│   │   │   │   │   ├── qgslegendstyle.h
│   │   │   │   │   ├── qgslegendsymbolitem.h
│   │   │   │   │   ├── qgslinearminmaxenhancement.h
│   │   │   │   │   ├── qgslinearminmaxenhancementwithclip.h
│   │   │   │   │   ├── qgslinestring.h
│   │   │   │   │   ├── qgslinesymbollayer.h
│   │   │   │   │   ├── qgslistfieldformatter.h
│   │   │   │   │   ├── qgslocalec.h
│   │   │   │   │   ├── qgslogger.h
│   │   │   │   │   ├── qgsmaphittest.h
│   │   │   │   │   ├── qgsmaplayer.h
│   │   │   │   │   ├── qgsmaplayerdependency.h
│   │   │   │   │   ├── qgsmaplayerlegend.h
│   │   │   │   │   ├── qgsmaplayermodel.h
│   │   │   │   │   ├── qgsmaplayerproxymodel.h
│   │   │   │   │   ├── qgsmaplayerrenderer.h
│   │   │   │   │   ├── qgsmaplayerstylemanager.h
│   │   │   │   │   ├── qgsmaprenderercache.h
│   │   │   │   │   ├── qgsmaprenderercustompainterjob.h
│   │   │   │   │   ├── qgsmaprendererjob.h
│   │   │   │   │   ├── qgsmaprendererparalleljob.h
│   │   │   │   │   ├── qgsmaprenderersequentialjob.h
│   │   │   │   │   ├── qgsmapsettings.h
│   │   │   │   │   ├── qgsmapthemecollection.h
│   │   │   │   │   ├── qgsmaptopixel.h
│   │   │   │   │   ├── qgsmaptopixelgeometrysimplifier.h
│   │   │   │   │   ├── qgsmapunitscale.h
│   │   │   │   │   ├── qgsmargins.h
│   │   │   │   │   ├── qgsmarkersymbollayer.h
│   │   │   │   │   ├── qgsmessagelog.h
│   │   │   │   │   ├── qgsmessageoutput.h
│   │   │   │   │   ├── qgsmimedatautils.h
│   │   │   │   │   ├── qgsmultibandcolorrenderer.h
│   │   │   │   │   ├── qgsmulticurve.h
│   │   │   │   │   ├── qgsmultilinestring.h
│   │   │   │   │   ├── qgsmultipoint.h
│   │   │   │   │   ├── qgsmultipolygon.h
│   │   │   │   │   ├── qgsmultirenderchecker.h
│   │   │   │   │   ├── qgsmultisurface.h
│   │   │   │   │   ├── qgsnetworkaccessmanager.h
│   │   │   │   │   ├── qgsnetworkcontentfetcher.h
│   │   │   │   │   ├── qgsnetworkdiskcache.h
│   │   │   │   │   ├── qgsnetworkreplyparser.h
│   │   │   │   │   ├── qgsnmeaconnection.h
│   │   │   │   │   ├── qgsnullsymbolrenderer.h
│   │   │   │   │   ├── qgsnumericscalebarstyle.h
│   │   │   │   │   ├── qgsobjectcustomproperties.h
│   │   │   │   │   ├── qgsofflineediting.h
│   │   │   │   │   ├── qgsogcutils.h
│   │   │   │   │   ├── qgsoptional.h
│   │   │   │   │   ├── qgsoptionalexpression.h
│   │   │   │   │   ├── qgsowsconnection.h
│   │   │   │   │   ├── qgspainteffect.h
│   │   │   │   │   ├── qgspainteffectregistry.h
│   │   │   │   │   ├── qgspaintenginehack.h
│   │   │   │   │   ├── qgspainting.h
│   │   │   │   │   ├── qgspalettedrasterrenderer.h
│   │   │   │   │   ├── qgspallabeling.h
│   │   │   │   │   ├── qgspaperitem.h
│   │   │   │   │   ├── qgspiediagram.h
│   │   │   │   │   ├── qgspluginlayer.h
│   │   │   │   │   ├── qgspluginlayerregistry.h
│   │   │   │   │   ├── qgspoint.h
│   │   │   │   │   ├── qgspointclusterrenderer.h
│   │   │   │   │   ├── qgspointdisplacementrenderer.h
│   │   │   │   │   ├── qgspointdistancerenderer.h
│   │   │   │   │   ├── qgspointlocator.h
│   │   │   │   │   ├── qgspointv2.h
│   │   │   │   │   ├── qgspolygon.h
│   │   │   │   │   ├── qgsprocessingfeedback.h
│   │   │   │   │   ├── qgsprocessingprovider.h
│   │   │   │   │   ├── qgsprocessingregistry.h
│   │   │   │   │   ├── qgsproject.h
│   │   │   │   │   ├── qgsprojectbadlayerhandler.h
│   │   │   │   │   ├── qgsprojectfiletransform.h
│   │   │   │   │   ├── qgsprojectproperty.h
│   │   │   │   │   ├── qgsprojectversion.h
│   │   │   │   │   ├── qgsproperty.h
│   │   │   │   │   ├── qgspropertycollection.h
│   │   │   │   │   ├── qgspropertytransformer.h
│   │   │   │   │   ├── qgsprovidermetadata.h
│   │   │   │   │   ├── qgsproviderregistry.h
│   │   │   │   │   ├── qgspythonrunner.h
│   │   │   │   │   ├── qgsqtlocationconnection.h
│   │   │   │   │   ├── qgsraster.h
│   │   │   │   │   ├── qgsrasterbandstats.h
│   │   │   │   │   ├── qgsrasterblock.h
│   │   │   │   │   ├── qgsrasterchecker.h
│   │   │   │   │   ├── qgsrasterdataprovider.h
│   │   │   │   │   ├── qgsrasterdrawer.h
│   │   │   │   │   ├── qgsrasterfilewriter.h
│   │   │   │   │   ├── qgsrasterhistogram.h
│   │   │   │   │   ├── qgsrasteridentifyresult.h
│   │   │   │   │   ├── qgsrasterinterface.h
│   │   │   │   │   ├── qgsrasteriterator.h
│   │   │   │   │   ├── qgsrasterlayer.h
│   │   │   │   │   ├── qgsrasterminmaxorigin.h
│   │   │   │   │   ├── qgsrasternuller.h
│   │   │   │   │   ├── qgsrasterpipe.h
│   │   │   │   │   ├── qgsrasterprojector.h
│   │   │   │   │   ├── qgsrasterpyramid.h
│   │   │   │   │   ├── qgsrasterrange.h
│   │   │   │   │   ├── qgsrasterrenderer.h
│   │   │   │   │   ├── qgsrasterresamplefilter.h
│   │   │   │   │   ├── qgsrasterresampler.h
│   │   │   │   │   ├── qgsrastershader.h
│   │   │   │   │   ├── qgsrastershaderfunction.h
│   │   │   │   │   ├── qgsrastertransparency.h
│   │   │   │   │   ├── qgsrasterviewport.h
│   │   │   │   │   ├── qgsrectangle.h
│   │   │   │   │   ├── qgsrelation.h
│   │   │   │   │   ├── qgsrelationmanager.h
│   │   │   │   │   ├── qgsrelationreferencefieldformatter.h
│   │   │   │   │   ├── qgsrenderchecker.h
│   │   │   │   │   ├── qgsrendercontext.h
│   │   │   │   │   ├── qgsrenderer.h
│   │   │   │   │   ├── qgsrendererregistry.h
│   │   │   │   │   ├── qgsrulebasedrenderer.h
│   │   │   │   │   ├── qgsrunprocess.h
│   │   │   │   │   ├── qgsruntimeprofiler.h
│   │   │   │   │   ├── qgsscalebarstyle.h
│   │   │   │   │   ├── qgsscalecalculator.h
│   │   │   │   │   ├── qgsscaleexpression.h
│   │   │   │   │   ├── qgsscaleutils.h
│   │   │   │   │   ├── qgsshadoweffect.h
│   │   │   │   │   ├── qgssimplifymethod.h
│   │   │   │   │   ├── qgssinglebandcolordatarenderer.h
│   │   │   │   │   ├── qgssinglebandgrayrenderer.h
│   │   │   │   │   ├── qgssinglebandpseudocolorrenderer.h
│   │   │   │   │   ├── qgssingleboxscalebarstyle.h
│   │   │   │   │   ├── qgssinglesymbolrenderer.h
│   │   │   │   │   ├── qgssnapper.h
│   │   │   │   │   ├── qgssnappingconfig.h
│   │   │   │   │   ├── qgssnappingutils.h
│   │   │   │   │   ├── qgsspatialindex.h
│   │   │   │   │   ├── qgssqlexpressioncompiler.h
│   │   │   │   │   ├── qgsstatisticalsummary.h
│   │   │   │   │   ├── qgsstringstatisticalsummary.h
│   │   │   │   │   ├── qgsstringutils.h
│   │   │   │   │   ├── qgsstyle.h
│   │   │   │   │   ├── qgssurface.h
│   │   │   │   │   ├── qgssvgannotation.h
│   │   │   │   │   ├── qgssvgcache.h
│   │   │   │   │   ├── qgssymbol.h
│   │   │   │   │   ├── qgssymbollayer.h
│   │   │   │   │   ├── qgssymbollayerregistry.h
│   │   │   │   │   ├── qgssymbollayerutils.h
│   │   │   │   │   ├── qgstaskmanager.h
│   │   │   │   │   ├── qgstestutils.h
│   │   │   │   │   ├── qgstextannotation.h
│   │   │   │   │   ├── qgstextdiagram.h
│   │   │   │   │   ├── qgstextlabelfeature.h
│   │   │   │   │   ├── qgstextrenderer.h
│   │   │   │   │   ├── qgstextrenderer_p.h
│   │   │   │   │   ├── qgsticksscalebarstyle.h
│   │   │   │   │   ├── qgstolerance.h
│   │   │   │   │   ├── qgstracer.h
│   │   │   │   │   ├── qgstrackedvectorlayertools.h
│   │   │   │   │   ├── qgstransaction.h
│   │   │   │   │   ├── qgstransactiongroup.h
│   │   │   │   │   ├── qgstransformeffect.h
│   │   │   │   │   ├── qgsunittypes.h
│   │   │   │   │   ├── qgsvaluemapfieldformatter.h
│   │   │   │   │   ├── qgsvaluerelationfieldformatter.h
│   │   │   │   │   ├── qgsvectordataprovider.h
│   │   │   │   │   ├── qgsvectorfieldsymbollayer.h
│   │   │   │   │   ├── qgsvectorfilewriter.h
│   │   │   │   │   ├── qgsvectorlayer.h
│   │   │   │   │   ├── qgsvectorlayercache.h
│   │   │   │   │   ├── qgsvectorlayerdiagramprovider.h
│   │   │   │   │   ├── qgsvectorlayereditbuffer.h
│   │   │   │   │   ├── qgsvectorlayereditpassthrough.h
│   │   │   │   │   ├── qgsvectorlayereditutils.h
│   │   │   │   │   ├── qgsvectorlayerfeatureiterator.h
│   │   │   │   │   ├── qgsvectorlayerimport.h
│   │   │   │   │   ├── qgsvectorlayerjoinbuffer.h
│   │   │   │   │   ├── qgsvectorlayerjoininfo.h
│   │   │   │   │   ├── qgsvectorlayerlabelprovider.h
│   │   │   │   │   ├── qgsvectorlayerrenderer.h
│   │   │   │   │   ├── qgsvectorlayertools.h
│   │   │   │   │   ├── qgsvectorlayerundocommand.h
│   │   │   │   │   ├── qgsvectorlayerutils.h
│   │   │   │   │   ├── qgsvectorsimplifymethod.h
│   │   │   │   │   ├── qgswebframe.h
│   │   │   │   │   ├── qgswebpage.h
│   │   │   │   │   ├── qgswebview.h
│   │   │   │   │   ├── qgswkbptr.h
│   │   │   │   │   ├── qgswkbtypes.h
│   │   │   │   │   └── qgsxmlutils.h
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info.plist
│   │   │   │   └── qgis_core
│   │   │   └── Current -> 2.99
│   │   └── qgis_core -> Versions/Current/qgis_core
│   ├── qgis_gui.framework
│   │   ├── Headers -> Versions/Current/Headers
│   │   ├── Resources -> Versions/Current/Resources
│   │   ├── Versions
│   │   │   ├── 2.99
│   │   │   │   ├── Headers
│   │   │   │   │   ├── characterwidget.h
│   │   │   │   │   ├── qgisgui.h
│   │   │   │   │   ├── qgisinterface.h
│   │   │   │   │   ├── qgs25drendererwidget.h
│   │   │   │   │   ├── qgsactionmenu.h
│   │   │   │   │   ├── qgsadvanceddigitizingdockwidget.h
│   │   │   │   │   ├── qgsarrowsymbollayerwidget.h
│   │   │   │   │   ├── qgsattributedialog.h
│   │   │   │   │   ├── qgsattributeeditorcontext.h
│   │   │   │   │   ├── qgsattributeform.h
│   │   │   │   │   ├── qgsattributeformeditorwidget.h
│   │   │   │   │   ├── qgsattributeforminterface.h
│   │   │   │   │   ├── qgsattributeformlegacyinterface.h
│   │   │   │   │   ├── qgsattributetabledelegate.h
│   │   │   │   │   ├── qgsattributetablefiltermodel.h
│   │   │   │   │   ├── qgsattributetablemodel.h
│   │   │   │   │   ├── qgsattributetableview.h
│   │   │   │   │   ├── qgsattributetypeloaddialog.h
│   │   │   │   │   ├── qgsauthauthoritieseditor.h
│   │   │   │   │   ├── qgsauthcertificateinfo.h
│   │   │   │   │   ├── qgsauthcertificatemanager.h
│   │   │   │   │   ├── qgsauthcerttrustpolicycombobox.h
│   │   │   │   │   ├── qgsauthconfigedit.h
│   │   │   │   │   ├── qgsauthconfigeditor.h
│   │   │   │   │   ├── qgsauthconfigidedit.h
│   │   │   │   │   ├── qgsauthconfigselect.h
│   │   │   │   │   ├── qgsautheditorwidgets.h
│   │   │   │   │   ├── qgsauthguiutils.h
│   │   │   │   │   ├── qgsauthidentitieseditor.h
│   │   │   │   │   ├── qgsauthimportcertdialog.h
│   │   │   │   │   ├── qgsauthimportidentitydialog.h
│   │   │   │   │   ├── qgsauthmasterpassresetdialog.h
│   │   │   │   │   ├── qgsauthmethodedit.h
│   │   │   │   │   ├── qgsauthserverseditor.h
│   │   │   │   │   ├── qgsauthsslconfigwidget.h
│   │   │   │   │   ├── qgsauthsslerrorsdialog.h
│   │   │   │   │   ├── qgsauthsslimportdialog.h
│   │   │   │   │   ├── qgsauthtrustedcasdialog.h
│   │   │   │   │   ├── qgsblendmodecombobox.h
│   │   │   │   │   ├── qgsbrowsertreeview.h
│   │   │   │   │   ├── qgsbrushstylecombobox.h
│   │   │   │   │   ├── qgsbusyindicatordialog.h
│   │   │   │   │   ├── qgscategorizedsymbolrendererwidget.h
│   │   │   │   │   ├── qgscharacterselectdialog.h
│   │   │   │   │   ├── qgscheckboxconfigdlg.h
│   │   │   │   │   ├── qgscheckboxsearchwidgetwrapper.h
│   │   │   │   │   ├── qgscheckboxwidgetfactory.h
│   │   │   │   │   ├── qgscheckboxwidgetwrapper.h
│   │   │   │   │   ├── qgsclassificationwidgetwrapper.h
│   │   │   │   │   ├── qgsclassificationwidgetwrapperfactory.h
│   │   │   │   │   ├── qgscodeeditor.h
│   │   │   │   │   ├── qgscodeeditorcss.h
│   │   │   │   │   ├── qgscodeeditorhtml.h
│   │   │   │   │   ├── qgscodeeditorpython.h
│   │   │   │   │   ├── qgscodeeditorsql.h
│   │   │   │   │   ├── qgscollapsiblegroupbox.h
│   │   │   │   │   ├── qgscolorbrewercolorrampdialog.h
│   │   │   │   │   ├── qgscolorbutton.h
│   │   │   │   │   ├── qgscolordialog.h
│   │   │   │   │   ├── qgscolorrampbutton.h
│   │   │   │   │   ├── qgscolorschemelist.h
│   │   │   │   │   ├── qgscolorswatchgrid.h
│   │   │   │   │   ├── qgscolorwidgetfactory.h
│   │   │   │   │   ├── qgscolorwidgets.h
│   │   │   │   │   ├── qgscolorwidgetwrapper.h
│   │   │   │   │   ├── qgscomposeritemcombobox.h
│   │   │   │   │   ├── qgscomposerruler.h
│   │   │   │   │   ├── qgscomposerview.h
│   │   │   │   │   ├── qgscompoundcolorwidget.h
│   │   │   │   │   ├── qgsconfigureshortcutsdialog.h
│   │   │   │   │   ├── qgscptcitycolorrampdialog.h
│   │   │   │   │   ├── qgscredentialdialog.h
│   │   │   │   │   ├── qgscursors.h
│   │   │   │   │   ├── qgscustomdrophandler.h
│   │   │   │   │   ├── qgscustomlayerorderwidget.h
│   │   │   │   │   ├── qgsdashspacedialog.h
│   │   │   │   │   ├── qgsdatadefinedbutton.h
│   │   │   │   │   ├── qgsdatetimeedit.h
│   │   │   │   │   ├── qgsdatetimeeditconfig.h
│   │   │   │   │   ├── qgsdatetimeeditfactory.h
│   │   │   │   │   ├── qgsdatetimeeditwrapper.h
│   │   │   │   │   ├── qgsdatetimesearchwidgetwrapper.h
│   │   │   │   │   ├── qgsdatumtransformdialog.h
│   │   │   │   │   ├── qgsdefaultsearchwidgetwrapper.h
│   │   │   │   │   ├── qgsdetaileditemdata.h
│   │   │   │   │   ├── qgsdetaileditemdelegate.h
│   │   │   │   │   ├── qgsdetaileditemwidget.h
│   │   │   │   │   ├── qgsdial.h
│   │   │   │   │   ├── qgsdialog.h
│   │   │   │   │   ├── qgsdockwidget.h
│   │   │   │   │   ├── qgsdoublespinbox.h
│   │   │   │   │   ├── qgsdualview.h
│   │   │   │   │   ├── qgsdummyconfigdlg.h
│   │   │   │   │   ├── qgseditorconfigwidget.h
│   │   │   │   │   ├── qgseditorwidgetautoconf.h
│   │   │   │   │   ├── qgseditorwidgetfactory.h
│   │   │   │   │   ├── qgseditorwidgetregistry.h
│   │   │   │   │   ├── qgseditorwidgetwrapper.h
│   │   │   │   │   ├── qgseffectdrawmodecombobox.h
│   │   │   │   │   ├── qgseffectstackpropertieswidget.h
│   │   │   │   │   ├── qgsellipsesymbollayerwidget.h
│   │   │   │   │   ├── qgsencodingfiledialog.h
│   │   │   │   │   ├── qgsenumerationwidgetfactory.h
│   │   │   │   │   ├── qgsenumerationwidgetwrapper.h
│   │   │   │   │   ├── qgserrordialog.h
│   │   │   │   │   ├── qgsexpressionbuilderdialog.h
│   │   │   │   │   ├── qgsexpressionbuilderwidget.h
│   │   │   │   │   ├── qgsexpressionhighlighter.h
│   │   │   │   │   ├── qgsexpressionlineedit.h
│   │   │   │   │   ├── qgsexpressionselectiondialog.h
│   │   │   │   │   ├── qgsextentgroupbox.h
│   │   │   │   │   ├── qgsexternalresourceconfigdlg.h
│   │   │   │   │   ├── qgsexternalresourcewidget.h
│   │   │   │   │   ├── qgsexternalresourcewidgetfactory.h
│   │   │   │   │   ├── qgsexternalresourcewidgetwrapper.h
│   │   │   │   │   ├── qgsfeaturelistmodel.h
│   │   │   │   │   ├── qgsfeaturelistview.h
│   │   │   │   │   ├── qgsfeaturelistviewdelegate.h
│   │   │   │   │   ├── qgsfeaturemodel.h
│   │   │   │   │   ├── qgsfeatureselectiondlg.h
│   │   │   │   │   ├── qgsfeatureselectionmodel.h
│   │   │   │   │   ├── qgsfieldcombobox.h
│   │   │   │   │   ├── qgsfieldconditionalformatwidget.h
│   │   │   │   │   ├── qgsfieldexpressionwidget.h
│   │   │   │   │   ├── qgsfieldmodel.h
│   │   │   │   │   ├── qgsfieldproxymodel.h
│   │   │   │   │   ├── qgsfieldvalidator.h
│   │   │   │   │   ├── qgsfieldvalueslineedit.h
│   │   │   │   │   ├── qgsfiledownloader.h
│   │   │   │   │   ├── qgsfiledropedit.h
│   │   │   │   │   ├── qgsfilewidget.h
│   │   │   │   │   ├── qgsfilterlineedit.h
│   │   │   │   │   ├── qgsfloatingwidget.h
│   │   │   │   │   ├── qgsfocuswatcher.h
│   │   │   │   │   ├── qgsformannotation.h
│   │   │   │   │   ├── qgsgenericfeatureselectionmanager.h
│   │   │   │   │   ├── qgsgenericprojectionselector.h
│   │   │   │   │   ├── qgsgradientcolorrampdialog.h
│   │   │   │   │   ├── qgsgradientstopeditor.h
│   │   │   │   │   ├── qgsgraduatedhistogramwidget.h
│   │   │   │   │   ├── qgsgraduatedsymbolrendererwidget.h
│   │   │   │   │   ├── qgsgroupwmsdatadialog.h
│   │   │   │   │   ├── qgsheatmaprendererwidget.h
│   │   │   │   │   ├── qgshelp.h
│   │   │   │   │   ├── qgshiddenwidgetfactory.h
│   │   │   │   │   ├── qgshiddenwidgetwrapper.h
│   │   │   │   │   ├── qgshighlight.h
│   │   │   │   │   ├── qgshillshaderendererwidget.h
│   │   │   │   │   ├── qgshistogramwidget.h
│   │   │   │   │   ├── qgsidentifymenu.h
│   │   │   │   │   ├── qgsifeatureselectionmanager.h
│   │   │   │   │   ├── qgsinvertedpolygonrendererwidget.h
│   │   │   │   │   ├── qgskeyvaluewidget.h
│   │   │   │   │   ├── qgskeyvaluewidgetfactory.h
│   │   │   │   │   ├── qgskeyvaluewidgetwrapper.h
│   │   │   │   │   ├── qgslayerpropertieswidget.h
│   │   │   │   │   ├── qgslayertreeembeddedconfigwidget.h
│   │   │   │   │   ├── qgslayertreeembeddedwidgetregistry.h
│   │   │   │   │   ├── qgslayertreeembeddedwidgetsimpl.h
│   │   │   │   │   ├── qgslayertreemapcanvasbridge.h
│   │   │   │   │   ├── qgslayertreeview.h
│   │   │   │   │   ├── qgslayertreeviewdefaultactions.h
│   │   │   │   │   ├── qgslegendfilterbutton.h
│   │   │   │   │   ├── qgslimitedrandomcolorrampdialog.h
│   │   │   │   │   ├── qgslistwidget.h
│   │   │   │   │   ├── qgslistwidgetfactory.h
│   │   │   │   │   ├── qgslistwidgetwrapper.h
│   │   │   │   │   ├── qgslonglongvalidator.h
│   │   │   │   │   ├── qgsludialog.h
│   │   │   │   │   ├── qgsmanageconnectionsdialog.h
│   │   │   │   │   ├── qgsmapcanvas.h
│   │   │   │   │   ├── qgsmapcanvasannotationitem.h
│   │   │   │   │   ├── qgsmapcanvasitem.h
│   │   │   │   │   ├── qgsmapcanvasmap.h
│   │   │   │   │   ├── qgsmapcanvassnapper.h
│   │   │   │   │   ├── qgsmapcanvassnappingutils.h
│   │   │   │   │   ├── qgsmapcanvastracer.h
│   │   │   │   │   ├── qgsmaplayeractionregistry.h
│   │   │   │   │   ├── qgsmaplayercombobox.h
│   │   │   │   │   ├── qgsmaplayerconfigwidget.h
│   │   │   │   │   ├── qgsmaplayerconfigwidgetfactory.h
│   │   │   │   │   ├── qgsmaplayerstylemanagerwidget.h
│   │   │   │   │   ├── qgsmapmouseevent.h
│   │   │   │   │   ├── qgsmapoverviewcanvas.h
│   │   │   │   │   ├── qgsmaptip.h
│   │   │   │   │   ├── qgsmaptool.h
│   │   │   │   │   ├── qgsmaptooladvanceddigitizing.h
│   │   │   │   │   ├── qgsmaptoolcapture.h
│   │   │   │   │   ├── qgsmaptooledit.h
│   │   │   │   │   ├── qgsmaptoolemitpoint.h
│   │   │   │   │   ├── qgsmaptoolidentify.h
│   │   │   │   │   ├── qgsmaptoolidentifyfeature.h
│   │   │   │   │   ├── qgsmaptoolpan.h
│   │   │   │   │   ├── qgsmaptoolzoom.h
│   │   │   │   │   ├── qgsmessagebar.h
│   │   │   │   │   ├── qgsmessagebaritem.h
│   │   │   │   │   ├── qgsmessagelogviewer.h
│   │   │   │   │   ├── qgsmessageviewer.h
│   │   │   │   │   ├── qgsmultibandcolorrendererwidget.h
│   │   │   │   │   ├── qgsmultiedittoolbutton.h
│   │   │   │   │   ├── qgsnewgeopackagelayerdialog.h
│   │   │   │   │   ├── qgsnewhttpconnection.h
│   │   │   │   │   ├── qgsnewmemorylayerdialog.h
│   │   │   │   │   ├── qgsnewnamedialog.h
│   │   │   │   │   ├── qgsnewvectorlayerdialog.h
│   │   │   │   │   ├── qgsnullsymbolrendererwidget.h
│   │   │   │   │   ├── qgsoptionsdialogbase.h
│   │   │   │   │   ├── qgsorderbydialog.h
│   │   │   │   │   ├── qgsorganizetablecolumnsdialog.h
│   │   │   │   │   ├── qgsowssourceselect.h
│   │   │   │   │   ├── qgspainteffectpropertieswidget.h
│   │   │   │   │   ├── qgspainteffectwidget.h
│   │   │   │   │   ├── qgspalettedrendererwidget.h
│   │   │   │   │   ├── qgspanelwidget.h
│   │   │   │   │   ├── qgspanelwidgetstack.h
│   │   │   │   │   ├── qgspenstylecombobox.h
│   │   │   │   │   ├── qgspixmaplabel.h
│   │   │   │   │   ├── qgspluginmanagerinterface.h
│   │   │   │   │   ├── qgspointclusterrendererwidget.h
│   │   │   │   │   ├── qgspointdisplacementrendererwidget.h
│   │   │   │   │   ├── qgspresetcolorrampdialog.h
│   │   │   │   │   ├── qgsprevieweffect.h
│   │   │   │   │   ├── qgsprojectionselectionwidget.h
│   │   │   │   │   ├── qgsprojectionselector.h
│   │   │   │   │   ├── qgspropertyoverridebutton.h
│   │   │   │   │   ├── qgsquerybuilder.h
│   │   │   │   │   ├── qgsrangeconfigdlg.h
│   │   │   │   │   ├── qgsrangewidgetfactory.h
│   │   │   │   │   ├── qgsrangewidgetwrapper.h
│   │   │   │   │   ├── qgsrasterformatsaveoptionswidget.h
│   │   │   │   │   ├── qgsrasterhistogramwidget.h
│   │   │   │   │   ├── qgsrasterlayersaveasdialog.h
│   │   │   │   │   ├── qgsrasterminmaxwidget.h
│   │   │   │   │   ├── qgsrasterpyramidsoptionswidget.h
│   │   │   │   │   ├── qgsrasterrendererwidget.h
│   │   │   │   │   ├── qgsrastertransparencywidget.h
│   │   │   │   │   ├── qgsrelationeditorwidget.h
│   │   │   │   │   ├── qgsrelationreferenceconfigdlg.h
│   │   │   │   │   ├── qgsrelationreferencefactory.h
│   │   │   │   │   ├── qgsrelationreferencesearchwidgetwrapper.h
│   │   │   │   │   ├── qgsrelationreferencewidget.h
│   │   │   │   │   ├── qgsrelationreferencewidgetwrapper.h
│   │   │   │   │   ├── qgsrelationwidgetwrapper.h
│   │   │   │   │   ├── qgsrendererpropertiesdialog.h
│   │   │   │   │   ├── qgsrendererrasterpropertieswidget.h
│   │   │   │   │   ├── qgsrendererwidget.h
│   │   │   │   │   ├── qgsrubberband.h
│   │   │   │   │   ├── qgsrulebasedrendererwidget.h
│   │   │   │   │   ├── qgsscalecombobox.h
│   │   │   │   │   ├── qgsscalerangewidget.h
│   │   │   │   │   ├── qgsscalevisibilitydialog.h
│   │   │   │   │   ├── qgsscalewidget.h
│   │   │   │   │   ├── qgssearchquerybuilder.h
│   │   │   │   │   ├── qgssearchwidgettoolbutton.h
│   │   │   │   │   ├── qgssearchwidgetwrapper.h
│   │   │   │   │   ├── qgsshortcutsmanager.h
│   │   │   │   │   ├── qgssinglebandgrayrendererwidget.h
│   │   │   │   │   ├── qgssinglebandpseudocolorrendererwidget.h
│   │   │   │   │   ├── qgssinglesymbolrendererwidget.h
│   │   │   │   │   ├── qgssizescalewidget.h
│   │   │   │   │   ├── qgsslider.h
│   │   │   │   │   ├── qgssmartgroupeditordialog.h
│   │   │   │   │   ├── qgssourceselectdialog.h
│   │   │   │   │   ├── qgsspinbox.h
│   │   │   │   │   ├── qgssqlcomposerdialog.h
│   │   │   │   │   ├── qgsstyleexportimportdialog.h
│   │   │   │   │   ├── qgsstylegroupselectiondialog.h
│   │   │   │   │   ├── qgsstylemanagerdialog.h
│   │   │   │   │   ├── qgsstylesavedialog.h
│   │   │   │   │   ├── qgssublayersdialog.h
│   │   │   │   │   ├── qgssubstitutionlistwidget.h
│   │   │   │   │   ├── qgssvgselectorwidget.h
│   │   │   │   │   ├── qgssymbollayerwidget.h
│   │   │   │   │   ├── qgssymbollevelsdialog.h
│   │   │   │   │   ├── qgssymbolselectordialog.h
│   │   │   │   │   ├── qgssymbolslistwidget.h
│   │   │   │   │   ├── qgssymbolwidgetcontext.h
│   │   │   │   │   ├── qgstablewidgetbase.h
│   │   │   │   │   ├── qgstablewidgetitem.h
│   │   │   │   │   ├── qgstabwidget.h
│   │   │   │   │   ├── qgstaskmanagerwidget.h
│   │   │   │   │   ├── qgstexteditconfigdlg.h
│   │   │   │   │   ├── qgstexteditsearchwidgetwrapper.h
│   │   │   │   │   ├── qgstexteditwidgetfactory.h
│   │   │   │   │   ├── qgstexteditwrapper.h
│   │   │   │   │   ├── qgstextformatwidget.h
│   │   │   │   │   ├── qgstextpreview.h
│   │   │   │   │   ├── qgstreewidgetitem.h
│   │   │   │   │   ├── qgsuniquevaluesconfigdlg.h
│   │   │   │   │   ├── qgsuniquevaluewidgetfactory.h
│   │   │   │   │   ├── qgsuniquevaluewidgetwrapper.h
│   │   │   │   │   ├── qgsunitselectionwidget.h
│   │   │   │   │   ├── qgsuserinputdockwidget.h
│   │   │   │   │   ├── qgsuuidwidgetfactory.h
│   │   │   │   │   ├── qgsuuidwidgetwrapper.h
│   │   │   │   │   ├── qgsvaluemapconfigdlg.h
│   │   │   │   │   ├── qgsvaluemapsearchwidgetwrapper.h
│   │   │   │   │   ├── qgsvaluemapwidgetfactory.h
│   │   │   │   │   ├── qgsvaluemapwidgetwrapper.h
│   │   │   │   │   ├── qgsvaluerelationconfigdlg.h
│   │   │   │   │   ├── qgsvaluerelationsearchwidgetwrapper.h
│   │   │   │   │   ├── qgsvaluerelationwidgetfactory.h
│   │   │   │   │   ├── qgsvaluerelationwidgetwrapper.h
│   │   │   │   │   ├── qgsvariableeditorwidget.h
│   │   │   │   │   ├── qgsvectorfieldsymbollayerwidget.h
│   │   │   │   │   ├── qgsvectorlayerselectionmanager.h
│   │   │   │   │   ├── qgsvertexmarker.h
│   │   │   │   │   └── qgswidgetwrapper.h
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info.plist
│   │   │   │   └── qgis_gui
│   │   │   └── Current -> 2.99
│   │   └── qgis_gui -> Versions/Current/qgis_gui
│   ├── qgisgrass6.framework -> ../../Plugins/qgis/qgisgrass6.framework
│   └── qgisgrass7.framework -> ../../Plugins/qgis/qgisgrass7.framework
└── python
    └── qgis
        └── testing

48 directories, 739 files

You can see the python directory doesn't get any build products...

Error in compilation

Hi! I'm using the new brew formula on sierra.

robsalasco@agafya:~$ brew install qgis3-dev
Updating Homebrew...
==> Installing qgis3-dev from qgis/qgisdev
==> Cloning https://github.com/qgis/QGIS.git
Updating /Users/robsalasco/Library/Caches/Homebrew/qgis3-dev--git
==> Checking out branch master
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-D
==> cmake --build . --target all -- -j 4
==> cmake --build . --target install -- -j 4
Last 15 lines from /Users/robsalasco/Library/Logs/Homebrew/qgis3-dev/03.cmake:
-- Installing: /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/pyplugin_installer/ui_qgsplugininstallerpluginerrorbase.py
-- Installing: /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/pyplugin_installer/ui_qgsplugininstallerrepositorybase.py
-- Installing: /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/qgis/testing/__init__.py
-- Installing: /usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/qgis/testing/mocked.py
CMake Error at /tmp/qgis3-dev-20170818-96695-1v65hn4/cmake/MacBundleMacros.cmake:236 (STRING):
  STRING sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
  mac/0qgis.cmake:10 (INCLUDE)
  mac/cmake_install.cmake:35 (include)
  cmake_install.cmake:42 (include)


FAILED: CMakeFiles/install.util
cd /tmp/qgis3-dev-20170818-96695-1v65hn4/build && /usr/local/Cellar/cmake/3.9.1/bin/cmake -P cmake_install.cmake
ninja: build stopped: subcommand failed.

qgis3-dev and Qt 5.8/5.7 incompatible formulae

Currently there is a mess with Qt 5.8.0 and 5.7.x (due to changes upstream at Homebrew). I have been working hard to fix this; but, as of right now, you end up with a mix of Qt libs and headers, leading to obvious build and runtime problems. I'll keep you posted. If it doesn't get addressed soon, I'll have to make several more temporary duplicate formulae.

The outstanding formulae still stuck at Qt 5.7 are sip, pyqt5, qscintilla2, with the latter two causing mixed Qt library cross-version header noise and loading in QGIS building/running. See: Homebrew/homebrew-core#10171

That PR involves incompatibility of 5.8 upgrades with octave. If anyone here knows much about that program's GUI option (Qt-based), please help out, if you can. I looked at the main window destructor and did not readily see any obvious reason of why it is crashing on exit, but only for Qt 5.8 (may be related to threads).

Processing plugin fails to load at startup

Don't know it's related to a brew formula or not, but I'm getting

Couldn't load plugin 'processing' 

FileNotFoundError: [Errno 2] 
No such file or directory: 
'/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ui/PredefinedExpressionDialog.ui' 

at startup.
I'll try to build on Arch machine to figure out if it's formula or upstream.

Undefined 'lib_qt4'

Trying to compile the latest qgis3-dev formula ended with the following error:

Error: undefined local variable or method 'lib_qt4' for #<Formulary::FormulaNamespacee06509da8ce28e7c35872f88367a4f0d::Qgis3Dev:0x007ff194a187a8>
/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb:316:in 'install'
/usr/local/Homebrew/Library/Homebrew/build.rb:139:in 'block (2 levels) in install'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1093:in 'block in brew'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1910:in 'block in stage'
/usr/local/Homebrew/Library/Homebrew/resource.rb:97:in 'block in unpack'
/usr/local/Homebrew/Library/Homebrew/extend/fileutils.rb:14:in 'block in mktemp'
/usr/local/Homebrew/Library/Homebrew/extend/fileutils.rb:74:in 'block in run'
/usr/local/Homebrew/Library/Homebrew/extend/fileutils.rb:74:in 'chdir'
/usr/local/Homebrew/Library/Homebrew/extend/fileutils.rb:74:in 'run'
/usr/local/Homebrew/Library/Homebrew/extend/fileutils.rb:13:in 'mktemp'
/usr/local/Homebrew/Library/Homebrew/resource.rb:93:in 'unpack'
/usr/local/Homebrew/Library/Homebrew/resource.rb:85:in 'stage'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1887:in 'stage'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1088:in 'brew'
/usr/local/Homebrew/Library/Homebrew/build.rb:114:in 'block in install'
/usr/local/Homebrew/Library/Homebrew/utils.rb:554:in 'with_env'
/usr/local/Homebrew/Library/Homebrew/build.rb:111:in 'install'
/usr/local/Homebrew/Library/Homebrew/build.rb:188:in '<main>'

can't install qgis dev

brew install --no-sandbox qgis/qgisdev/qgis3-dev
==> Installing qgis3-dev from qgis/qgisdev
==> Cloning https://github.com/qgis/QGIS.git
Updating /Users/geoheil/Library/Caches/Homebrew/qgis3-dev--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 409d47e83e Modernize code
==> /usr/local/bin/pip3 install --user future psycopg2 python-dateutil httplib2 pytz six nose2 pygments jinja2 pyyaml requests owslib
Last 15 lines from /Users/geoheil/Library/Logs/Homebrew/qgis3-dev/01.pip3:
                  ^
    _proj.c:7488:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
        tstate->exc_traceback = local_tb;
                ^~~~~~~~~~~~~
                curexc_traceback
    /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
        PyObject *curexc_traceback;
                  ^
    15 warnings and 15 errors generated.
    error: command 'clang' failed with exit status 1

    ----------------------------------------
Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-_ux1p2pr/pyproj/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-ovzp1pyw/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /private/tmp/pip-install-_ux1p2pr/pyproj/
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Error: homebrew/science was deprecated

 brew install qgis/qgisdev/qgis3-dev

...

==> Tapping qgis/qgisdev
Cloning into '/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 22 (delta 6), reused 7 (delta 3), pack-reused 0
Unpacking objects: 100% (22/22), done.
Warning: Calling 'depends_on :python3' is deprecated!
Use 'depends_on "python3"' instead.
/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb:69:in `<class:Qgis3Dev>'
Please report this to the qgis/qgisdev tap!

Tapped 1 formula (60 files, 148.2KB)
==> Installing qgis3-dev from qgis/qgisdev
Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/osgeo/homebrew-osgeo4mac/Formula/pyqt5-webkit.rb:19:in `<class:Pyqt5Webkit>'
Please report this to the osgeo/osgeo4mac tap!

Warning: Calling 'depends_on :python3' is deprecated!
Use 'depends_on "python3"' instead.
/usr/local/Homebrew/Library/Taps/osgeo/homebrew-osgeo4mac/Formula/pyqt5-webkit.rb:20:in `<class:Pyqt5Webkit>'
Please report this to the osgeo/osgeo4mac tap!

Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.

PYTHONPATH Problem

Hi,
my problem is perhaps similar to the closed issue from nextstopsun under "#2".
During a new installation of qgis3-dev I get:
Failed to import the site module
Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x!
PYTHONPATH is currently: "/usr/local/lib/python2.7/site-packages"
You should unset PYTHONPATH to fix this.
I've unset PYTHONPATH - no success.
I've inserted the PYTHONPATH for Python 3.6 in my .bashrc_profile and reload the file with "source" - no success. The above error massage still remains.
A "brew install qgis3-dev" failed with the massage:
[ 36%] Built target python_module_qgis__core
make: *** [all] Error 2
I run "cmake -DQGIS_SRC="$(brew --cache)/qgis3-dev--git" -P Documents/QGIS/test-cmake-find-pyinterp.cmake":
-- CMake's PythonInterp module
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.6", minimum required is "3")
-- QGIS's FindPythonLibrary module
-- Found Python executable: /usr/local/bin/python3
-- Found Python version: 3.6.0
-- Found Python library: /usr/local/Frameworks/Python.framework/Versions/3.6/Python
-- Found Python site-packages: /usr/local/lib/python3.6/site-packages
-- CMake's PythonLibs module
-- Found PythonLibs: /usr/local/Frameworks/Python.framework/Versions/3.6/Python (found suitable version "3.6.0", minimum required is "3")
-- Dumping current CMake variables to ...
/Users/scholle-b/test-cmake-find-pyinterp_cmake-vars.txt
See attached file test-cmake-find-pyinterp.txt
I noticed that when installing gdal2-python Python 2.7 is pre-installed as a dependency, although I use the "--with-python3" option.
I don't know what else I can do or where I could find the default path for Python 2.7 somewhere else.

cannot tap qgis/qgisdev

 $ brew tap qgis/qgisdev
==> Tapping qgis/qgisdev
Cloning into '/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 22 (delta 6), reused 7 (delta 3), pack-reused 0
Unpacking objects: 100% (22/22), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb
Calling 'depends_on :python3' is disabled!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb:69:in `<class:Qgis3Dev>'
Please report this to the qgis/qgisdev tap!
Or, even better, submit a PR to fix it!
Error: Cannot tap qgis/qgisdev: invalid syntax in tap!

more detail:

$ brew tap qgis/qgisdev --debug
==> Tapping qgis/qgisdev
Cloning into '/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev'...
remote: Counting objects: 22, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 22 (delta 6), reused 7 (delta 3), pack-reused 0
Unpacking objects: 100% (22/22), done.
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FromPathLoader): loading /usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb
Calling 'depends_on :python3' is disabled!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/qgis/homebrew-qgisdev/Formula/qgis3-dev.rb:69:in `<class:Qgis3Dev>'
Please report this to the qgis/qgisdev tap!
Or, even better, submit a PR to fix it!
Error: Cannot tap qgis/qgisdev: invalid syntax in tap!
/usr/local/Homebrew/Library/Homebrew/tap.rb:270:in `install'
/usr/local/Homebrew/Library/Homebrew/cmd/tap.rb:50:in `tap'
/usr/local/Homebrew/Library/Homebrew/brew.rb:100:in `<main>'

Launching QGIS 3 dev for the first time error

TypeError: expected str, bytes or os.PathLike object, not NoneType
Traceback (most recent call last):
File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py", line 73, in load
Grass7Utils.grassHelpPath()))
File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Utils.py", line 506, in grassHelpPath
localPath = os.path.join(Grass7Utils.path, 'docs/html')
File "/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/posixpath.py", line 78, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType

OSx
Installed via Homebrew

Can't build QGIS3 Dev

I get this on terminal.

==> Cloning https://github.com/qgis/QGIS.git
Cloning into '/Users/lpuerto/Library/Caches/Homebrew/qgis3-dev--git'...
remote: Counting objects: 14959, done.
remote: Compressing objects: 100% (10738/10738), done.
remote: Total 14959 (delta 4900), reused 9894 (delta 4064), pack-reused 0
Receiving objects: 100% (14959/14959), 95.20 MiB | 1.34 MiB/s, done.
Resolving deltas: 100% (4900/4900), done.
Checking out files: 100% (13991/13991), done.
==> Checking out branch master
==> /usr/local/bin/pip3 install --user future psycopg2 python-dateutil httplib2 pytz six nose2 pygments jinja2 pyyaml re
==> cmake -G Ninja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local
==> cmake --build . --target all -- -j 8
Last 15 lines from /Users/lpuerto/Library/Logs/Homebrew/qgis3-dev/03.cmake:
[562/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui && /usr/local/opt/qt/bin/uic -o /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui/ui_qgsdelattrdialogbase.h /tmp/qgis3-dev-20180309-21313-tmvdba/src/ui/qgsdelattrdialogbase.ui
[563/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui && /usr/local/opt/qt/bin/uic -o /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui/ui_qgsdecorationnortharrowdialog.h /tmp/qgis3-dev-20180309-21313-tmvdba/src/ui/qgsdecorationnortharrowdialog.ui
[564/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui && /usr/local/opt/qt/bin/uic -o /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/ui/ui_qgsdecorationscalebardialog.h /tmp/qgis3-dev-20180309-21313-tmvdba/src/ui/qgsdecorationscalebardialog.ui
[565/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/qt/bin/moc @/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/moc_qgsgmlschema.cpp_parameters
[566/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/qt/bin/moc @/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/moc_qgstransactiongroup.cpp_parameters
[567/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/qt/bin/moc @/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/moc_qgstransaction.cpp_parameters
[568/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/qt/bin/moc @/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/moc_qgsmaplayermodel.cpp_parameters
[569/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/qt/bin/moc @/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/moc_qgsmaplayer.cpp_parameters
[570/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionparser.yy
FAILED: src/core/qgsexpressionparser.cpp
cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionparser.yy
/bin/sh: line 1: 22790 Illegal instruction: 4  /usr/local/opt/bison/bin/bison -o/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpressionparser.cpp -d -v -t /tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionparser.yy
[571/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba && /usr/local/bin/python3 /tmp/qgis3-dev-20180309-21313-tmvdba/scripts/process_function_template.py /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpression_texts.cpp.temp && /usr/local/Cellar/cmake/3.10.2/bin/cmake -DSRC=/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpression_texts.cpp.temp -DDST=/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpression_texts.cpp -P /tmp/qgis3-dev-20180309-21313-tmvdba/cmake/CopyIfChanged.cmake
Files "/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpression_texts.cpp.temp" to "/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/qgsexpression_texts.cpp" are different.
[572/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/flex/bin/flex -o/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/flex_qgssqlstatementlexer.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgssqlstatementlexer.ll
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgssqlstatementlexer.ll:168: warning, the character range [�-] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgssqlstatementlexer.ll:189: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgssqlstatementlexer.ll:189: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
[573/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core && /usr/local/opt/flex/bin/flex -o/tmp/qgis3-dev-20180309-21313-tmvdba/build/src/core/flex_qgsexpressionlexer.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:209: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:209: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:211: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:211: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:213: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:213: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:215: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
/tmp/qgis3-dev-20180309-21313-tmvdba/src/core/qgsexpressionlexer.ll:215: warning, the character range [�-�] is ambiguous in a case-insensitive scanner
[574/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E echo && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E touch /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server/sip_serverpart0.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server/sip_serverpart1.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server/sip_serverpart2.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server/sip_serverpart3.cpp && /usr/local/Cellar/sip/4.19.8/bin/sip -w -e -x TESTS -x ANDROID -x ARM -x MOBILITY_LOCATION -t WS_MACX -t Qt_5_10_1 -g -o -a /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/qgis.server.api -j 4 -c /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server -I /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server -I /usr/local/share/sip/Qt5 -I /tmp/qgis3-dev-20180309-21313-tmvdba/python /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/server/server.sip

[575/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E echo && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E touch /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis/sip_analysispart0.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis/sip_analysispart1.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis/sip_analysispart2.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis/sip_analysispart3.cpp && /usr/local/Cellar/sip/4.19.8/bin/sip -w -e -x TESTS -x ANDROID -x ARM -x MOBILITY_LOCATION -t WS_MACX -t Qt_5_10_1 -g -o -a /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/qgis.analysis.api -j 4 -c /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis -I /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis -I /usr/local/share/sip/Qt5 -I /tmp/qgis3-dev-20180309-21313-tmvdba/python /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/analysis/analysis.sip

[576/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E echo && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E touch /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core/sip_corepart0.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core/sip_corepart1.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core/sip_corepart2.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core/sip_corepart3.cpp && /usr/local/Cellar/sip/4.19.8/bin/sip -w -e -x TESTS -x ANDROID -x ARM -x MOBILITY_LOCATION -t WS_MACX -t Qt_5_10_1 -g -o -a /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/qgis.core.api -j 4 -c /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core -I /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core -I /usr/local/share/sip/Qt5 -I /tmp/qgis3-dev-20180309-21313-tmvdba/python /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/core/core.sip

[577/4734] cd /tmp/qgis3-dev-20180309-21313-tmvdba/build/python && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E echo && /usr/local/Cellar/cmake/3.10.2/bin/cmake -E touch /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui/sip_guipart0.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui/sip_guipart1.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui/sip_guipart2.cpp /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui/sip_guipart3.cpp && /usr/local/Cellar/sip/4.19.8/bin/sip -w -e -x TESTS -x ANDROID -x ARM -x MOBILITY_LOCATION -t WS_MACX -t Qt_5_10_1 -g -o -a /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/qgis.gui.api -I /usr/local/share/sip -j 4 -c /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui -I /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui -I /usr/local/share/sip/Qt5 -I /tmp/qgis3-dev-20180309-21313-tmvdba/python /tmp/qgis3-dev-20180309-21313-tmvdba/build/python/gui/gui.sip

ninja: build stopped: subcommand failed.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/qgis/homebrew-qgisdev/issues

These open issues may also help:
Update qgis3-dev.rb https://github.com/qgis/homebrew-qgisdev/pull/63
Update qgis3-dev.rb https://github.com/qgis/homebrew-qgisdev/pull/61
Python 3.6.0 upgrade breaks existing qgis3-dev https://github.com/qgis/homebrew-qgisdev/issues/11

Any idea of what is the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.