Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-15 Thread David Liontooth
Hi John, I'm concerned this is causing a tangle in your installation. I see two possible causes for confusion:    -- in your home directory there are symlinks, maybe dot files, that point to HomeBrew packages -- e.g. /Users/john/src/   

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-15 Thread John Harrop
FYI. I did fix one of the problems below by adding the following line to the makefile: -DPYTHON_LIBRARY:PATH=/Users/john/anaconda/lib But I have not found the spatialindex library yet. The configure stage is also having trouble finding grass 7. Forgot to mention that

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-15 Thread John Harrop
That was a badly written email I rushed off previously. I should have included more specific information: The errors turning up now during make config are 1) CMake Error at cmake/FindQwt.cmake:47 (FILE): FILE failed to open for reading (No such file or directory):

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-15 Thread John Harrop
Gradually moving forward adding installing missing ports. Other than Homebrew I notice that the Anaconda compiler is being found first. I’m still getting problems running make config with both PYTHON_LIBRARY and SPATIALINDEX_LIBRARY coming back as not found. Would this be a problem caused

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread Burghardt.Scholle
: John Harrop [mailto:jchar...@gmail.com] > Gesendet: Mittwoch, 14. Februar 2018 18:21 > An: Scholle, Burghardt (15-3 GIS) > Cc: qgis-user@lists.osgeo.org > Betreff: Re: [Qgis-user] Mac OS X testing for QGIS 3 > > Burghardt, > > Thanks for the pointers, they seen much more up

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread David Liontooth
Hi John, Good question. MacPort keeps most things in /opt/local/, so if homebrew puts files elsewhere you could likely install in parallel and switch by changing $PATH in ~/.profile. Here's what .profile looks like after a MacPorts

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread John Harrop
That looks interesting David. Thanks. How much uninstall on Homebrew is recommended before switching to this MacPorts? The work looks quite active on MacPorts but I don’t see much on potential Homebrew or Anaconda conflicts. John Harrop jchar...@gmail.com > On Feb 14, 2018, at 11:52 AM,

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread David Liontooth
Vincent at Macports has done a great job packaging qgis3, cf. https://trac.macports.org/ticket/55020 grass7 was just upgraded to 7.4, postgresql10 to 10.2. qgis3 is at 20180124. Cheers, David On 2/14/18 11:18 AM, Madry, Scott wrote: Hi all. As a dedicated Mac QGIS user, trainer, and

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread Madry, Scott
Hi all. As a dedicated Mac QGIS user, trainer, and research. I want to put in a plea to keep the Mac OS development process on pace. There are many of us out there who use the Mac OS version, and we need to get these issues with matplotlib, GRASS, and others addresses so that we have a good

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-14 Thread John Harrop
Burghardt, Thanks for the pointers, they seen much more up to date than the older ones pointed to by the QGIS web site. I’ve been trying to build from the notes since you posted your suggestion and I see what you mean about the matplotlib problem. I forked the Mac OS X build notes on GitHub

Re: [Qgis-user] Mac OS X testing for QGIS 3

2018-02-08 Thread Burghardt.Scholle
Hi John, I believe there is no current complete dmg-file for QGIS3-dev. But you can use the excellent site under [1] to install QGIS3-dev using Homebrew. Unfortunately, there are problems with the matplotlib dependency at the moment (see [2]). Yersterday I've tried to install the current