Silly me. That wasn't a very helpful bug report. I updated CMake from CVS last night at approximately 9 PM MDT.
I have XCode 3.0 installed. OSX is version 10.5.8. I also just verified that I have the same problem with CMake 2.8 RC 1. James On Tue, Sep 29, 2009 at 5:04 AM, David Cole <[email protected]> wrote: > Which TOT is the one you mean?http://acronyms.thefreedictionary.com/TOT > > What day did you update CMake from CVS? > What Xcode version? > What Mac OSX version? > > > On Tue, Sep 29, 2009 at 12:17 AM, James Bigler <[email protected]>wrote: > >> I tried this with a fairly simple example with CMake cvs TOT. Any ideas? >> >> CMakeLists.txt: >> cmake_minimum_required(VERSION 2.6) >> project(my_include_directories) >> >> $ /code/cmake-cvs/install/bin/cmake ../ -G Xcode >> -- The C compiler identification is GNU >> -- The CXX compiler identification is GNU >> -- Checking whether C compiler has -isysroot >> -- Checking whether C compiler has -isysroot - yes >> -- Check for working C compiler: /usr/bin/gcc >> -- Check for working C compiler: /usr/bin/gcc -- works >> -- Detecting C compiler ABI info >> CMake Error: Could not COPY_FILE. >> OutputFile: '' >> copyFile: >> '/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_C.bin' >> >> Unable to find executable for try_compile: tried >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/cmTryCompileExec" and >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec" >> and >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Development/cmTryCompileExec". >> >> -- Detecting C compiler ABI info - done >> CMake Error at >> /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeDetermineCompilerABI.cmake:40 >> (FILE): >> file STRINGS file >> >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_C.bin" >> cannot be read. >> Call Stack (most recent call first): >> >> /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeTestCCompiler.cmake:69 >> (CMAKE_DETERMINE_COMPILER_ABI) >> CMakeLists.txt:7 (project) >> >> >> -- Checking whether CXX compiler has -isysroot >> -- Checking whether CXX compiler has -isysroot - yes >> -- Check for working CXX compiler: /usr/bin/g++ >> -- Check for working CXX compiler: /usr/bin/g++ -- works >> -- Detecting CXX compiler ABI info >> CMake Error: Could not COPY_FILE. >> OutputFile: '' >> copyFile: >> '/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin' >> >> Unable to find executable for try_compile: tried >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/cmTryCompileExec" and >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec" >> and >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeTmp/Development/cmTryCompileExec". >> >> -- Detecting CXX compiler ABI info - done >> CMake Error at >> /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeDetermineCompilerABI.cmake:40 >> (FILE): >> file STRINGS file >> >> "/code/CMake-cuda/build-xcode/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin" >> cannot be read. >> Call Stack (most recent call first): >> >> /code/cmake-cvs/install/share/cmake-2.7/Modules/CMakeTestCXXCompiler.cmake:62 >> (CMAKE_DETERMINE_COMPILER_ABI) >> CMakeLists.txt:7 (project) >> >> >> -- Configuring incomplete, errors occurred! >> >> >> _______________________________________________ >> 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
