[vtk-developers] VTK java wrapping compile errors

Sankhesh Jhaveri sankhesh.jhaveri at kitware.com
Wed Aug 9 12:23:01 EDT 2017


Cool, thanks David!

I’ll create a new MR and ask you for review.
​

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

> 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
>>>
>>
> --
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/9e2b7708/attachment.html>


More information about the vtk-developers mailing list