日々のDraft

回答原案集

愚痴

2010-05-19 21:52:44 | その他

http://www.mail-archive.com/cmake@cmake.org/msg28838.html

Check for working C compiler using: Visual Studio 10 Check for working C compiler using: Visual Studio 10 -- works Detecting C compiler ABI info CMake Error: Could not COPY_FILE. OutputFile: '' copyFile: 'C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeDetermineCompilerABI_C.bin' Unable to find executable for try_compile: tried "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/cmTryCompileExec.exe" and "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.exe" and "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/Development/cmTryCompileExec.exe". Detecting C compiler ABI info - done CMake Error at C:/Environment/Applications/Management/cmake/v2.8.1/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE): file STRINGS file "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeDetermineCompilerABI_C.bin" cannot be read. Call Stack (most recent call first): C:/Environment/Applications/Management/cmake/v2.8.1/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:71 (CMAKE_DETERMINE_COMPILER_ABI) CMakeLists.txt:3 (project) Check for working CXX compiler using: Visual Studio 10 Check for working CXX compiler using: Visual Studio 10 -- works Detecting CXX compiler ABI info CMake Error: Could not COPY_FILE. OutputFile: '' copyFile: 'C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin' Unable to find executable for try_compile: tried "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/cmTryCompileExec.exe" and "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.exe" and "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeTmp/Development/cmTryCompileExec.exe". Detecting CXX compiler ABI info - done CMake Error at C:/Environment/Applications/Management/cmake/v2.8.1/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:40 (FILE): file STRINGS file "C:/Environment/Frameworks/C++/llvm/bin/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin" cannot be read. Call Stack (most recent call first): C:/Environment/Applications/Management/cmake/v2.8.1/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:64 (CMAKE_DETERMINE_COMPILER_ABI) CMakeLists.txt:3 (project) Looking for argz.h Looking for argz.h - found Looking for assert.h Looking for assert.h - found Looking for dirent.h Looking for dirent.h - found Looking for dl.h Looking for dl.h - found Looking for dld.h Looking for dld.h - found Looking for dlfcn.h Looking for dlfcn.h - found Looking for errno.h Looking for errno.h - found Looking for execinfo.h Looking for execinfo.h - found Looking for fcntl.h Looking for fcntl.h - found Looking for inttypes.h Looking for inttypes.h - found Looking for limits.h Looking for limits.h - found Looking for link.h Looking for link.h - found Looking for malloc.h Looking for malloc.h - found Looking for malloc/malloc.h Looking for malloc/malloc.h - found Looking for memory.h Looking for memory.h - found Looking for ndir.h Looking for ndir.h - found Looking for setjmp.h Looking for setjmp.h - found Looking for signal.h Looking for signal.h - found Looking for stdint.h Looking for stdint.h - found Looking for stdio.h Looking for stdio.h - found Looking for stdlib.h Looking for stdlib.h - found Looking for string.h Looking for string.h - found Looking for sys/dir.h Looking for sys/dir.h - found Looking for sys/dl.h Looking for sys/dl.h - found Looking for sys/ioctl.h Looking for sys/ioctl.h - found Looking for sys/mman.h Looking for sys/mman.h - found Looking for sys/ndir.h Looking for sys/ndir.h - found Looking for sys/param.h Looking for sys/param.h - found Looking for sys/resource.h Looking for sys/resource.h - found Looking for sys/stat.h Looking for sys/stat.h - found Looking for sys/time.h Looking for sys/time.h - found Looking for sys/types.h Looking for sys/types.h - found Looking for sys/wait.h Looking for sys/wait.h - found Looking for termios.h Looking for termios.h - found Looking for unistd.h Looking for unistd.h - found Looking for utime.h Looking for utime.h - found Looking for valgrind/valgrind.h Looking for valgrind/valgrind.h - found Looking for windows.h Looking for windows.h - found Looking for getpagesize Looking for getpagesize - found Looking for getrusage Looking for getrusage - found Looking for setrlimit Looking for setrlimit - found Looking for isatty Looking for isatty - found Looking for isinf Looking for isinf - found Looking for isinf Looking for isinf - found Looking for finite Looking for finite - found Looking for isnan Looking for isnan - found Looking for isnan Looking for isnan - found Looking for ceilf Looking for ceilf - found Looking for floorf Looking for floorf - found Looking for nearbyintf Looking for nearbyintf - found Looking for mallinfo Looking for mallinfo - found Looking for malloc_zone_statistics Looking for malloc_zone_statistics - found Looking for mkdtemp Looking for mkdtemp - found Looking for mkstemp Looking for mkstemp - found Looking for mktemp Looking for mktemp - found Looking for sbrk Looking for sbrk - found Looking for strtoll Looking for strtoll - found Looking for strerror Looking for strerror - found Looking for strerror_r Looking for strerror_r - found Looking for strerror_s Looking for strerror_s - found Looking for setenv Looking for setenv - found Looking for __GLIBC__ Looking for __GLIBC__ - found Performing Test HAVE_BI_ITERATOR Performing Test HAVE_BI_ITERATOR - Success Performing Test HAVE_STD_ITERATOR Performing Test HAVE_STD_ITERATOR - Success Performing Test HAVE_FWD_ITERATOR Performing Test HAVE_FWD_ITERATOR - Success Performing Test HAVE_UINT64_T Performing Test HAVE_UINT64_T - Success Performing Test HAVE_U_INT64_T Performing Test HAVE_U_INT64_T - Success Performing Test LLVM_MULTITHREADED Performing Test LLVM_MULTITHREADED - Success Target triple: i686-pc-win32 Native target architecture is X86 Threads enabled. Warning: -fPIC not supported. Loadable modules not supported on this platform. LLVMHello ignored. Found PythonInterp: C:/Environment/Frameworks/Python/v3.1/python.exe Targeting X86 Clang version: 2.0 Looking for pthread.h Looking for pthread.h - found Configuring incomplete, errors occurred!

解決した