[vtk-developers] VTK java wrapping compile errors

David Gobbi david.gobbi at gmail.com
Wed Aug 9 11:53:44 EDT 2017


In fact, it might be best to structure the CMakeLists.txt to separate the
private classes into their own list:

set(Module_SRCS

  vtkSegY2DReader.cxx

  vtkSegY3DReader.cxx

)



set(Private_SRCS

  vtkSegYIOUtils.cxx

  vtkSegYReader.cxx

  vtkSegYTraceReader.cxx

)



vtk_module_library(vtkIOSegY ${Module_SRCS} ${Private_SRCS})



set_source_files_properties(${Private_SRCS} WRAP_EXCLUDE)

set_source_files_properties(${Private_SRCS} PROPERTIES WRAP_EXCLUDE_PYTHON
1)



On Wed, Aug 9, 2017 at 8:56 AM, David Gobbi <david.gobbi at gmail.com> wrote:

>
>
> 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/0de8053d/attachment.html>


More information about the vtk-developers mailing list