Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread Alexandre Neto
Following the instructions on that link, I end up being blocked at some point... because I wasn't able to build qwt. compiling moc/moc_qwt_designer_plotdialog.cpp In file included from qwt_designer_plugin.h:13:0, from qwt_designer_plugin.cpp:23:

Re: [QGIS-Developer] Mac build broken d0e927a

2017-12-05 Thread Larry Shaffer
Hi Gary, 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): brew rm -f cmake # the following is CMake at 3.9.6,

[QGIS-Developer] Plugin [1295] CSMapMaker approval notification.

2017-12-05 Thread noreply
Plugin CSMapMaker approval by pcav. The plugin version "[1295] CSMapMaker 0.3" is now approved Link: http://plugins.qgis.org/plugins/CSMapMaker/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread matteo
Hi Harrissou, > Hi, > Maybe I miss something but I fail to fully understand the link between > Matteo needs and your explanation, Patrick. it doesn't look like Matteo has > issues to build QGIS. He already does it, he compiles from source himself ( > master or any other branch). > What he wants

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread DelazJ
Hi, Maybe I miss something but I fail to fully understand the link between Matteo needs and your explanation, Patrick. it doesn't look like Matteo has issues to build QGIS. He already does it, he compiles from source himself ( master or any other branch). What he wants is simply a way to build

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread Patrick Dunford
Ubuntugis is needed to ensure all the dependencies are met for all versions of Ubuntu up to and including 16.04. For later versions it is not required. So I believe it should have the files needed to build a version of the development master. However please be aware that Mint is not listed

[QGIS-Developer] Clear log messages panel?

2017-12-05 Thread Raymond Nijssen
Is there a way to erase all messages from a Log Messages Panel? I tried closing it, but when it reopens with a new message, all old ones are still visible. Also, a little 'clear' button would be nice, maybe in a right click on the panel? Thanks! Raymond

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread matteo
Hi Patrick, thanks for the clarification. Actually I don't have any external repository activated because I'm building QGIS from scratch and I never had to add external sources. Eventually, by activating the nightly repository Qt should be upgradable to the last version required for 3D? Thanks

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread Patrick Dunford
If you use Mint it is based on the LTR version of Ubuntu. Currently this is Ubuntu 16.04 and so suffers from the same problem of out of date libraries as people using Ubuntu 16.04 natively get. In this case you need to use the ubuntugis build of Qgis, however you may run into problems with

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread matteo
Hi Alexandre, I'm very interested in this issue. I think that the problem is related to the missing correct version of Qt 5.9.1 in Ubuntu system (are you on a Ubuntu machine?). In my machine (Mint 18) the default version of Qt is 5.5.1. Would be great to know is there are some plans to update

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread Alexandre Neto
Exactly what I was looking for. Thanks Harrissou DelazJ escreveu no dia terça, 5/12/2017 às 11:51: > Hi Alexandre, > some information at > https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ > > The INSTALL file might need to be updated... > > H. > > 2017-12-05

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread DelazJ
Hi Alexandre, some information at https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ The INSTALL file might need to be updated... H. 2017-12-05 12:41 GMT+01:00 Alexandre Neto : > I was trying to test the new 3D functionalities, and I realized that I >

[QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-05 Thread Alexandre Neto
I was trying to test the new 3D functionalities, and I realized that I haven't been building QGIS master with 3D on. I have tried turning it on, but the configuration starts complaining about Qt53DCore. Do I have to install something that is not listed in the INSTALL file? Thanks, Alexandre