[Insight-users] problem building VtkGlue; vtk6

Randy Heiland heiland at indiana.edu
Sun Sep 22 19:05:14 EDT 2013


Any help on this one?

InsightToolkit-4.4.2
VTK 6.0.0

Module_ITKVtkGlue:BOOL=ON

...
Linking CXX shared module ../../../lib/_ITKReviewPython.so
[ 99%] Built target ITKReviewPython
[ 99%] Built target ITKVtkGlueGccXML
[ 99%] Built target ITKVtkGlueIdx
[ 99%] Built target ITKVtkGlueSwig
Linking CXX shared module ../../../lib/_ITKVtkGluePython.so
ld: library not found for -lvtkImagingPythonD


Sure enough:
~/dev/InsightToolkit-4.4.2-build$ grep imagingpythond CMakeCache.txt 
ITKVtkGluePython_LIB_DEPENDS:STATIC=general;itkdouble-…blah…;vtkImagingPythonD; …

but I'm not seeing how it got inserted.

Over in my vtk6 libs, the closest match I could find was the following (and note the "27" suffix):
libvtkFiltersImagingPython27D-6.0.1.dylib

Should I be using ITK from git?

thanks, Randy


More information about the Insight-users mailing list