[Smtk-developers] Build failure
Robert Maynard
robert.maynard at kitware.com
Wed Aug 31 18:26:03 EDT 2016
I expect this is fallout from us moving the surface filter to VTK from paraview. I expect if you update the superbuild and rebuild PV the issue will go away.
Sent from my iPhone
> On Aug 31, 2016, at 6:14 PM, David Thompson <david.thompson at kitware.com> wrote:
>
> Hi all,
>
> I updated my SMTK repo and got an error when linking vtkSMTKReaderExt:
>
> Undefined symbols for architecture x86_64:
> "vtkDataSetRegionSurfaceFilter::New()", referenced from:
> vtkNew<vtkDataSetRegionSurfaceFilter>::vtkNew() in vtkCMBGeometryReader.cxx.o
> ld: symbol(s) not found for architecture x86_64
>
> My SMTK repo is a submodule in a developer-mode CMB checkout+build and is built with ParaView support (not VTK-only). I was able to get things working again by adding:
>
> target_link_libraries(${vtk-module} LINK_PRIVATE vtkPVVTKExtensionsDefault)
>
> just after "if (SMTK_ENABLE_PARAVIEW_SUPPORT)" in smtk/extension/vtk/reader/CMakeLists.txt. Did I forget to do something or is this a real issue?
>
> Thanks,
> David
> _______________________________________________
> Smtk-developers mailing list
> Smtk-developers at smtk.org
> http://public.kitware.com/mailman/listinfo/smtk-developers
More information about the Smtk-developers
mailing list