[pdal] PDAL Compilation error

Howard Butler howard at hobu.co
Wed Mar 25 06:24:08 PDT 2015


> On Mar 25, 2015, at 2:27 AM, Ludovic Granjon <ludovic.granjon at u-bourgogne.fr> wrote:
> 
> gcc version 4.7.2 (Debian 4.7.2-5)

Your gcc version is older than any the PDAL development team uses, and this is likely the issue causing things to not compile. It is my understanding that GCC 4.7 has incomplete C++11 support, and PDAL's use of C++11 throughout the codebase is going to be a very large hurdle.

Is there any chance to run gcc 4.8 or a more recent clang?

Howard


More information about the pdal mailing list