Guest User

Untitled

a guest
Jun 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. -- The C compiler identification is GNU
  6. -- The CXX compiler identification is GNU
  7. -- Checking whether C compiler has -isysroot
  8. -- Checking whether C compiler has -isysroot - yes
  9. -- Checking whether C compiler supports OSX deployment target flag
  10. -- Checking whether C compiler supports OSX deployment target flag - yes
  11. -- Check for working C compiler: /usr/local/ada-4.3/bin/gcc
  12. -- Check for working C compiler: /usr/local/ada-4.3/bin/gcc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Checking whether CXX compiler has -isysroot
  16. -- Checking whether CXX compiler has -isysroot - yes
  17. -- Checking whether CXX compiler supports OSX deployment target flag
  18. -- Checking whether CXX compiler supports OSX deployment target flag - yes
  19. -- Check for working CXX compiler: /usr/local/ada-4.3/bin/c++
  20. -- Check for working CXX compiler: /usr/local/ada-4.3/bin/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Found Freetype: /opt/local/lib/libfreetype.dylib
  24. -- Found IL: /opt/local/lib/libIL.dylib
  25. -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.3")
  26. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  27. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  28. -- Looking for pthread_create in pthreads
  29. -- Looking for pthread_create in pthreads - not found
  30. -- Looking for pthread_create in pthread
  31. -- Looking for pthread_create in pthread - found
  32. -- Found Threads: TRUE
  33. -- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
  34. -- Found GLEW: /opt/local/lib/libGLEW.dylib
  35. -- Found OpenAL: /System/Library/Frameworks/OpenAL.framework (Required is at least version "1.1")
  36. -- Found OpenALEFX: /usr/local/include/AL
  37. -- Found Doxygen: /opt/local/bin/doxygen
  38. -- Found PythonInterp: /usr/bin/python (found version "2.6.1")
  39. -- Boost version: 1.48.0
  40. -- Found the following Boost libraries:
  41. -- program_options
  42. -- Checking Threads: -lpthread
  43. -- Checking DevIL: /opt/local/lib/libIL.dylib
  44. -- Checking ZLIB: /usr/lib/libz.dylib
  45. -- Checking Freetype: /opt/local/lib/libfreetype.dylib
  46. -- Checking OpenAL: /System/Library/Frameworks/OpenAL.framework
  47. -- Checking OpenGL: /System/Library/Frameworks/OpenGL.framework
  48. -- Checking GLEW: /opt/local/lib/libGLEW.dylib
  49. -- Checking SDL: /opt/local/lib/libSDL.dylib;-framework Cocoa
  50. -- Looking for nanosleep
  51. -- Looking for nanosleep - found
  52. -- Looking for clock_gettime
  53. -- Looking for clock_gettime - not found.
  54. -- Looking for include files HAVE_MACH_CLOCK
  55. -- Looking for include files HAVE_MACH_CLOCK - found
  56. -- Looking for wordexp.h
  57. -- Looking for wordexp.h - found
  58. -- Looking for strsignal
  59. -- Looking for strsignal - found
  60. -- Looking for fork
  61. -- Looking for fork - found
  62. -- Looking for readlink
  63. -- Looking for readlink - found
  64. -- Looking for dup2
  65. -- Looking for dup2 - found
  66. -- Looking for execlp
  67. -- Looking for execlp - found
  68. -- Looking for isatty
  69. -- Looking for isatty - found
  70. -- Looking for waitpid
  71. -- Looking for waitpid - found
  72. -- Looking for sched_getscheduler
  73. -- Looking for sched_getscheduler - not found.
  74. -- Looking for kill
  75. -- Looking for kill - found
  76. -- Looking for backtrace
  77. -- Looking for backtrace - found
  78. -- Looking for backtrace_symbols_fd
  79. -- Looking for backtrace_symbols_fd - found
  80. -- Looking for sys/stat.h
  81. -- Looking for sys/stat.h - found
  82. -- Looking for sys/errno.h
  83. -- Looking for sys/errno.h - found
  84. -- Looking for dirent.h
  85. -- Looking for dirent.h - found
  86. -- Looking for fpathconf
  87. -- Looking for fpathconf - found
  88. -- Looking for _PC_NAME_MAX
  89. -- Looking for _PC_NAME_MAX - found
  90. -- Looking for dirfd
  91. -- Looking for dirfd - found
  92. -- Looking for fstatat
  93. -- Looking for fstatat - not found.
  94. -- Looking for NAME_MAX
  95. -- Looking for NAME_MAX - not found.
  96. -- Checking compiler flag: -Wall - unsupported (warning)
  97. -- Checking compiler flag: -Wextra - unsupported (warning)
  98. -- Checking compiler flag: -Wformat=2 - unsupported (warning)
  99. -- Checking compiler flag: -Wundef - unsupported (warning)
  100. -- Checking compiler flag: -Wpointer-arith - unsupported (warning)
  101. -- Checking compiler flag: -Wcast-qual - unsupported (warning)
  102. -- Checking compiler flag: -Woverloaded-virtual - unsupported (warning)
  103. -- Checking compiler flag: -Wlogical-op - unsupported (warning)
  104. -- Checking compiler flag: -Wliteral-conversion - unsupported
  105. -- Checking compiler flag: -Wshift-overflow - unsupported
  106. -- Checking compiler flag: -Woverflow - unsupported (warning)
  107. -- Checking compiler flag: -Wbool-conversions - unsupported
  108. -- Checking compiler flag: -Wno-uninitialized - unsupported (warning)
  109. -- Checking compiler flag: -Wno-constant-logical-operand - unsupported
  110. -- Boost version: 1.48.0
  111. -- Found the following Boost libraries:
  112. -- program_options
  113. -- filesystem
  114. -- system
  115. -- Checking Boost: /opt/local/lib/libboost_program_options-mt.dylib;/opt/local/lib/libboost_program_options-mt.dylib;/opt/local/lib/libboost_filesystem-mt.dylib;/opt/local/lib/libboost_system-mt.dylib
  116. -- Configuring done
  117. -- Generating done
  118. -- Build files have been written to: /Users/Klem/Programming/ArxLibertatis
Add Comment
Please, Sign In to add comment