[QGIS-Developer] Plug-In Approval

2024-02-28 Thread StepToEVs “StepToEVs” via QGIS-Developer
Hi, I work for the Norwegian Administration Road in the NVDB team, NVDB stands for National Road Database and they manage all traffic signs, road, tunnels, trees, etc as a road object and all of them has their own geometry or depends on other’s object geometry and we already have several syste

[QGIS-Developer] Compiling against homebuilt GDAL

2024-02-28 Thread Thomas Larsen Wessel via QGIS-Developer
I have successfully built QGIS and GDAL (3.7.2) separately. Now I want to build QGIS against this GDAL. This is what I tried: git clone g...@github.com:qgis/QGIS.git cd QGIS mkdir build cd build GDAL_DIR=/home/velle/gdal3.7.2/build cmake .. The output contains the following error for GDAL: CMake

Re: [QGIS-Developer] Another (final?) qt6 progress catchup?

2024-02-28 Thread Matthias Kuhn via QGIS-Developer
Hi Jürgen On Tue, Feb 27, 2024 at 9:16 AM Jürgen E. Fischer via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi Matthias, > > On Mon, 12. Feb 2024 at 08:11:32 +0100, Matthias Kuhn via QGIS-Developer > wrote: > > I had a bit of fun over the weekend trying to build QGIS with Qt6 for >

Re: [QGIS-Developer] Compiling against homebuilt GDAL

2024-02-28 Thread Even Rouault via QGIS-Developer
Thomas, Le 28/02/2024 à 19:33, Thomas Larsen Wessel via QGIS-Developer a écrit : I have successfully built QGIS and GDAL (3.7.2) separately. Now I want to build QGIS against this GDAL. This is what I tried: git clone g...@github.com:qgis/QGIS.git cd QGIS mkdir build cd build GDAL_DIR=/home/vel

Re: [QGIS-Developer] Another (final?) qt6 progress catchup?

2024-02-28 Thread Jürgen E . Fischer via QGIS-Developer
Hi Matthias, On Wed, 28. Feb 2024 at 19:42:12 +0100, Matthias Kuhn wrote: > I got stuck in PyQt6, the build succeeds but somehow doesn't install all > the .pyd files into the correct location. > Where did you run into gperf issues, QGIS or a dependency? Building Qt. Jürgen -- Jürgen E. Fische

Re: [QGIS-Developer] Compiling against homebuilt GDAL

2024-02-28 Thread Richard Duivenvoorde via QGIS-Developer
Hi Thomas, Not sure if it is usefull, but some time ago I build (always in ~/git/foo) and install (always in ~/bin/foo) PROJ, GDAL and then build QGIS (in ~/git/qgisgdal) with those. This is what I then use: cd /home/richard/git/qgisgdal; export LD_LIBRARY_PATH=/home/richard/bin/qgis/qgis

Re: [QGIS-Developer] Compiling against homebuilt GDAL

2024-02-28 Thread Matthias Kuhn via QGIS-Developer
On Wed, Feb 28, 2024 at 7:45 PM Even Rouault via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > and then when configuring QGIS, use GDAL_DIR=$HOME/install-gdal-3.7.2 . > I'm not totally sure about that last part. may require tweaking. you could > alter the PATH to point to $HOME/instal