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