[vtkusers] Error by compiling vtk 8.0

Ben Boeckel ben.boeckel at kitware.com
Wed Aug 2 10:30:25 EDT 2017


On Wed, Aug 02, 2017 at 07:24:43 -0700, -Daniel- wrote:
> I'm trying to compile vtk 8.0 with Visual Studio 2012 on Windows 10 64Bit.
> But it crashes with 282! error messages... 
> 
> You can see a part of the messages in the screenshot.
> <http://vtk.1045678.n5.nabble.com/file/n5744252/compileVTK8.jpg> 
> 
> Any hints are welcome. Thanks!

2012's C++11 support is insufficient. Visual Studio 2013 is the minimum
for VTK 8.0:

    https://gitlab.kitware.com/vtk/vtk#requirements

--Ben


More information about the vtkusers mailing list