Guest User

Untitled

a guest
Oct 12th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. -- The C compiler identification is AppleClang 7.0.0.7000072
  2. -- The CXX compiler identification is AppleClang 7.0.0.7000072
  3. -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
  4. -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  10. -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Found Git: /usr/local/bin/git (found version "2.3.6")
  16. fatal: Not a git repository (or any of the parent directories): .git
  17. fatal: Not a git repository (or any of the parent directories): .git
  18. fatal: Not a git repository (or any of the parent directories): .git
  19. x86_64
  20. -- Performing Test FLAG_TYPE_LIMITS
  21. -- Performing Test FLAG_TYPE_LIMITS - Success
  22. -- Performing Test FLAG_SIGN_COMPARE
  23. -- Performing Test FLAG_SIGN_COMPARE - Success
  24. -- Performing Test FLAG_IGNORED_QUALIFIERS
  25. -- Performing Test FLAG_IGNORED_QUALIFIERS - Success
  26. -- Performing Test FLAG_UNINITIALIZED
  27. -- Performing Test FLAG_UNINITIALIZED - Success
  28. -- Performing Test FLAG_LOGICAL_OP
  29. -- Performing Test FLAG_LOGICAL_OP - Failed
  30. -- Performing Test FLAG_SHADOW
  31. -- Performing Test FLAG_SHADOW - Success
  32. -- Performing Test FLAG_INIT_SELF
  33. -- Performing Test FLAG_INIT_SELF - Success
  34. -- Performing Test FLAG_MISSING_DECLARATIONS
  35. -- Performing Test FLAG_MISSING_DECLARATIONS - Success
  36. -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS
  37. -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS - Success
  38. -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN
  39. -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success
  40. -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
  41. -- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
  42. -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
  43. ALSA NOT found, disabling ALSA sound backend
  44. ao found, enabling ao sound backend
  45. bluez NOT found, disabling bluetooth support
  46. PulseAudio NOT found, disabling PulseAudio sound backend
  47. -- Found OpenAL: /System/Library/Frameworks/OpenAL.framework
  48. OpenAL found, enabling OpenAL sound backend
  49. -- checking for modules 'libavcodec>=54.35.0;libavformat>=54.20.4;libswscale>=2.1.1;libavutil>=52.3.0'
  50. -- found libavcodec, version 56.26.100
  51. -- found libavformat, version 56.25.101
  52. -- found libswscale, version 3.1.101
  53. -- found libavutil, version 54.20.100
  54. libav/ffmpeg found, enabling AVI frame dumps
  55. -- Performing Test PORTAUDIO
  56. -- Performing Test PORTAUDIO - Success
  57. PortAudio found, enabling mic support
  58. Using static enet from Externals
  59. -- Looking for fcntl
  60. -- Looking for fcntl - found
  61. -- Looking for poll
  62. -- Looking for poll - found
  63. -- Looking for getaddrinfo
  64. -- Looking for getaddrinfo - found
  65. -- Looking for getnameinfo
  66. -- Looking for getnameinfo - found
  67. -- Looking for gethostbyname_r
  68. -- Looking for gethostbyname_r - not found
  69. -- Looking for gethostbyaddr_r
  70. -- Looking for gethostbyaddr_r - not found
  71. -- Looking for inet_pton
  72. -- Looking for inet_pton - found
  73. -- Looking for inet_ntop
  74. -- Looking for inet_ntop - found
  75. -- Performing Test HAS_MSGHDR_FLAGS
  76. -- Performing Test HAS_MSGHDR_FLAGS - Success
  77. -- Check size of socklen_t
  78. -- Check size of socklen_t - done
  79. Using static xxhash from Externals
  80. -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
  81. Using shared zlib
  82. Using static lzo from Externals
  83. Using static libpng from Externals
  84. Using static soundtouch from Externals
  85. -- checking for module 'libusb-1.0'
  86. -- found libusb-1.0, version 1.0.19
  87. -- Found libusb-1.0: /usr/local/Cellar/libusb/1.0.19/include/libusb-1.0, /usr/local/lib/libusb-1.0.dylib
  88. Using shared LibUSB
  89. Using static SFML 2.1 from Externals
  90. Using static miniupnpc from Externals
  91. Using static mbed TLS from Externals
  92. Using static SOIL from Externals
  93. -- Found wxWidgets: TRUE
  94. Found wxWidgets version 3.0.2
  95. wxWidgets found, enabling GUI build
  96. -- Found Gettext: /usr/local/bin/msgmerge (found version "0.19.5.1")
  97. -- Configuring done
  98. -- Generating done
  99. -- Build files have been written to: /Users/nelsonliu/Downloads/dolphin-master NON TPP/build
Advertisement
Add Comment
Please, Sign In to add comment