[Insight-developers] can't build ITK with xcode and cmake 2.4.3
Bill Hoffman
bill.hoffman at kitware.com
Fri Oct 27 10:19:50 EDT 2006
Gaëtan Lehmann wrote:
>
> I can't succeed to build itk with xcode.
> It works with make.
> Any idea ?
>
>
> [glehmann at gbook build-xcode]$ cmake -G Xcode ..
> -- Check for working C compiler: gcc
>
> <snip>
>
> -- Checking for struct tms - found
> -- Checking for clock_t
> -- Checking for clock_t - found
> running /bin/sh
> "/Users/glehmann/src/Insight/Utilities/CableSwig/GCC/config_cmake/gcc_platform.sh"
> "/Users/glehmann/src/Insight/build-xcode/Utilities/CableSwig/GCC/config_cmake/gcc_platform.cmake"
> "/usr/bin/cmake" 2>&1
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> /Users/glehmann/src/Insight/build-xcode
> [glehmann at gbook build-xcode]$ xcodebuild
> 2006-10-27 13:21:54.717 xcodebuild[12222] CFLog (0):
> CFPropertyListCreateFromXMLData(): Old-style plist parser: missing
> semicolon in dictionary.
> 2006-10-27 13:21:54.719 xcodebuild[12222] CFLog (0):
> CFPropertyListCreateFromXMLData(): The file name for this data might
> be (or it might not):
> /Users/glehmann/src/Insight/build-xcode/ITK.xcodeproj/project.pbxproj
> 2006-10-27 13:21:54.735 xcodebuild[12222] XML parser error:
> Unexpected character / at line 1
> Old-style plist parser error:
> Missing ';' on line 5284
> xcodebuild: Error: couldn't load project
> /Users/glehmann/src/Insight/build-xcode/ITK.xcodeproj
> [glehmann at gbook build-xcode]$ cmake --version
> cmake version 2.4-patch 3
> [glehmann at gbook build-xcode]$ xcodebuild -version
> Component versions: DevToolsCore-747.0; DevToolsSupport-733.0
What is in the file
/Users/glehmann/src/Insight/build-xcode/ITK.xcodeproj/project.pbxproj?
It looks like it has a parse error on the very first line.
-Bill
More information about the Insight-developers
mailing list