From f39b1c6c9808c6cf4e12234c52c84dcc8c233a6e Mon Sep 17 00:00:00 2001 From: Mario Ceresa Date: Tue, 13 Aug 2013 17:15:42 +0200 Subject: [PATCH] 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 file 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 - 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