Advertisement
Guest User

error

a guest
Mar 23rd, 2013
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.25 KB | None | 0 0
  1. -- The CXX compiler identification is MSVC 17.0.50727.1
  2. -- Check for working CXX compiler using: Ninja
  3. -- Check for working CXX compiler using: Ninja -- broken
  4. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTes
  5. tCXXCompiler.cmake:54 (message):
  6.   The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio
  7.  11.0/VC/bin/x86_arm/cl.exe" is not able to compile a simple test program.
  8.  
  9.   It fails with the following output:
  10.  
  11.    Change Dir: C:/Users/Jaydeep/Desktop/opencv-winrt/platforms/winrt/build/CMake
  12. Files/CMakeTmp
  13.  
  14.  
  15.  
  16.   Run Build Command:C:/Python27/ninja.exe cmTryCompileExec2606422331
  17.  
  18.   [1/2] Building CXX object
  19.   CMakeFiles\cmTryCompileExec2606422331.dir\testCXXCompiler.cxx.obj
  20.  
  21.   testCXXCompiler.cxx
  22.  
  23.   [2/2] Linking CXX executable cmTryCompileExec2606422331.exe
  24.  
  25.   FAILED: cmd.exe /c cd .  && "C:\Program Files (x86)\CMake
  26.  2.8\bin\cmake.exe" -E vs_link_exe
  27.   C:\PROGRA~2\MICROS~1.0\VC\bin\x86_arm\cl.exe /nologo /DWIN32 /D_WINDOWS /W3
  28.   /Zm1000 /GR /EHsc /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
  29.   /FecmTryCompileExec2606422331.exe /FdcmTryCompileExec2606422331.pdb
  30.   CMakeFiles\cmTryCompileExec2606422331.dir\testCXXCompiler.cxx.obj /link
  31.   /implib:cmTryCompileExec2606422331.lib /version:0.0 /STACK:10000000
  32.   /machine:ARM /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib
  33.   gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
  34.   comdlg32.lib advapi32.lib && cd .
  35.  
  36.   LINK : fatal error LNK1104: cannot open file 'gdi32.lib'
  37.  
  38.   LINK Pass 1 failed.  with 2
  39.  
  40.   ninja: build stopped: subcommand failed.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.   CMake will not be able to correctly generate this project.
  47. Call Stack (most recent call first):
  48.   CMakeLists.txt:61 (project)
  49.  
  50.  
  51. CMake Error: Error required internal CMake variable not set, cmake may be not be
  52.  built correctly.
  53. Missing variable is:
  54. CMAKE_C_COMPILER_ENV_VAR
  55. CMake Error: Error required internal CMake variable not set, cmake may be not be
  56.  built correctly.
  57. Missing variable is:
  58. CMAKE_C_COMPILER
  59. CMake Error: Could not find cmake module file:C:/Users/Jaydeep/Desktop/opencv-wi
  60. nrt/platforms/winrt/build/CMakeFiles/2.8.10-rc1/CMakeCCompiler.cmake
  61. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  62. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement