[GRASS-dev] [GRASS GIS] #3101: v.in.pdal compilation issue

GRASS GIS trac at osgeo.org
Thu Jul 14 12:14:41 PDT 2016


#3101: v.in.pdal compilation issue
-----------------------+-------------------------
 Reporter:  martinl    |      Owner:  grass-dev@…
     Type:  defect     |     Status:  new
 Priority:  normal     |  Milestone:  7.2.0
Component:  Vector     |    Version:  unspecified
 Keywords:  v.in.pdal  |        CPU:  x86-64
 Platform:  Linux      |
-----------------------+-------------------------
 Compilation of `v.in.pdal` fails on my computer with

 {{{
 main.cpp:62:47: error: ‘pdal::Dimension::Id::Enum’ has not been declared
                           pdal::Dimension::Id::Enum dim_to_use_as_z)
                                                ^
 main.cpp: In function ‘void pdal_point_to_grass(Map_info*, line_pnts*,
 line_cats*, pdal::PointViewPtr, pdal::PointId, GLidarLayers*, int, int)’:
 main.cpp:67:38: error: ‘Id’ is not a namespace-name
      using namespace pdal::Dimension::Id;
 }}}

 I have self-compiled pdal

 {{{
 pdal-config --version
 1.2.0
 }}}

 {{{
 g++ --version
 g++ (Debian 5.4.0-6) 5.4.0 20160609
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3101>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list