Advertisement
Guest User

Untitled

a guest
Sep 25th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. **** Debug Info: Enter CMakeDInformation.cmake
  2. **** Debug Info: CMAKE_SYSTEM_NAME = Windows
  3. **** Debug Info: CMAKE_D_COMPILER_ID =
  4. **** Debug Info: CMAKE_BASE_NAME = dmd
  5. **** Debug Info: Enter Windows-dmd.cmake
  6. **** Debug Info: Exit Win-dmd.cmake
  7. **** Debug Info: Exit CMakeDInformation.cmake
  8. Check for working D compiler using: Visual Studio 10
  9. **** Debug Info: Enter CMakeDInformation.cmake
  10. **** Debug Info: CMAKE_SYSTEM_NAME = Windows
  11. **** Debug Info: CMAKE_D_COMPILER_ID =
  12. **** Debug Info: CMAKE_BASE_NAME = dmd
  13. **** Debug Info: Enter Windows-dmd.cmake
  14. **** Debug Info: Exit Win-dmd.cmake
  15. **** Debug Info: Exit CMakeDInformation.cmake
  16. Check for working D compiler using: Visual Studio 10 -- broken
  17. To force a specific D compiler set the DC environment variable
  18. ie - export DC="/usr/bin/dmd"
  19. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestDCompiler.cmake:44 (MESSAGE):
  20. The D compiler "C:/D/dmd2/windows/bin/dmd.exe" is not able to compile a
  21. simple test program.
  22.  
  23. It fails with the following output:
  24.  
  25. Change Dir: C:/Users/suicide/Desktop/derp-build-xyzbbgrfdf/CMakeFiles/CMakeTmp
  26.  
  27.  
  28.  
  29. Run Build Command:c:\PROGRA~2\MICROS~2.0\Common7\IDE\devenv.com
  30. CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec556402915
  31.  
  32.  
  33.  
  34. Microsoft (R) Visual Studio Version 10.0.30319.1.
  35.  
  36. Copyright (C) Microsoft Corp. Alle Rechte vorbehalten.
  37.  
  38. 1>------ Erstellen gestartet: Projekt: cmTryCompileExec556402915,
  39. Konfiguration: Debug Win32 ------
  40.  
  41. 1>Der Buildvorgang wurde am 25/09/2012 23:21:50 gestartet.
  42.  
  43. 1>PrepareForBuild:
  44.  
  45. 1> Das Verzeichnis
  46. "C:\Users\suicide\Desktop\derp-build-xyzbbgrfdf\CMakeFiles\CMakeTmp\Debug\"
  47. wird erstellt.
  48.  
  49. 1>InitializeBuildStatus:
  50.  
  51. 1>
  52. "cmTryCompileExec556402915.dir\Debug\cmTryCompileExec556402915.unsuccessfulbuild"
  53. wird erstellt, da "AlwaysCreate" angegeben wurde.
  54.  
  55. 1>CustomBuild:
  56.  
  57. 1> Building D object testDCompiler.obj
  58.  
  59. 1> Linking D target cmTryCompileExec556402915.exe
  60.  
  61.  
  62. 1>C:\Users\suicide\Desktop\derp-build-xyzbbgrfdf\CMakeFiles\CMakeTmp\testDCompiler.obj
  63. : fatal error LNK1107: Ungltige oder besch„digte Datei: Lesen bei 0x1B4
  64. nicht m”glich.
  65.  
  66. 1>
  67.  
  68. 1>Fehler beim Erstellen
  69.  
  70. 1>
  71.  
  72. 1>Verstrichene Zeit 00:00:00.97
  73.  
  74. ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0
  75. bersprungen ==========
  76.  
  77.  
  78.  
  79.  
  80.  
  81. CMake will not be able to correctly generate this project.
  82. Call Stack (most recent call first):
  83. CMakeLists.txt:6 (PROJECT)
  84.  
  85.  
  86. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement