[vtkusers] vtkLocal

Dominik Szczerba dominik at itis.ethz.ch
Tue Oct 28 11:22:50 EDT 2014


I have located yet another problem. My VTK 6.1 is built with python
wrapping, but when I build vtkLocalExample, no python wrapping is
performed, even though the README promises it being done
automatically. What is happening?
Thanks for any hints

2014-10-27 17:23 GMT+01:00 Dominik Szczerba <dominik at itis.ethz.ch>:
> Hi,
>
> 1. In vtkLocal example I believe there is an error in the CMakeLists.txt:
>
> find_package(VTK vtkCommonCore)
>
> should be:
>
> find_package(VTK 6.1 COMPONENTS vtkCommonCore)
>
> or at least only so can I only configure the project using MSVC2012,
> else I get a cmake error that vtkCommonCore is invalid/not found.
>
> 2. README says "Also add any VTK modules used by your classes to the
> modules.cmake
>   dependency list." Which modules.cmake do you mean? There is no such
> file in VTK source tree.
>
> Many thanks for clarifications.
>
> Best regards,
> Dominik


More information about the vtkusers mailing list