[vtk-developers] Build errors

Brad King brad.king at kitware.com
Thu Dec 21 14:10:06 EST 2017


On 12/21/2017 12:20 PM, Ken Martin wrote:
> If either of these are yours please fix them as they are build errors
> (which is a bad thing)
> 
> In file included from /home/kitware/Dashboards/My Tests/VTK/Filters/MomentInvariants/vtkMomentsHelper.cxx:59:0:
> /home/kitware/Dashboards/My Tests/VTK/Filters/MomentInvariants/vtkMomentsHelper.h:118:10: error: 'std::string' has not been declared
>      std::string nameOfPointData);

These weren't mine but they occurred on a build I maintain so I fixed
them this morning:

  https://gitlab.kitware.com/vtk/vtk/merge_requests/3729

I haven't touched the `to_string` errors though (which also aren't mine).

-Brad


More information about the vtk-developers mailing list