[pdal] build error

David Burken dburken at comcast.net
Mon Sep 30 06:51:37 PDT 2013


Hi,

Just fyi:

Just did a git pull and now picking up build error:

make
[ 0%] Building CXX object src/CMakeFiles/pdal.dir/PointBuffer.cpp.o
/work/osgeo/pdal/latest/src/PointBuffer.cpp: In copy constructor 
‘pdal::IndexedPointBuffer::IndexedPointBuffer(const 
pdal::IndexedPointBuffer&)’:
/work/osgeo/pdal/latest/src/PointBuffer.cpp:643:7: error: class 
‘pdal::IndexedPointBuffer’ does not have any field named ‘m_index’
, m_index(other.m_index)


Note In PointBuffer.hpp:

#ifdef PDAL_HAVE_FLANN
flann::KDTreeSingleIndex<flann::L2_Simple<double> >* m_index;
flann::Matrix<double>* m_dataset;
#endif

In cpp no copy constructor with test for PDAL_HAVE_FLANN.

Best regards,
Dave









More information about the pdal mailing list