Advertisement
Guest User

prepare to die2

a guest
Nov 26th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. kiwi@bobross:~/obs-studio/build$ cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.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. -- OBS_VERSION: 0.12.2
  13. -- Try C++11 flag = [-std=gnu++11]
  14. -- Performing Test CXX11_FLAG_DETECTED
  15. -- Performing Test CXX11_FLAG_DETECTED - Success
  16. -- Found CXX11: -std=gnu++11
  17. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  18. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  19. -- Looking for gethostbyname
  20. -- Looking for gethostbyname - found
  21. -- Looking for connect
  22. -- Looking for connect - found
  23. -- Looking for remove
  24. -- Looking for remove - found
  25. -- Looking for shmat
  26. -- Looking for shmat - found
  27. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  28. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  29. -- Found FFmpeg: /usr/bin/../lib/libavcodec.so (found version "57.16.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample
  30. -- Found Libcurl: /usr/lib/x86_64-linux-gnu/libcurl.so
  31. -- Jansson >=2.5 not found, building bundled version
  32. -- Looking for include file sys/types.h
  33. -- Looking for include file sys/types.h - found
  34. -- Looking for include file inttypes.h
  35. -- Looking for include file inttypes.h - found
  36. -- Looking for include file stdint.h
  37. -- Looking for include file stdint.h - found
  38. -- Looking for stddef.h
  39. -- Looking for stddef.h - found
  40. -- Check size of __int64
  41. -- Check size of __int64 - failed
  42. -- Check size of int64_t
  43. -- Check size of int64_t - done
  44. -- Check size of long long
  45. -- Check size of long long - done
  46. -- Check size of int32_t
  47. -- Check size of int32_t - done
  48. -- Check size of __int32
  49. -- Check size of __int32 - failed
  50. -- Check size of long
  51. -- Check size of long - done
  52. -- Check size of int
  53. -- Check size of int - done
  54. -- Check size of ssize_t
  55. -- Check size of ssize_t - done
  56. -- Check size of SSIZE_T
  57. -- Check size of SSIZE_T - failed
  58. -- Looking for strtoll
  59. -- Looking for strtoll - found
  60. -- Looking for strtoq
  61. -- Looking for strtoq - found
  62. -- Looking for _strtoi64
  63. -- Looking for _strtoi64 - not found
  64. -- Looking for include file locale.h
  65. -- Looking for include file locale.h - found
  66. -- Looking for localeconv
  67. -- Looking for localeconv - found
  68. -- Looking for setlocale
  69. -- Looking for setlocale - found
  70. -- Performing Test HAVE_INLINE
  71. -- Performing Test HAVE_INLINE - Success
  72. -- Performing Test HAVE___INLINE
  73. -- Performing Test HAVE___INLINE - Success
  74. -- Performing Test HAVE___INLINE__
  75. -- Performing Test HAVE___INLINE__ - Success
  76. -- Looking for snprintf
  77. -- Looking for snprintf - found
  78. -- Looking for _snprintf
  79. -- Looking for _snprintf - not found
  80. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  81. -- XCB[XCB]: Found component XCB
  82. -- Found XCB_XCB: /usr/lib/x86_64-linux-gnu/libxcb.so
  83. -- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so
  84. -- Found X11_XCB: /usr/lib/x86_64-linux-gnu/libX11-xcb.so
  85. -- Looking for include file pthread.h
  86. -- Looking for include file pthread.h - found
  87. -- Looking for pthread_create
  88. -- Looking for pthread_create - not found
  89. -- Check if compiler accepts -pthread
  90. -- Check if compiler accepts -pthread - yes
  91. -- Found Threads: TRUE
  92. -- Found FFmpeg: /usr/bin/../lib/libavformat.so (found version "57.19.100") found components: avformat avutil swscale swresample avcodec
  93. -- Using libavcodec for image loading in libobs
  94. -- Found zlib: /usr/lib/x86_64-linux-gnu/libz.so
  95. CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:27 (message):
  96. The imported target "Qt5::Gui" references the file
  97.  
  98. "/usr/lib/x86_64-linux-gnu/libGL.so"
  99.  
  100. but this file does not exist. Possible reasons include:
  101.  
  102. * The file was deleted, renamed, or moved to another location.
  103.  
  104. * An install or uninstall procedure did not complete successfully.
  105.  
  106. * The installation package was faulty and contained
  107.  
  108. "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"
  109.  
  110. but not all the files it references.
  111.  
  112. Call Stack (most recent call first):
  113. /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:32 (_qt5_Gui_check_file_exists)
  114. /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:56 (_qt5gui_find_extra_libs)
  115. /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:158 (include)
  116. /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:100 (find_package)
  117. obs/CMakeLists.txt:32 (find_package)
  118.  
  119.  
  120. -- Configuring incomplete, errors occurred!
  121. See also "/home/kiwi/obs-studio/build/CMakeFiles/CMakeOutput.log".
  122. See also "/home/kiwi/obs-studio/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement