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>