[vtkusers] Missing <vtkstd/string>

David Doria daviddoria at gmail.com
Tue Sep 6 20:10:04 EDT 2011


On Tue, Sep 6, 2011 at 8:05 PM, N David Brown <hubdave at gmail.com> wrote:
> Yes. The only flags I changed were
>
> BUILD_SHARED_LIBS => Yes
> VTK_DATA_PATH => (the right path)

I believe that is the CMake for VTK itself right? I'm saying that you
have to use CMake to create your actual project as well. For example,
every example on the wiki has an accompanying CMakeLists.txt file:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/SimpleOperations/DistancePointToLine

You would need something like that for your project to tell it to find
and use VTK properly.

David



More information about the vtkusers mailing list