[Smtk-developers] Build failure

David Thompson david.thompson at kitware.com
Thu Sep 1 08:19:50 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. 

I tried updating the superbuild before reporting this problem, although it was an incremental build not a clean one.

	David


>> 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