<div dir="ltr"><div>Greetings,</div><div><br></div><div>Trying to compile VTK 7 using Visual Studio 2015 (Enterprise) and got the following error. Can anyone confirm if compatibility is a problem?</div><div><br>1>------ Build started: Project: vtkhdf5, Configuration: Debug Win32 ------<br>2>------ Build started: Project: vtkIOImport, Configuration: Debug Win32 ------<br>3>------ Build started: Project: vtkIOLSDyna, Configuration: Debug Win32 ------<br>4>------ Skipped Build: Project: vtkCompileTools, Configuration: Debug Win32 ------<br>4>Project not selected to build for this solution configuration <br>1>  vtkhdf5.vcxproj -> G:\works\bin\vtk-7.0.0\bin\Debug\vtkhdf5-7.0.dll<br>3>  vtkLSDynaPart.cxx<br>2>  vtkVRMLImporter.cxx<br>5>------ Build started: Project: vtkNetCDF, Configuration: Debug Win32 ------<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>2>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  vtkLSDynaPartCollection.cxx<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  vtkLSDynaReader.cxx<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  vtkLSDynaSummaryParser.cxx<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  LSDynaFamily.cxx<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  LSDynaMetaData.cxx<br>3>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xlocale(341): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc<br>3>g:\works\src\vtk\vtk-7.0.0\io\lsdyna\private\LSDynaFamily.h(46): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>3>  Generating Code...<br>5>  lookup3.c<br>2>g:\works\src\vtk\vtk-7.0.0\io\import\vtkVRMLImporter_Yacc.h(1708): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory<br>5>G:\works\src\vtk\VTK-7.0.0\ThirdParty\netcdf\vtknetcdf\libsrc\lookup3.c(58): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory<br>5>  error4.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4attr.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4dim.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4file.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4grp.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4type.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4var.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  ncfunc.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4internal.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>  nc4hdf.c<br>5>g:\works\src\vtk\vtk-7.0.0\thirdparty\hdf5\vtkhdf5\src\H5public.h(157): error C2632: 'int' followed by 'int' is illegal<br>5>G:\works\src\vtk\VTK-7.0.0\ThirdParty\netcdf\vtknetcdf\libsrc4\nc4hdf.c(3666): error C2177: constant too big<br>5>  Generating Code...<br>6>------ Build started: Project: vtkNetCDF_cxx, Configuration: Debug Win32 ------<br>6>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\Debug\vtkNetCDF-7.0.lib'<br>7>------ Build started: Project: vtkIONetCDF, Configuration: Debug Win32 ------<br>8>------ Build started: Project: vtkexoIIc, Configuration: Debug Win32 ------<br>9>------ Build started: Project: vtkIOMINC, Configuration: Debug Win32 ------<br>8>LINK : fatal error LNK1104: cannot open file '..\..\..\lib\Debug\vtkNetCDF_cxx-7.0.lib'<br>10>------ Build started: Project: vtkIOExodus, Configuration: Debug Win32 ------<br>7>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\vtkNetCDF_cxx-7.0.lib'<br>11>------ Build started: Project: vtkIOParallel, Configuration: Debug Win32 ------<br>9>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\vtkNetCDF_cxx-7.0.lib'<br>10>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\vtkexoIIc-7.0.lib'<br>11>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\vtkIONetCDF-7.0.lib'<br>12>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------<br>12>Project not selected to build for this solution configuration <br>========== Build: 1 succeeded, 9 failed, 104 up-to-date, 2 skipped ==========Description Project File Line Suppression State</div></div>