[GRASS-dev] [GRASS GIS] #3118: Some modules fail to compile
GRASS GIS
trac at osgeo.org
Thu Aug 4 17:56:46 PDT 2016
#3118: Some modules fail to compile
------------------------+---------------------------------
Reporter: ewcgrass | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: Compiling | Version: svn-releasebranch72
Resolution: | Keywords:
CPU: x86-64 | Platform: Linux
------------------------+---------------------------------
Comment (by wenzeslaus):
These all are modules with non-trivial dependencies (v.buffer - GEOS,
r.in.lidar and v.in.lidar - libLAS, v.out.postgis - libpq). Please, check
the configure command and the configure log (this will hopefully tell
more).
Everything seems to work after compilation (just make, no install) for me
on Ubuntu with trunk and 72 branch.
{{{
./configure \
--with-geos \
--with-liblas \
--with-postgres=yes --with-postgres-includes="/usr/include/postgresql" \
...
}}}
{{{
GEOS support: yes
...
libLAS support: yes
...
PostgreSQL support: yes
}}}
{{{
$ ls dist.x86_64-pc-linux-
gnu/*/{v.out.postgis,v.in.lidar,v.in.lidar,v.buffer}
dist.x86_64-pc-linux-gnu/bin/v.buffer dist.x86_64-pc-linux-
gnu/bin/v.in.lidar
dist.x86_64-pc-linux-gnu/bin/v.in.lidar dist.x86_64-pc-linux-
gnu/bin/v.out.postgis
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3118#comment:1>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list