Further, to clearly catalogue the changes I've found I'm required to
make:
1. I have found that I am also having to copy the folder
/usr/local/lib/python3.6/site-packages/PyQt5 to
/Users/joel/Documents/QGIS/build/output/python/ (for `make` and `make
install`)
2. I need to add 'QtWidgets QtPrint
Thanks Larry, that's interesting. libqscintilla2_qt5 is already in
cmake/FindQScintilla.cmake. The output of my cmake command also tells me
that it's finding QScintilla2 in
/usr/local/lib/libqscintilla2_qt5.dylib.
The problem seems to be that upon compilation, Qsci.so expects it to be
called
Hi Joel,
On Tue, Oct 10, 2017 at 11:39 PM, Joel Buckley wrote:
> 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 libqscinti
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
On Tue, Oct
You're right, running `make clean` and starting the process again had it
all working. Thanks!
So the only remain hang-up I have, is that upon launch (of either the
standalone binary, or the `make`d launcher), I get the following error:
---
Couldn't load PyQGIS.
Python support will be disabled.
Hi
Sorry but the 'make install' seems to work correctly for me on OSX 10.11.6: I
have a stand alone binary installed at the location specified by
CMAKE_INSTALL_PREFIX - I'm running several versions of QGIS and then
nee to have different install paths. Is your ~/Applications/QGIS.app a link ?
D
Thanks, this helped. I'm now able to launch it from the command line
without a problem.
One thing I've noticed though, is `open -a ~/Applications/QGIS.app` will
actually invoke the binary created in QGIS/build/output/ - my `make`
output (if you ⌘-click on the application in the Dock, you will be
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 ok for Macport
installation)
According to my experience (see
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/0
Hi Joel,
I'm far away able to answer your problem. But I can compile perfectly using
brew with https://github.com/qgis/homebrew-qgisdev
My 2 cents,
Etienne
2017-10-06 9:46 GMT+02:00 Joel Buckley :
> Hi,
>
> I am having some difficulty running `make install`, and compiling QGIS
> into a single s
Hi,
I am having some difficulty running `make install`, and compiling QGIS
into a single standalone application on macOS. I can successfully run
configuration and `make`, and can launch the `make`-d code from
build/output/bin with no problem.
`make install` runs without complaint and returns
10 matches
Mail list logo