Hi all,

I'm trying to build ParaView 5.3.0 with the last version of VTK-m (sources download today using git clone https://gitlab.kitware.com/vtk/vtk-m.git). I compile VTK-m with TBB backend (version 4.2), gcc 4.9 and -std=c++11 option.

I have the following issues a lot of times when compiling :

In file included from .../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmContour.cxx:30:0: .../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmlib/Storage.h: In member function 'vtkm::cont::internal::Storage<ValueType_, tovtkm::vtkAOSArrayContainerTag>& vtkm::cont::internal::Storage<ValueType_, tovtkm::vtkAOSArrayContainerTag>::operator=(const vtkm::cont::internal::Storage<ValueType_, tovtkm::vtkAOSArrayContainerTag>&)': .../ParaView-v5.3.0-RC1/VTK/Accelerators/Vtkm/vtkmlib/Storage.h:69:13: error: 'ErrorControlBadValue' is not a member of 'vtkm::cont'
       throw vtkm::cont::ErrorControlBadValue(

Looking at sources, it seems that vtkm::cont::ErrorControlBadValue has been replaced by vtkm::cont::ErrorBadValue.

I can patch all sources, but I think it's not a good idea.

So, which version of VTK-m is needed for ParaView 5.3.0 ?

Thanks

Claire


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to