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

--

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