[Paraview-developers] compiling vtkOSPRayPass.cxx
Favre Jean
jfavre at cscs.ch
Wed Jun 1 07:45:22 EDT 2016
Developers,
I ran into a hurdle compiling the OSPRay module. I have got VTK_USE_CXX11_FEATURES=ON, but that is not sufficient. I am on a Linux Mint box with c++ (Ubuntu 4.8.4)
My fix was to add an include statement in ParaView/VTK/Rendering/OSPRay/vtkOSPRayPass.cxx
#include <stdexcept>
after that change, compilation went OK.
Is this a change that should be included in the source?
Jean
More information about the Paraview-developers
mailing list