Hi Stefan, yes I found that. The GDCM error below was my fault. So, Im all happy again now, and compiling frantically as usual. :-)
Thanks! M On 16 Dec 2011, at 10:51, Kislinskiy, Stefan wrote: > Hi Matt, > > regarding the minimum version of Qt and MITK the topmost CMakeLists.txt > states: > > if(MITK_USE_QT) > # find the package at the very beginning, so that QT4_FOUND is available > find_package(Qt4 4.6.0 REQUIRED) > endif() > > I guess there is something similar in the CMake files of CTK. :) > > Best, > > Stefan > > -----Ursprüngliche Nachricht----- > Von: Clarkson, Matt [mailto:[email protected]] > Gesendet: Donnerstag, 8. Dezember 2011 21:58 > An: mitk-users > Betreff: [mitk-users] Compiler error? Linux Qt 4.7.4 > > Hi there, > > I just did a clean build and got this: > > Linking CXX shared library ../../bin/libMitkDiffusionImaging.so > CMakeFiles/MitkDiffusionImaging.dir/DicomImport/mitkGEDicomDiffusionImageHeaderReader.cpp.o: > In function `__static_initialization_and_destruction_0': > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::Global()' > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::~Global()' > CMakeFiles/MitkDiffusionImaging.dir/DicomImport/mitkSiemensDicomDiffusionImageHeaderReader.cpp.o: > In function `__static_initialization_and_destruction_0': > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::Global()' > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::~Global()' > CMakeFiles/MitkDiffusionImaging.dir/DicomImport/mitkSiemensMosaicDicomDiffusionImageHeaderReader.cpp.o: > In function `__static_initialization_and_destruction_0': > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::Global()' > /scratch0/NOT_BACKED_UP/clarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/GDCM/Source/DataDictionary/gdcmGlobal.h:103: > undefined reference to `gdcm::Global::~Global()' > collect2: ld returned 1 exit status > make[8]: *** [bin/libMitkDiffusionImaging.so] Error 1 > > > Is there something silly I did wrong? > > Also, while I am here, is there a minimum recommended Qt version for CTK/MITK. > > Thanks > > Matt > > > > > > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization This white paper > is intended to serve as a reference, checklist and point of discussion for > anyone considering optimizing the pricing and packaging model of a cloud > services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
