Well, I fixed the other problems after someone pointed out to me on another forum that using CMake with Xcode 4.4 requires that the Xcode command-line tools be installed (Xcode ▸ Preferences ▸ Downloads). Maybe the absence of the command-line tools was a factor in the crash too.
For the benefit of other Xcode users, I added the following comment to Kitware bug 13408 (http://public.kitware.com/Bug/view.php?id=13408). * * * Although not requiring installation of Xcode's command-line tools would be nice, at a minimum, CMake's runtime, or at least its installer, should check for any needed prerequisites and inform the user if a prerequisite is missing. I've spent several hours in the last few days trying to figure out why CMake 2.8.8 just wouldn't work on a new Mac, until someone pointed out to me that it was necessary to install Xcode's command-line tools. The error messages I received from CMake just added to the confusion. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
