<div dir="ltr">Dominik,<div><br></div><div>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.</div><div><br></div><div>- Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 11:22 AM, Dominik Szczerba <span dir="ltr"><<a href="mailto:dominik@itis.ethz.ch" target="_blank">dominik@itis.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have located yet another problem. My VTK 6.1 is built with python<br>
wrapping, but when I build vtkLocalExample, no python wrapping is<br>
performed, even though the README promises it being done<br>
automatically. What is happening?<br>
Thanks for any hints<br>
<div class="HOEnZb"><div class="h5"><br>
2014-10-27 17:23 GMT+01:00 Dominik Szczerba <<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>>:<br>
> Hi,<br>
><br>
> 1. In vtkLocal example I believe there is an error in the CMakeLists.txt:<br>
><br>
> find_package(VTK vtkCommonCore)<br>
><br>
> should be:<br>
><br>
> find_package(VTK 6.1 COMPONENTS vtkCommonCore)<br>
><br>
> or at least only so can I only configure the project using MSVC2012,<br>
> else I get a cmake error that vtkCommonCore is invalid/not found.<br>
><br>
> 2. README says "Also add any VTK modules used by your classes to the<br>
> modules.cmake<br>
>   dependency list." Which modules.cmake do you mean? There is no such<br>
> file in VTK source tree.<br>
><br>
> Many thanks for clarifications.<br>
><br>
> Best regards,<br>
> Dominik<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>