[vtk-developers] VTK java wrapping compile errors

David Gobbi david.gobbi at gmail.com
Wed Aug 9 10:56:38 EDT 2017


You can wrap-exclude them in the CMakeLists.txt:

set_source_files_properties(
  vtkSegYIOUtils.cxx
  vtkSegYReader.cxx
  vtkSegYTraceReader.cxx
  WRAP_EXCLUDE
)

And possibly this as well:

set_source_files_properties(
  vtkSegYIOUtils.cxx
  vtkSegYReader.cxx
  vtkSegYTraceReader.cxx
  PROPERTIES WRAP_EXCLUDE_PYTHON 1
)

 - David

On Wed, Aug 9, 2017 at 7:55 AM, Sankhesh Jhaveri <
sankhesh.jhaveri at kitware.com> wrote:

> Folks,
>
> We ported an external project to a VTK module (vtkIOSegY) that leads to
> compile issues for java bindings.
>
> Anyone know how to fix the java wrapping errors here:
>
> https://open.cdash.org/viewBuildError.php?onlydeltap&buildid=5011596
>
> The classes that it complains about are meant to be private
> implementations and not exported.
>
> Thank you!
> Sankhesh
>> --
> Sankhesh Jhaveri *Sr. Research & Development Engineer* | Kitware
> <http://www.kitware.com/> | (518) 881-4417
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170809/37ff49aa/attachment.html>


More information about the vtk-developers mailing list