Hello All, I've been using CMake recently in conjunction with the Insight Toolkit. I've successfully built ITK on a Windows/Visual Studio 8 and OSX/XCode. I'm running into a problem when I build CableSwig on OS X. I can build CableSwig on windows no problem.
I can generate the Xcode project find with CMake however when I run xcodebuild on the generated file I get the following error: ------------------ 2007-01-21 12:25:23.358 xcodebuild[9899] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary. 2007-01-21 12:25:23.393 xcodebuild[9899] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): /Users/jannettdean/Desktop/JC_Stuff/cableBuild/CableSwig.xcodeproj/project.pbxproj 2007-01-21 12:25:23.489 xcodebuild[9899] XML parser error: Unexpected character / at line 1 Old-style plist parser error: Missing ';' on line 531 xcodebuild: Error: couldn't load project /Users/jannettdean/Desktop/JC_Stuff/cableBuild/CableSwig.xcodeproj ----------------- My environment is: OS: OS X 10.4.6 CMake: 2.4 patch 6 Xcode: DevToolsCore-762.0; DevToolsSupport-764.0 Thanks, Blair Cruz _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake