Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Delaz J via QGIS-Developer
Hi, Richard, I cleared the cache and rebuilt and everything is fine now. Thanks a lot. Jorge, thanks also for the info, and yes `gcc --version` returns gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 Greetings, Harrissou Le 24/08/2022 à 13:19, Jorge Gustavo Rocha via QGIS-Developer a écrit : Hi

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Régis Haubourg via QGIS-Developer
Hi guys, in the same time during the sprint, we started to explore how to declutter the main download page, which is being work in progress in PR https://github.com/qgis/QGIS-Website/pull/1037 This would end up in removing all those warnings from the main page. As we still need these

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard, On Wed, 24. Aug 2022 at 15:47:53 +0200, Richard Duivenvoorde via QGIS-Developer wrote: > On 8/24/22 15:09, Jürgen E. Fischer via QGIS-Developer wrote: > > https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd > Ok, thanks. used it to add the following

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer
On 8/24/22 15:09, Jürgen E. Fischer via QGIS-Developer wrote: https://github.com/qgis/QGIS-Website/commit/e37bbf2a530f9ad482331d211077e2d5104ad7fd Ok, thanks. used it to add the following note (just below Download for Windows, as it is valid for ALL Windows installs): NOTE: You will need

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard, On Wed, 24. Aug 2022 at 14:58:29 +0200, Richard Duivenvoorde via QGIS-Developer wrote: > On 8/24/22 14:46, Jürgen E. Fischer via QGIS-Developer wrote: > > > It was unsupported since the introduction of osgeo4w v2 and there was a > > > (big > > > fat red) warning for long - it has

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer
On 8/24/22 14:46, Jürgen E. Fischer via QGIS-Developer wrote: It was unsupported since the introduction of osgeo4w v2 and there was a (big fat red) warning for long - it has just been removed in the last couple of days. Should we revive it (or update it with your info below)? Or was it

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard, On Wed, 24. Aug 2022 at 14:36:46 +0200, Jürgen E. Fischer wrote: > On Wed, 24. Aug 2022 at 11:58:48 +0200, Richard Duivenvoorde via > QGIS-Developer wrote: > > See thread in user list... > > Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)? > > If so we should indeed

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Jürgen E . Fischer via QGIS-Developer
Hi Richard, On Wed, 24. Aug 2022 at 11:58:48 +0200, Richard Duivenvoorde via QGIS-Developer wrote: > See thread in user list... > Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)? > If so we should indeed add a line that current installs are for >=Win10 only? It was unsupported

Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Jorge Gustavo Rocha via QGIS-Developer
Hi Harrissou, Recently our PDAL friends introduced in CMakeLists.txt: set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) For those compiling PDAL + GDAL + QGIS, maybe we need to use gcc-11. Is this you case? Building QGIS and all required software works on my 22.04 (with

Re: [QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Luca Manganelli via QGIS-Developer
Il giorno mer 24 ago 2022 alle ore 11:58 Richard Duivenvoorde via QGIS-Developer ha scritto: > See thread in user list... > > Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)? > > If so we should indeed add a line that current installs are for >=Win10 only? at least a warning.

Re: [QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer
Could it be that ccache's cache [0] is in your way? (looks like it is trying to build/link immiddialty based on your cache)? ccache --clear (to really clean up stuff in your cache)? Regards, Richard Duivenvoorde [0] https://cppisland.wordpress.com/2018/12/30/ccache-quick-guide/ On 8/24/22

[QGIS-Developer] Unable to build master on Ubuntu 22.04

2022-08-24 Thread Delaz J via QGIS-Developer
Hi devs, I had a working build of QGIS master on ubuntu 22.04. Everything worked nicely but because it was minimum 2/3 weeks old, I pulled changes from upstream and tried to rebuild. Fail! I then deleted my build folder and redo a ccmake -G Ninja .., configured (no big changes other than

[QGIS-Developer] Fwd: [Qgis-user] Latest development version of QGIS as a .msi standalone installer ?

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer
Hi Dev's, See thread in user list... Is Windows 7 indeed totally not supported anymore (for 3.22/LTR)? If so we should indeed add a line that current installs are for >=Win10 only? Regards, Richard Forwarded Message Subject:Re: [Qgis-user] Latest development

[QGIS-Developer] Vectortile style issue

2022-08-24 Thread Nicolas Godet via QGIS-Developer
Hi, I wonder if anyone can confirm a similar issue with another vectortile source than the one in https://github.com/qgis/QGIS/issues/47934 ? If zmin in URI is different than 0, it fails to render but tiles are correctly fetched... Regards ___

[QGIS-Developer] Fwd: [Qgis-user] Determine loading time of WFS layers

2022-08-24 Thread Richard Duivenvoorde via QGIS-Developer
See mail from userlist: I was wondering if Qt Result has the response time in it... then we could add it to the DeveloperTools? Or if not, would timestamping (at start and finish) be OK for QGIS? Regards, Richard Duivenvoorde Forwarded Message Subject:[Qgis-user]