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