[gdcm] Still getting vtkImageData has no member named 'GetWholeExtent" with vtk-devel.

mrceresa mrceresa at fedoraproject.org
Tue Aug 13 15:17:35 UTC 2013


commit f39b1c6c9808c6cf4e12234c52c84dcc8c233a6e
Author: Mario Ceresa <mario.ceresa at alma3d.com>
Date:   Tue Aug 13 17:15:42 2013 +0200

    Still getting vtkImageData has no member named 'GetWholeExtent" with vtk-devel.
    
    Initially thought it was solved from:
    http://public.kitware.com/pipermail/vtkusers/2013-February/127411.html
    However, I hit a different problem, already reported by Orion:
    http://sourceforge.net/p/gdcm/bugs/282/
    Disabling vtk module until we work it out with upstream

 gdcm.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdcm.spec b/gdcm.spec
index 1506e42..579f4ea 100644
--- a/gdcm.spec
+++ b/gdcm.spec
@@ -42,7 +42,7 @@ BuildRequires:	python2-devel
 BuildRequires:	postgresql-devel
 BuildRequires:	swig
 #BuildRequires:	texlive-ec
-BuildRequires:	vtk-devel
+#BuildRequires:	vtk-devel
 
 
 %description
@@ -130,7 +130,7 @@ pushd %{_target_platform}
 	-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
 	-DGDCM_BUILD_APPLICATIONS:BOOL=ON \
 	-DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-	-DGDCM_USE_VTK:BOOL=ON \
+	-DGDCM_USE_VTK:BOOL=OFF \
 	-DGDCM_USE_SYSTEM_CHARLS=ON \
 	-DGDCM_USE_SYSTEM_EXPAT=ON \
 	-DGDCM_USE_SYSTEM_OPENJPEG=ON \
@@ -200,7 +200,7 @@ make test -C %{_target_platform} || exit 0
 
 %changelog
 * Tue Aug 13 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 2.2.4-5
-- Re-enabled vtk bindings
+- Still getting "vtkImageData has no member named 'GetWholeExtent" with vtk-devel
 - Added additional debug symbols
 - Enabled testing (for now informational only)
 - Enabled build of gdcmd5 because its needed by tests


More information about the scm-commits mailing list