Advertisement
BloodknightStudios

Untitled

Sep 12th, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. g:\Malmo\build>cmake -G "Visual Studio 14 2015 Win64" ..
  2. -- The C compiler identification is MSVC 19.0.24210.0
  3. -- The CXX compiler identification is MSVC 19.0.24210.0
  4. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  5. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  9. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Looking for pthread.h
  15. -- Looking for pthread.h - not found
  16. -- Found Threads: TRUE
  17. CMake Warning at C:/Program Files/CMake/share/cmake-3.6/Modules/FindBoost.cmake:1459 (message):
  18. No header defined for zlib; skipping header check
  19. Call Stack (most recent call first):
  20. CMakeLists.txt:94 (find_package)
  21.  
  22.  
  23. -- Boost version: 1.61.0
  24. -- Found the following Boost libraries:
  25. -- chrono
  26. -- date_time
  27. -- filesystem
  28. -- iostreams
  29. -- program_options
  30. -- python
  31. -- regex
  32. -- system
  33. -- thread
  34. -- zlib
  35. -- atomic
  36. -- Found the following C# .NET versions: v4.0.30319; v3.5; v2.0.50727
  37. -- Found CSharp: .NET
  38. -- Found Doxygen: C:/Program Files/doxygen/bin/doxygen.exe (found version "1.8.11")
  39. -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.10.0.windows.1")
  40. -- Found Java: C:/Program Files/Java/jdk1.8.0_91/bin/java.exe (found version "1.8.0.91") found components: Runtime Development
  41. -- Found JNI: C:/Program Files/Java/jdk1.8.0_91/lib/jawt.lib
  42. -- Found PythonInterp: C:/Python27/python.exe (found suitable version "2.7.12", minimum required is "2.7")
  43. -- Found PythonLibs: C:/Python27/libs/python27.lib (found suitable version "2.7.12", minimum required is "2.7")
  44. -- Found SWIG: G:/MalmoLibs/swigwin-3.0.10/swig.exe (found version "3.0.10")
  45. -- Using .NET compiler version v4.0.30319
  46. -- Found the following C# .NET versions: v4.0.30319; v3.5; v2.0.50727
  47. -- Using .NET compiler version v4.0.30319
  48. -- Found the following C# .NET versions: v4.0.30319; v3.5; v2.0.50727
  49. -- Using .NET compiler version v4.0.30319
  50. -- Configuring done
  51. -- Generating done
  52. -- Build files have been written to: G:/Malmo/build
  53.  
  54. g:\Malmo\build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement