[vtkusers] New: Recipe for building VTK-5.8.0 with C++ Builder XE (bcc32 6.31)

Ben Boeckel ben.boeckel at kitware.com
Wed Jan 20 11:44:43 EST 2016


On Wed, Jan 20, 2016 at 16:28:51 +0100, gregory.baert at inserm.fr wrote:
> Thanks for your help,
> I send you the error in the attached file, 

It appears that VTK 6.1 doesn't consider Embarcadero which doesn't
appear to support __declspec(align()). vtkAtomicInt needs to not define
VTK_WINDOWS_ATOMIC on line 46 or guard the __declspec(align()) bits on
lines 72 and 190 against Embarcadero.

--Ben


More information about the vtkusers mailing list