<div dir="ltr"><span style="font-size:13px">So, I like the docker instance, but I've found if I throw 40 cores of</span><br style="font-size:13px"><span style="font-size:13px">docker at a problem, and then try to kill them, docker gets fubared</span><br style="font-size:13px"><span style="font-size:13px">beyond recognition... .</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">I probably should have built a new machine. Instead, I'm trying to</span><br style="font-size:13px"><span style="font-size:13px">compile PDAL so I can run it natively. :)</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">I built the following libraries:</span><br style="font-size:13px"><span style="font-size:13px">gdal, geotiff, proj.4, libxml2, Points2Grid, Hexer, Nitro, LASzip, laz-perf, PCL</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">then a little cmake from my build directory:</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">cmake -DWITH_GEOTIFF=ON -DWITH_LASZIP=ON</span><br style="font-size:13px"><span style="font-size:13px">-DBUILD_PLUGIN_PGPOINTCLOUD=ON -DBUILD_PLUGIN_HEXBIN=ON</span><br style="font-size:13px"><span style="font-size:13px">-DBUILD_PLUGIN_PCL=ON -DBUILD_PLUGIN_ATTRIBUTE=ONĀ  ../.</span><br style="font-size:13px"><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">[ 53%] Built target pdal_filters_chipper_test</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">cc1plus: error: unrecognized command line option "-Wno-c99-extensions" [-Werror]</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">cc1plus: all warnings being treated as errors</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">make[2]: *** [plugins/pcl/CMakeFiles/pdal_</span><span style="font-size:13px">plugin_filter_ground.dir/</span><span style="font-size:13px">filters/GroundFilter.cpp.o]</span><br style="font-size:13px"><span style="font-size:13px">Error 1</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">make[1]: *** [plugins/pcl/CMakeFiles/pdal_</span><span style="font-size:13px">plugin_filter_ground.dir/all] Error 2</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">cc1plus: error: unrecognized command line option "-Wno-c99-extensions" [-Werror]</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">cc1plus: all warnings being treated as errors</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">etc.</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">Any hunch what I'm doing wrong?</span><br style="font-size:13px"><br style="font-size:13px"><span style="font-size:13px">Thanks,</span><br style="font-size:13px"><span style="font-size:13px">Best,</span><br style="font-size:13px"><span style="font-size:13px">Steve</span><br></div>