Dear VTK Users and Developers.
Recently, I encountered a problem in compiling VTK 9.2.2 source code with GCC 12. But before that, I encountered a problem that has been solved.
When the source code is compiled to 79%, the following problem occurs:
The following are similar errors until the compilation is interrupted:
My environment is as follows
- OS: Windows 11
- Kits:
- CMake 3.25.1
- GCC (x86_64-12.2.0-release-posix-seh-ucrt-rt_v10-rev2.7z)
When I use CMake to generate makefile files, I only set the CMAKE_BUILD_TYPE
to Release