Alexx
December 21, 2022, 9:39am
1
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
When I use CMake to generate makefile files, I only set the CMAKE_BUILD_TYPE
to Release
ben.boeckel
(Ben Boeckel (Kitware))
December 21, 2022, 3:30pm
2
STRICT
is a macro coming from…somewhere, probably a Windows header. I think we fixed this recently for Windows directly, but I suppose it needs tweaks for MinGW as well.
1 Like
Qin
December 30, 2022, 6:26am
4
Hi,
Did you solve this problem?
Alexx
December 30, 2022, 11:37am
5
No solution, I recommend using version 9.1.0 first
Alexx
May 28, 2023, 2:04pm
6
My dear friend, the source code of the latest version (master: 68f2a087b3e3daa) has just been compiled. This issue still exists.
ben.boeckel
(Ben Boeckel (Kitware))
June 19, 2023, 6:17pm
7