<div dir="ltr">Hi Gary,<div><br></div><div>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): <br><div class="gmail_extra"><br></div><div class="gmail_extra">brew rm -f cmake</div><div class="gmail_extra"><br></div><div class="gmail_extra"># the following is CMake at 3.9.6, with available 'bottled' binaries, i.e. no need to build from source:</div><div class="gmail_extra">brew install <a href="https://raw.githubusercontent.com/Homebrew/homebrew-core/33ed355cfc5ae6c64bb70f80b74876b58d6d413a/Formula/cmake.rb">https://raw.githubusercontent.com/Homebrew/homebrew-core/33ed355cfc5ae6c64bb70f80b74876b58d6d413a/Formula/cmake.rb</a></div><div class="gmail_extra"><br></div><div class="gmail_extra"># this brings 3.10.0 in again</div><div class="gmail_extra">brew upgrade cmake</div><div class="gmail_extra"><br></div><div class="gmail_extra">This leaves you with 3.10.0 'cmake' utility discoverable on PATH (assuming /usr/local/bin is on PATH) and 3.9.6 available from:</div><div class="gmail_extra">/usr/local/Cellar/cmake/3.9.6/bin/cmake</div><div class="gmail_extra"><br></div><div class="gmail_extra">You can use `brew switch cmake 3.9.6` if you want 3.9.6 on PATH. I didn't do that, but instead created a new CMake configuration in Qt Creator (assuming you are using that) and applied it to the kit I am using to build QGIS 3. </div><div class="gmail_extra"><br></div><div class="gmail_extra">I reported upstream at CMake that this issue has returned:<br><a href="https://gitlab.kitware.com/cmake/cmake/issues/17278">https://gitlab.kitware.com/cmake/cmake/issues/17278</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,<br clear="all"><div><div class="gmail_signature"><div dir="ltr"><br>Larry Shaffer<br>Dakota Cartography<br>Black Hills, South Dakota<br>----------------------------------<br>Boundless Desktop and QGIS Support/Development<br>Boundless Spatial - <a href="http://boundlessgeo.com" target="_blank">http://boundlessgeo.com</a><br><a href="mailto:lshaffer@boundlessgeo.com" target="_blank">lshaffer@boundlessgeo.com</a></div></div></div>
<br><div class="gmail_quote">On Mon, Dec 4, 2017 at 10:50 AM, Larry Shaffer <span dir="ltr"><<a href="mailto:larrys@dakotacarto.com" target="_blank">larrys@dakotacarto.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Gary,<div class="gmail_extra"><br></div><div class="gmail_extra">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:</div><div class="gmail_extra"><a href="https://gitlab.kitware.com/cmake/cmake/issues/17278" target="_blank">https://gitlab.kitware.com/<wbr>cmake/cmake/issues/17278</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Works for me with CMake 3.9.4+, using Homebrew dependencies.<span class="gmail-HOEnZb"><font color="#888888"><br clear="all"><div><div class="gmail-m_-6246943985421467786gmail_signature"><div dir="ltr"><br>Larry Shaffer<br>Dakota Cartography<br>Black Hills, South Dakota<br>------------------------------<wbr>----<br>Boundless Desktop and QGIS Support/Development<br>Boundless Spatial - <a href="http://boundlessgeo.com" target="_blank">http://boundlessgeo.com</a><br><a href="mailto:lshaffer@boundlessgeo.com" target="_blank">lshaffer@boundlessgeo.com</a></div></div></div></font></span><div><div class="gmail-h5">
<br><div class="gmail_quote">On Sat, Dec 2, 2017 at 8:44 AM, Gary Sherman <span dir="ltr"><<a href="mailto:gsherman@geoapt.com" target="_blank">gsherman@geoapt.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">make[2]: *** No rule to make target `output/lib/qgis_core.framewor<wbr>k/qgis_core', needed by `tests/src/core/CMakeFiles/qgi<wbr>s_compositiontest_autogen'.  Stop.<br>
make[1]: *** [tests/src/core/CMakeFiles/qgi<wbr>s_compositiontest_autogen.dir/<wbr>all] Error 2<br>
make: *** [all] Error 2<br>
<br>
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_<wbr>-_-_-_-_-_-<br>
Gary Sherman<br>
Founder, QGIS Project<br>
-Open Source GIS Books:<br>
 *<a href="http://locatepress.com" rel="noreferrer" target="_blank">http://locatepress.com</a><br>
-Geospatial Consulting & Hosting:<br>
 *<a href="http://geoapt.com" rel="noreferrer" target="_blank">http://geoapt.com</a><br>
"We work virtually everywhere"<br>
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_<wbr>-_-_-_-_-_-<br>
<br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/qgis-developer</a></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div>