[vtkusers] vtkLocal

Cory Quammen cory.quammen at kitware.com
Tue Oct 28 13:59:56 EDT 2014


Dominik,

vtkLocal was overlooked back when modularization happened. There were some
recent fixes in master a few weeks ago that may fix the problems you see.

- Cory

On Tue, Oct 28, 2014 at 11:22 AM, Dominik Szczerba <dominik at itis.ethz.ch>
wrote:

> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20141028/232d199f/attachment.html>


More information about the vtkusers mailing list