Opened 9 years ago
Closed 6 years ago
#3101 closed defect (fixed)
v.in.pdal compilation issue
Reported by: | martinl | Owned by: | wenzeslaus |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | Compiling | Version: | unspecified |
Keywords: | v.in.pdal, PDAL | Cc: | ptschrum |
CPU: | x86-64 | Platform: | Linux |
Description ¶
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)
comment:1 by , 9 years ago
Component: | Vector → Compiling |
---|
comment:2 by , 9 years ago
comment:4 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:5 by , 8 years ago
Cc: | added |
---|
comment:7 by , 7 years ago
comment:8 by , 7 years ago
Owner: | changed from | to
---|
comment:11 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:12 by , 6 years ago
Keywords: | PDAL added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There might be more. PDAL did several releases since I wrote
v.in.pdal
and I didn't have time to update.