Page MenuHomePhabricator

Xcode superbuild fails
Closed, ResolvedPublic

Description

The mitk superbuild fails when run with Xcode. Reason is a invalid DCMTK.xcodeproj file. DCMTK sets an additional compiler flag called DCMTK_BUILD_DATE. This flag contains backslashes and these are written into the xcode project file. Somehow Xcode cannot parse these backslashes and hence cannot build dcmtk.

Event Timeline

[9c8602]: Merge branch 'bug-14513-failing-xcode-superbuild'

Merged commits:

2013-02-17 16:33:28 Andreas Fetzer [88f30e]
Removed debug message


2013-02-17 14:55:36 Andreas Fetzer [70f68e]
Created patch for dcmtk so that the MITK superbuild will work with Xcode. This patch is only applied if the current generator is Xcode. As a result of this patch the DCMTK_BUILD_DATE is no longer passed as a additional compiler flag but written into the dcmtk config file.