Hello, I hope you are doing well.
I am new to VTK, and I am trying to install VTK using gcc on macOS Silicon system instead of using CLANG.
I have been following the instructions here https://gitlab.kitware.com/vtk/vtk/-/blob/master/Documentation/docs/build_instructions/build.md, however, in the last part, when I run `cmake --build ~/vtk/build, the building process stops at 52%.
Showing me the next error:
, the error code lines continue and continue.I thought that it was because gcc on macOS does not support Cocoa, GUI, or UI, therefore I turned off those modules to see if the building could works correctly. However, I still have problems. Do you have any recommendations or any information that could work for me to guide myself? I will be attentive to your comments and thank you in advance.
Best regards,
Alejandro