Hi all,
Running windows 11 in vmware on apple M1.
Build with visual studio 17.5.1.
Fails with plenty of build errors of the type below
|Error|C1189|#error: Byte order of target CPU unknown.|CommonCore|C:\Users\win11\Downloads\VTK-9.2.6\Utilities\KWIML\vtkkwiml\include\kwiml\abi.h|478||
Try grabbing the most recent abi.h from the kwiml repository. Aternatively, you can try building the VTK master branch from the VTK repository, since the master branch includes the latest kwiml.
I certainly can’t promise that it will work, though. Building VTK on ARM is a long shot for any OS except macOS.