Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-11 Thread Joel Buckley
'QtWidgets QtPrintSupport' to QTLISTQG and PYQTLIST in mac/cmake/1qt.cmake.in (for `make install` only) 3. The symlink in the previous email is required only for `make install` Regards, -- Joel Buckley On Thu, Oct 12, 2017 at 10:25:32AM +1100, Joel Buckley wrote: Thanks Larry

Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-11 Thread Joel Buckley
from: /Users/joel/Applications/QGIS.app/Contents/Resources/python/PyQt5/Qsci.so Reason: image not found So it seems to me that Qsci expects it to be in /usr/local/lib, called just libqscintilla2.dylib. If I move the symlink back and don't recompile, the application launches without error

Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-10 Thread Joel Buckley
To close the loop on this, the problem was that though qscintilla2 was installed on my system (OS X), it was not called simply 'libqscintilla2.dylib' in /usr/local/lib. The fix is: $ cd /usr/local/lib $ ln -s libqscintilla2_qt5.dylib libqscintilla2.dylib Regards, -- Joel Buckley O

Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-09 Thread Joel Buckley
ocal/Cellar/grass7/7.2.1/grass-base/ \ -D QSCINTILLA_LIBRARY=/usr/local/lib/libqscintilla2_qt5.dylib \ -D QSCINTILLA_INCLUDE_DIR:PATH=/usr/local/include \ .. Regards, -- Joel Buckley On Mon, Oct 09, 2017 at 10:51:04AM +0200, David Marteau wrote: Hi Sorry but the 'make install' seems

Re: [QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-08 Thread Joel Buckley
s again for the QT_QPA_PLATFORM_PLUGIN_PATH tip. Regards, -- Joel Buckley On Fri, Oct 06, 2017 at 01:59:30PM +0200, David Marteau wrote: Hi Try to define the environment variable QT_QPA_PLATFORM_PLUGIN_PATH=/opt/local/libexec/qt5/plugins/platforms (it may depends on how is your qt5 installation - this path is

[QGIS-Developer] QGIS master branch fails make install on macOS 10.12.6

2017-10-06 Thread Joel Buckley
some input on how to remedy this? Configuration information: QGIS version: current master branch QT5, python 3 macOS 10.12.6 Regards, -- Joel Buckley Process: QGIS [75912] Path: /Users/USER/*/QGIS.app/Contents/MacOS/QGIS Identifier:org.qgis.qgis3 Ve