[vtkusers] VTK 6.1 linking/autoinit
    David Cole 
    dlrdave at aol.com
       
    Mon Sep  9 17:14:25 EDT 2013
    
    
  
Looks to me like some of those symbols should come from the wbemuuid 
library, which should be added by this VTK CMake code:
elseif(VTK_USE_DIRECTX)
  list(APPEND Module_SRCS "vtkDirectXGPUInfoList.cxx")
  set(extra_libs ${DirectX_LIBRARY} wbemuuid)
  include_directories(${DirectX_INCLUDE_DIR})
  set(vtk_module_vtkGPUInfoList_override "vtkDirectXGPUInfoList")
Is "VTK_USE_DIRECTX" on for your VTK build?
Do you have wbemuuid on your link line? If you are building without 
CMake controlling your build, you'll have to add the wbemuuid library 
to your link line.
HTH,
David C.
    
    
More information about the vtkusers
mailing list