Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-07 Thread Gary Sherman
Larry, Thanks for th einfo. I’m actually behind the times as usual, using CMake 3.9.1, but my build is working now. > On Dec 5, 2017, at 12:59 PM, Larry Shaffer wrote: > > Hi Gary, > > Upon a clean build with CMake 3.10.0 (latest in Homebrew since end of >

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-05 Thread Larry Shaffer
Hi Gary, Upon a clean build with CMake 3.10.0 (latest in Homebrew since end of November), I get the same error as you reported. I did the following to get back to a working compilation toolchain (assuming you are using CMake from Homebrew): brew rm -f cmake # the following is CMake at 3.9.6,

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-04 Thread Larry Shaffer
Hi Gary, Which CMake version are you using? There is a flaw with CMake 3.9.0 thru 3.9.3 that affects automoc targets, which gave me similar errors: https://gitlab.kitware.com/cmake/cmake/issues/17278 Works for me with CMake 3.9.4+, using Homebrew dependencies. Larry Shaffer Dakota Cartography

[QGIS-Developer] Mac build broken d0e927a

2017-12-02 Thread Gary Sherman
make[2]: *** No rule to make target `output/lib/qgis_core.framework/qgis_core', needed by `tests/src/core/CMakeFiles/qgis_compositiontest_autogen'. Stop. make[1]: *** [tests/src/core/CMakeFiles/qgis_compositiontest_autogen.dir/all] Error 2 make: *** [all] Error 2