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 <[email protected]>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
