[GRASS-user] v.delaunay3d compilation issues

Robert Dzur rdzur at bhinc.com
Tue Mar 26 11:46:31 PDT 2019


Thank you Martin,

That appears to have resolved the issue as running g.extension again now reports successful installation:

Fetching <v.delaunay3d> from GRASS GIS Addons repository (be patient)...
Compiling...
ERROR: Variable 'LOCATION_NAME' not set
Installing...
Updating addons metadata file...
Installation of <v.delaunay3d> successfully finished


Thanks again,

Rob
--

________________________________
From: Martin Landa <landa.martin at gmail.com>
Sent: Tuesday, March 26, 2019 12:29 PM
To: Robert Dzur
Cc: grass-user at lists.osgeo.org
Subject: Re: [GRASS-user] v.delaunay3d compilation issues

Hi,

Ășt 26. 3. 2019 v 19:07 odesĂ­latel Robert Dzur <rdzur at bhinc.com> napsal:
> Yeah...I actually have libgdal-dev (2.4.0) package installed; and still see this issue.

check header location:

$ dpkg -L libgdal-dev | grep ogr_api
/usr/include/gdal/ogr_api.h

$ g.extension v.delaunay3d --v
...
c++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/build/grass-8Jl1TI/grass-7.6.1=.
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong
-Wformat -Werror=format-security  -I/usr/lib/grass76/include
-I/usr/lib/grass76/include   -frounding-math -DPACKAGE=\""grassmods"\"
 -I/usr/include/postgresql  -I/usr/lib/grass76/include
-I/usr/lib/grass76/include
-DRELDIR=\"/tmp/grass7-martin-628/tmpHLuA32/v.delaunay3d\" -o
OBJ.x86_64-pc-linux-gnu/main.o -c main.cpp
...

so apparently `-I/usr/include/gdal` is missing. Should be fixed in
r74306. Try to run g.extension command again.

Ma

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190326/9f206351/attachment.html>


More information about the grass-user mailing list