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

Script done on Fri Jan 11 16:09:08 2013

Let me know if you need any more information.

Cheers,
--
AlexV

2012/11/29 David Cole <david.c...@kitware.com>

> I can't for the life of me reproduce this. I've tried on my own Mac with
> Xcode 4.2, and on a colleague's Mac with Xcode 4.5.2. I can't seem to find
> a 4.4.1 machine to try this out on...
>
> Is this a problem for anybody else using CMake 2.8.10 on a Mac with the
> Xcode generator?
>
> Can you send the full output of the configure step (in a clean build
> directory)?
>
> Also, the output of running "find CMakeFiles" after the configure is done?
> (What files exist in CMakeFiles after a fresh configure...?) The file
> that's missing should be generated during the first configure.
>
>   cd /Users/nicholas/temp/xcode
>   find CMakeFiles
>
>
> Very mysterious.
>
>
>
> On Thu, Nov 22, 2012 at 1:08 AM, Nicholas Yue <yue.nicho...@gmail.com>wrote:
>
>> 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<http://au.linkedin.com/in/nicholasyue>
>> https://vimeo.com/channels/**naiadtools<https://vimeo.com/channels/naiadtools>
>>
>>
>
> --
>
> 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
>
--

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