On 19/11/12 10:31 PM, David Cole wrote:
In the CMake source tree, can you try to build "Tests/Tutorial/Step1" with the 
Xcode generator and report the results?
$ xcodebuild Tutorial.xcodeproj
=== BUILD AGGREGATE TARGET ZERO_CHECK OF PROJECT Tutorial WITH THE DEFAULT CONFIGURATION (Debug) ===
Check dependencies
unsupported build action 'Tutorial.xcodeproj'


** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)


Can you send your simple CMakeLists.txt file and its single source here?
Files are attached

What does your machine report when you run "xcode-select -print-path"?
$ xcode-select -print-path
/Applications/Xcode.app/Contents/Developer

Cheers

--
Nicholas Yue
Graphics - RenderMan, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
https://vimeo.com/channels/naiadtools

ADD_EXECUTABLE ( nicholas main.cpp )
#include <stdio.h>

int main()
{
        printf("Hello world\n");
        return 0;
}

--

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

Reply via email to