minty_64

Untitled

Jun 30th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. ####@####-PC-1 ~ $ cmake '/home/####/.obs-master/CMakeLists.txt'
  2. -- The C compiler identification is GNU 4.8.2
  3. -- The CXX compiler identification is GNU 4.8.2
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Try C++11 flag = [-std=gnu++11]
  13. -- Performing Test CXX11_FLAG_DETECTED
  14. -- Performing Test CXX11_FLAG_DETECTED - Success
  15. -- Found CXX11: -std=gnu++11
  16. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  17. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  18. -- Looking for gethostbyname
  19. -- Looking for gethostbyname - found
  20. -- Looking for connect
  21. -- Looking for connect - found
  22. -- Looking for remove
  23. -- Looking for remove - found
  24. -- Looking for shmat
  25. -- Looking for shmat - found
  26. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  27. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  28. -- Jansson >=2.5 not found, building bundled version
  29. -- Looking for include file sys/types.h
  30. -- Looking for include file sys/types.h - found
  31. -- Looking for include file inttypes.h
  32. -- Looking for include file inttypes.h - found
  33. -- Looking for include file stdint.h
  34. -- Looking for include file stdint.h - found
  35. -- Looking for stddef.h
  36. -- Looking for stddef.h - found
  37. -- Check size of __int64
  38. -- Check size of __int64 - failed
  39. -- Check size of int64_t
  40. -- Check size of int64_t - done
  41. -- Check size of long long
  42. -- Check size of long long - done
  43. -- Check size of int32_t
  44. -- Check size of int32_t - done
  45. -- Check size of __int32
  46. -- Check size of __int32 - failed
  47. -- Check size of long
  48. -- Check size of long - done
  49. -- Check size of int
  50. -- Check size of int - done
  51. -- Check size of ssize_t
  52. -- Check size of ssize_t - done
  53. -- Check size of SSIZE_T
  54. -- Check size of SSIZE_T - failed
  55. -- Looking for strtoll
  56. -- Looking for strtoll - found
  57. -- Looking for strtoq
  58. -- Looking for strtoq - found
  59. -- Looking for _strtoi64
  60. -- Looking for _strtoi64 - not found
  61. -- Looking for include file locale.h
  62. -- Looking for include file locale.h - found
  63. -- Looking for localeconv
  64. -- Looking for localeconv - found
  65. -- Looking for setlocale
  66. -- Looking for setlocale - found
  67. -- Performing Test HAVE_INLINE
  68. -- Performing Test HAVE_INLINE - Success
  69. -- Performing Test HAVE___INLINE
  70. -- Performing Test HAVE___INLINE - Success
  71. -- Performing Test HAVE___INLINE__
  72. -- Performing Test HAVE___INLINE__ - Success
  73. -- Looking for snprintf
  74. -- Looking for snprintf - found
  75. -- Looking for _snprintf
  76. -- Looking for _snprintf - not found
  77. -- Found Libswscale: /usr/local/lib/libswscale.a
  78. -- Found Libswresample: /usr/local/lib/libswresample.a
  79. -- Found Libavutil: /usr/local/lib/libavutil.a
  80. -- Found Libavformat: /usr/local/lib/libavformat.a
  81. -- Using libavcodec for image loading in libobs
  82. -- Found Libx264: /usr/lib/x86_64-linux-gnu/libx264.so
  83. -- Configuring done
  84. -- Generating done
  85. -- Build files have been written to: /home/####/.obs-master
Advertisement
Add Comment
Please, Sign In to add comment