Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. /Depot/jjj/qt4-qtruby-2.1.0/ gem install qtbindings
  2. Fetching: qtbindings-4.6.3.4.gem (100%)
  3. Building native extensions. This could take a while...
  4. ERROR: Error installing qtbindings:
  5. ERROR: Failed to build gem native extension.
  6.  
  7. /Programs/Ruby/1.8.7p334/bin/ruby extconf.rb
  8.  
  9. make
  10. mkdir ext/build
  11. mkdir bin/1.8
  12. mkdir bin/1.9
  13. mkdir bin/plugins
  14. mkdir bin/plugins/accessible
  15. mkdir bin/plugins/codecs
  16. mkdir bin/plugins/designer
  17. mkdir bin/plugins/graphicssystems
  18. mkdir bin/plugins/iconengines
  19. mkdir bin/plugins/imageformats
  20. mkdir bin/plugins/phonon_backend
  21. mkdir bin/plugins/sqldrivers
  22. mkdir lib/1.8
  23. mkdir lib/1.9
  24. cd ext/build; rm -rf CMakeFiles
  25. cd ext/build; rm -rf generator
  26. cd ext/build; rm -rf smoke
  27. cd ext/build; rm -rf ruby
  28. cd ext/build; rm *
  29. rm: cannot remove `*': No such file or directory
  30. make: [clean] Error 1 (ignored)
  31. cd ext/build; \
  32. cmake \
  33. -G "Unix Makefiles" \
  34. -Wno-dev \
  35. -DENABLE_SMOKE=on \
  36. -DENABLE_QTCORE_SMOKE=on \
  37. -DENABLE_QTNETWORK_SMOKE=on \
  38. -DENABLE_QTDBUS_SMOKE=on \
  39. -DENABLE_QTGUI_SMOKE=on \
  40. -DENABLE_QTSVG_SMOKE=on \
  41. -DENABLE_QTSQL_SMOKE=on \
  42. -DENABLE_QTXML_SMOKE=on \
  43. -DENABLE_QTXMLPATTERNS_SMOKE=on \
  44. -DENABLE_QTOPENGL_SMOKE=on \
  45. -DENABLE_QTWEBKIT_SMOKE=on \
  46. -DENABLE_QTSCRIPT_SMOKE=on \
  47. -DENABLE_QTUITOOLS_SMOKE=on \
  48. -DENABLE_QTTEST_SMOKE=on \
  49. -DENABLE_QTMULTIMEDIA_SMOKE=on \
  50. -DENABLE_QTRUBY=on \
  51. -DENABLE_QTWEBKIT_RUBY=on \
  52. -DENABLE_QTUITOOLS_RUBY=on \
  53. -DENABLE_QTSCRIPT=on \
  54. -DENABLE_QTTEST=on \
  55. ..
  56. -- The C compiler identification is GNU
  57. -- The CXX compiler identification is GNU
  58. -- Check for working C compiler: /usr/bin/gcc
  59. -- Check for working C compiler: /usr/bin/gcc -- works
  60. -- Detecting C compiler ABI info
  61. -- Detecting C compiler ABI info - done
  62. -- Check for working CXX compiler: /usr/bin/c++
  63. -- Check for working CXX compiler: /usr/bin/c++ -- works
  64. -- Detecting CXX compiler ABI info
  65. -- Detecting CXX compiler ABI info - done
  66. -- Looking for Q_WS_X11
  67. -- Looking for Q_WS_X11 - found
  68. -- Looking for Q_WS_WIN
  69. -- Looking for Q_WS_WIN - not found.
  70. -- Looking for Q_WS_QWS
  71. -- Looking for Q_WS_QWS - not found.
  72. -- Looking for Q_WS_MAC
  73. -- Looking for Q_WS_MAC - not found.
  74. -- Found Qt4: /usr/bin/qmake (found version "4.7.3")
  75. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  76. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/libXext.so
  77. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/libXext.so - found
  78. -- Looking for gethostbyname
  79. -- Looking for gethostbyname - found
  80. -- Looking for connect
  81. -- Looking for connect - found
  82. -- Looking for remove
  83. -- Looking for remove - found
  84. -- Looking for shmat
  85. -- Looking for shmat - found
  86. -- Looking for IceConnectionNumber in ICE
  87. -- Looking for IceConnectionNumber in ICE - found
  88. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  89. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  90. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  91. -- Looking for pthread_create in pthreads
  92. -- Looking for pthread_create in pthreads - not found
  93. -- Looking for pthread_create in pthread
  94. -- Looking for pthread_create in pthread - found
  95. -- Found Threads: TRUE
  96. -- Looking for _POSIX_TIMERS
  97. -- Looking for _POSIX_TIMERS - found
  98. -- looking for config.h
  99. -- --------FindRuby.cmake debug------------
  100. -- _RUBY_POSSIBLE_EXECUTABLE_NAMES: ruby;ruby1.9;ruby19;ruby1.9.1;ruby191;ruby1.9.2;ruby192;ruby1.8;ruby18
  101. -- _RUBY_POSSIBLE_LIB_NAMES: ruby;ruby-static;ruby1.8;ruby-1.8.7
  102. -- RUBY_ARCH_DIR: /Programs/Ruby/1.8.7p334/lib/ruby/1.8/x86_64-linux
  103. -- RUBY_HDR_DIR: nil
  104. -- RUBY_POSSIBLE_LIB_DIR: /Programs/Ruby/1.8.7p334/lib
  105. -- Found RUBY_VERSION: "1.8.7" , short: "1.8", nodot: "18"
  106. -- _RUBY_REQUIRED_VARS: RUBY_EXECUTABLE;RUBY_INCLUDE_DIR;RUBY_LIBRARY
  107. -- --------------------
  108. -- Found Ruby: /System/Executables/ruby
  109. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  110. Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY)
  111. Call Stack (most recent call first):
  112. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  113. /usr/share/cmake-2.8/Modules/FindOpenGL.cmake:153 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  114. CMakeLists.txt:19 (FIND_PACKAGE)
  115.  
  116.  
  117. -- Configuring incomplete, errors occurred!
  118. make: [build] Error 1 (ignored)
  119. cd ext/build; make
  120. make[1]: Entering directory `/Programs/Ruby/1.8.7p334/lib/ruby/gems/1.8/gems/qtbindings-4.6.3.4/ext/build'
  121. make[1]: *** No targets specified and no makefile found. Stop.
  122. make[1]: Leaving directory `/Programs/Ruby/1.8.7p334/lib/ruby/gems/1.8/gems/qtbindings-4.6.3.4/ext/build'
  123. make: *** [build] Error 2
  124.  
  125.  
  126. Gem files will remain installed in /Programs/Ruby/1.8.7p334/lib/ruby/gems/1.8/gems/qtbindings-4.6.3.4 for inspection.
  127. Results logged to /Programs/Ruby/1.8.7p334/lib/ruby/gems/1.8/gems/qtbindings-4.6.3.4/./gem_make.out
Add Comment
Please, Sign In to add comment