I'm using CMake-2.8.8 gui and vs 2010 to configure and generate the sln files, but I'm getting the following error:
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 at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:31 (TRY_COMPILE):
Cannot copy output executable
''
to destination specified by COPY_FILE:
'F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeDetermineCompilerABI_C.bin'
Unable to find the executable at any of:
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/cmTryCompileExec4005050344.exe
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4005050344.exe
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/Development/cmTryCompileExec4005050344.exe
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:71 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:9 (project)
Detecting C compiler ABI info - done
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:48 (FILE):
file STRINGS file
"F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeDetermineCompilerABI_C.bin"
cannot be read.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:71 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:9 (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 at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:31 (TRY_COMPILE):
Cannot copy output executable
''
to destination specified by COPY_FILE:
'F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin'
Unable to find the executable at any of:
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/cmTryCompileExec948585555.exe
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec948585555.exe
F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeTmp/Development/cmTryCompileExec948585555.exe
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:64 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:9 (project)
Detecting CXX compiler ABI info - done
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:48 (FILE):
file STRINGS file
"F:/Users/pvv8654/Libraries/cppdom-vc10/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin"
cannot be read.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:64 (CMAKE_DETERMINE_COMPILER_ABI)
CMakeLists.txt:9 (project)
Could NOT find cppunit (missing: CPPUNIT_LIBRARY CPPUNIT_INCLUDE_DIR)
Configuring incomplete, errors occurred!
Can you please let me know a fix for this and any help will be really appreciated. Thanks.