Hi Markus, can you please tell us which compiler you are using? There are either clang or gcc on Mac. Which version of Mac OS X is on your system? On my Mac the superbuild runs without any problems.
Best regards Andreas On 20.09.2012, at 17:45, Graf, Markus wrote: > 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
