Which TOT is the one you mean?<div><a href="http://acronyms.thefreedictionary.com/TOT">http://acronyms.thefreedictionary.com/TOT</a></div><div><br></div><div>What day did you update CMake from CVS?</div><div>What Xcode version?</div>
<div>What Mac OSX version?</div><div><br><br><div class="gmail_quote">On Tue, Sep 29, 2009 at 12:17 AM, James Bigler <span dir="ltr">&lt;<a href="mailto:jamesbigler@gmail.com">jamesbigler@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I tried this with a fairly simple example with CMake cvs TOT.  Any ideas?<br><br>CMakeLists.txt:<br>cmake_minimum_required(VERSION 2.6)<br>
project(my_include_directories)<br><br>$ /code/cmake-cvs/install/bin/cmake ../ -G Xcode<br>

-- The C compiler identification is GNU<br>-- The CXX compiler identification is GNU<br>-- Checking whether C compiler has -isysroot<br>-- Checking whether C compiler has -isysroot - yes<br>-- Check for working C compiler: /usr/bin/gcc<br>


-- Check for working C compiler: /usr/bin/gcc -- works<br>-- Detecting C compiler ABI info<br>CMake Error: Could not COPY_FILE.<br>  OutputFile: &#39;&#39;<br>    copyFile: &#39;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_C.bin&#39;<br>


<br>Unable to find executable for try_compile: tried &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/cmTryCompileExec&quot; and &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec&quot; and &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Development/cmTryCompileExec&quot;.<br>


<br>-- Detecting C compiler ABI info - done<br>CMake Error at /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE):<br>  file STRINGS file<br>  &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_C.bin&quot;<br>


  cannot be read.<br>Call Stack (most recent call first):<br>  /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeTestCCompiler.cmake:69 (CMAKE_DETERMINE_COMPILER_ABI)<br>  CMakeLists.txt:7 (project)<br><br><br>-- Checking whether CXX compiler has -isysroot<br>


-- Checking whether CXX compiler has -isysroot - yes<br>-- Check for working CXX compiler: /usr/bin/g++<br>-- Check for working CXX compiler: /usr/bin/g++ -- works<br>-- Detecting CXX compiler ABI info<br>CMake Error: Could not COPY_FILE.<br>


  OutputFile: &#39;&#39;<br>    copyFile: &#39;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin&#39;<br><br>Unable to find executable for try_compile: tried &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/cmTryCompileExec&quot; and &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec&quot; and &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Development/cmTryCompileExec&quot;.<br>


<br>-- Detecting CXX compiler ABI info - done<br>CMake Error at /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE):<br>  file STRINGS file<br>  &quot;/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin&quot;<br>


  cannot be read.<br>Call Stack (most recent call first):<br>  /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeTestCXXCompiler.cmake:62 (CMAKE_DETERMINE_COMPILER_ABI)<br>  CMakeLists.txt:7 (project)<br><br><br>-- Configuring incomplete, errors occurred!<br>


<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>