[CMake] CMake 2.8.10 with Xcode 4.4.1

Bill Hoffman bill.hoffman at kitware.com
Fri Jan 11 09:29:03 EST 2013


On 1/11/2013 2:09 AM, Asmodehn Shade wrote:
> Hello,
>
> I just had this happening with CMake 2.8.10 ( from a recent macports )
> and with XCode 4.5.2.
> I built the step1 tutorial in its source dir :
>
> bash-3.2$ cmake -G XCode .^M
> -- The C compiler identification is Clang 4.1.0^M
> -- The CXX compiler identification is Clang 4.1.0^M
> -- Check for working C compiler using: Xcode^M
> -- Check for working C compiler using: Xcode -- works^M
> -- Detecting C compiler ABI info^M
> -- Detecting C compiler ABI info - done^M
> -- Check for working CXX compiler using: Xcode^M
> -- Check for working CXX compiler using: Xcode -- works^M
> -- Detecting CXX compiler ABI info^M
> -- Detecting CXX compiler ABI info - done^M
> -- Configuring done^M
> -- Generating done^M
> -- Build files have been written to:
> /Users/alexandre.vincent/Projects/cmake-2.8.10.2/Tests/Tutorial/Step1^M
> bash-3.2$ xcodebuild Tuto^Grial.xcodeproj/^M
> === BUILD AGGREGATE TARGET ZERO_CHECK OF PROJECT Tutorial WITH THE
> DEFAULT CONFIGURATION (Debug) ===^M
> Check dependencies^M
> unsupported build action 'Tutorial.xcodeproj'^M
> ^M
> ^M
> ** BUILD FAILED **^M
> ^M
> ^M
> The following build commands failed:^M
>          Check dependencies^M
> (1 failure)^M
> bash-3.2$ exit^M
>
What happens if you load the project into the IDE and build?  What is 
the output of
cmake --build . --config Debug

-Bill



More information about the CMake mailing list