

Were makefiles different for VTK 8.2.0 as far as building of Java class files is concerned? class files were produced correctly, and vtk.jar generated without any problem. VS 2017 build of VTK 8.2.0 was working 100% fine. Now, I would very much like to obtain at least the same result under Windows. In the meanwhile, I have made progresses under macOS (using Ninja), and I have the JoglConeRendering sample working under that platform, at least in GLCanvas mode.
#Cmake generator x86 vs x64 windows#
So, overall, at the moment there is no working build combination for VTK 9 (+ Java) under Windows for me. However, in this case vtk.jar is not generated. I am not getting this kind of warning when compiling through VS 2017. Specify /EHsc) sounds a bit suspicious to me, I am not sure it can be safely ignored. cxx file with Ninja (warning C4530: C++ exception handler used, but unwind semantics are not enabled. This afternoon I will try to analyze the issue with vtkWrapHierarchy that I am getting during the Windows build when using Ninja as the build system.Īlso the warning that I am getting on the compilation of (apparently) every. jar files are not being generated when building VTK 9 when using VS 2017 as the output generator for CMake. I would really appreciate if someone could have a look at why.
