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

2017-12-11 Thread Ben Hur Pintor
I remember bumping into an error when I turned that option on last time. Will try again. Thanks! Thanks also for your awesome work with QGIS 3D, I used it in one my research projects in grad school this semester and people have been pleasantly surprised that I could do 3D with Q. I'm doing my

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

2017-12-11 Thread Peter Petrik
Hi Ben The blog post https://www.lutraconsulting.co.uk/blog/ 2017/08/06/qgis3d-build/ uses CMake flag `-DWITH_BINDINGS=FALSE \`. If you want to have python bindings/plugins, turn it on. Peter On Wed, Dec 6, 2017 at 3:41 PM, Yves Jacolin wrote: > Another way to try QGIS 3D:

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

2017-12-06 Thread Yves Jacolin
Another way to try QGIS 3D: docker run --rm -ti -e DISPLAY=unix${DISPLAY} -v /tmp/.X11-unix:/tmp/.X11-unix -v ${HOME}:${HOME} camptocamp/qgis-server:3 /usr/local/bin/start-client.sh You can add "--add-host osm.tatras:172.18.0.1" to create an host to your local system or so. Y. Le 06/12/2017 à

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

2017-12-06 Thread Matthias Kuhn
On 12/06/2017 03:20 PM, Ben Hur Pintor wrote: > @Saber > > I had the same issue with python and Qt 5.9. I ended up with 2 > build directories: one for Qt 5.x (comes with your system) and one > for Qt 5.9.  > > > I haven't done this yet. Will try it. Thanks! I do hope this is just a >

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

2017-12-06 Thread Ben Hur Pintor
@Saber I had the same issue with python and Qt 5.9. I ended up with 2 build > directories: one for Qt 5.x (comes with your system) and one for Qt 5.9. > I haven't done this yet. Will try it. Thanks! I do hope this is just a problem with my system or some lacking dependency that I don't know of,

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

2017-12-06 Thread Matthias Kuhn
Did you also build PyQt for the custom installed Qt 5.9? Matthias On 12/06/2017 02:51 PM, Saber Razmjooei wrote: > Hi Ben, > > I had the same issue with python and Qt 5.9. I ended up with 2 build > directories: one for Qt 5.x (comes with your system) and one for Qt 5.9.  > > Regards > Saber > >

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

2017-12-06 Thread Saber Razmjooei
Hi Ben, I had the same issue with python and Qt 5.9. I ended up with 2 build directories: one for Qt 5.x (comes with your system) and one for Qt 5.9. Regards Saber On 6 December 2017 at 13:41, Ben Hur Pintor wrote: > Hi! Sorry if I'm late to the party but I've regularly

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

2017-12-06 Thread Ben Hur Pintor
Hi! Sorry if I'm late to the party but I've regularly been able to build 2.99 with 3D support using the instructions from (a) https://github.com/qgis/QGIS/blob/master/INSTALL supplemented by (b) https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ on my Xubuntu 16.04 machine. I didn't

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] 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

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 >