Hi Markus, there have been some changes to MITK as well as to CTK regarding DCMTK recently. Just to make sure, you are using a completely new binary directory and are using the CTK/DCMTK that is downloaded during the superbuild?
Regards, Caspar -----Ursprüngliche Nachricht----- Von: Graf, Markus [mailto:[email protected]] Gesendet: Donnerstag, 20. September 2012 17:45 An: [email protected] Betreff: [mitk-users] MITK superbuild problems on Mac OS X (Lion, 10.7.4) Hi community, I am trying to get MITK compiled with the latest git checkout (from today, 09/20/2012) of the superbuild (neither works on Windows or on Mac OS X, different problems although, but let's stick to Mac OS X), one of the problems I encounter is that CTK does not find DCMTK headers: In file included from /Users/graf/Dev/releaseMake/CTK-src/Libs/DICOM/Core/ctkDICOMDatabase.cpp:39: In file included from /Users/graf/Dev/releaseMake/CTK-src/Libs/DICOM/Core/ctkDICOMDatabase.h:29: /Users/graf/Dev/releaseMake/CTK-src/Libs/DICOM/Core/ctkDICOMDataset.h:28:10: fatal error: 'dcdatset.h' file not found #include <dcdatset.h> // DCMTK DcmDataset ^ 1 warning and 1 error generated. make[8]: *** [Libs/DICOM/Core/CMakeFiles/CTKDICOMCore.dir/ctkDICOMDatabase.cpp.o] Error 1 make[7]: *** [Libs/DICOM/Core/CMakeFiles/CTKDICOMCore.dir/all] Error 2 make[6]: *** [all] Error 2 make[5]: *** [CMakeFiles/CTK-build] Error 2 make[4]: *** [CMakeFiles/CTK-build.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [CTK-cmake/src/CTK-stamp/CTK-build] Error 2 make[1]: *** [CMakeFiles/CTK.dir/all] Error 2 make: *** [all] Error 2 Tried this via Qt Creator and unix make. Using xcode also doesn't work due to a different issue (DCMTK xcodeproj file not readable by xcode 4.1.1 - see bottom for more information). In that case, CTK-build and CTK-src are staying empty. What do I do wrong? Is somebody aware of that issue and can help me out? Thanks a lot in advance, cheers Markus BTW the XCODE 4.1.1 specific problem: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "Performing build step for 'DCMTK'" Performing build step for 'DCMTK' cd /Users/graf/Dev/release/MITK/DCMTK-build && /Applications/CMake\ 2.8-8.app/Contents/bin/cmake --build /Users/graf/Dev/release/MITK/DCMTK-build --config Debug 2012-09-20 15:52:01.749 xcodebuild[2172:a03] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary. 2012-09-20 15:52:01.784 xcodebuild[2172:a03] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary. 2012-09-20 15:52:01.787 xcodebuild[2172:a03] Unexpected character / at line 1 xcodebuild: error: Unable to read project 'DCMTK.xcodeproj'. Reason: Project /Users/graf/Dev/release/MITK/DCMTK-build/DCMTK.xcodeproj cannot be opened because the project file cannot be parsed. make: *** [/Users/graf/Dev/release/MITK/DCMTK-cmake/src/DCMTK-stamp/Debug/DCMTK-build] Error 74 Command /bin/sh failed with exit code 2 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
