qt5 doesn't compile on macOS 10.12
When I do
cmake ../paraview-superbuild -DENABLE_cxx11=ON -DENABLE_hdf5=ON -DENABLE_qt5=ON -Dsuperbuild_download_location=~/tmp/pvsb_downloads -DCMAKE_OSX_SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
I get
`Performing configure step for 'qt5' cd /Users/fwein/tmp/pvsb_again/superbuild/qt5/build && /usr/local/Cellar/cmake/3.6.2/bin/cmake -P /Users/fwein/tmp/pvsb_again/superbuild/sb-qt5-configure.cmake
- cd qtbase
- /Users/fwein/tmp/pvsb_again/superbuild/qt5/src/qtbase/configure -top-level -opensource -confirm-license -release -prefix /Users/fwein/tmp/pvsb_again/install -I /Users/fwein/tmp/pvsb_again/install/include -L /Users/fwein/tmp/pvsb_again/install/lib -skip qtconnectivity -skip qtlocation -skip qtmultimedia -skip qtsensors -skip qtserialport -skip qtsvg -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -nomake examples -nomake tests -no-dbus -qt-libjpeg -qt-pcre -no-alsa -no-pulseaudio -system-zlib -no-openssl -no-alsa -no-pulseaudio -system-zlib -no-openssl -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -qt-libpng -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -qt-libpng
This is the Qt Open Source Edition.
You are licensed to use this software under the terms of the GNU Lesser General Public License (LGPL) versions 3. You are also licensed to use this software under the terms of the GNU General Public License (GPL) versions 2.
You have already accepted the terms of the Open Source license.
Preparing build tree... Creating qmake... Done. Running configuration tests... Failed to process makespec for platform 'macx-clang' Turn on verbose messaging (-v) to see the final report.`
I have no idea how to perform this verbose, it seems to be a qmake option?! Where can I check for logs?
Sorry, I cannot make the quotes work :(