[vtk-developers] vtkWrapHierarchy: fails on stucts with bit-fields

David Gobbi david.gobbi at gmail.com
Wed Jun 27 11:43:53 EDT 2012


Hi Utkarsh,

The quick-and-dirty fix is to add "#ifndef __WRAP__" around the code.
My own copy of vtkParse.y can parse bitfields but it has been slow
getting things merged into VTK.

 - David


On Wed, Jun 27, 2012 at 9:13 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> David,
>
> I am changing ParaView's cmake lists to use VTK modules and I am
> running into an issue with the vtkWrapHierarchy parser failing to
> parse the attached header. It fails on the struct with bit-fields.
> WRAP_EXCLUDE doesn't help here. Any thoughts on how I can over this?
>
> Thanks
> Utkarsh



More information about the vtk-developers mailing list