v.in.pdal compilation issue
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
Change History
(12)
Component: |
Vector → Compiling
|
Owner: |
changed from grass-dev@… to wenzeslaus
|
Keywords: |
PDAL added
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
There might be more. PDAL did several releases since I wrote
v.in.pdal
and I didn't have time to update.