Advertisement
Guest User

Untitled

a guest
May 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. cmake ..
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- 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. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt-Version 4.6.2 (using /usr/bin/qmake)
  21. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
  22. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found
  23. -- Looking for gethostbyname
  24. -- Looking for gethostbyname - found
  25. -- Looking for connect
  26. -- Looking for connect - found
  27. -- Looking for remove
  28. -- Looking for remove - found
  29. -- Looking for shmat
  30. -- Looking for shmat - found
  31. -- Looking for IceConnectionNumber in ICE
  32. -- Looking for IceConnectionNumber in ICE - found
  33. -- Found X11: /usr/lib/libX11.so
  34. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  35. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  36. -- Looking for pthread_create in pthreads
  37. -- Looking for pthread_create in pthreads - not found
  38. -- Looking for pthread_create in pthread
  39. -- Looking for pthread_create in pthread - found
  40. -- Found Threads: TRUE
  41. -- Looking for _POSIX_TIMERS
  42. -- Looking for _POSIX_TIMERS - found
  43. -- Found Automoc4: /usr/bin/automoc4
  44. -- Found Perl: /usr/bin/perl
  45. -- Phonon Version: 4.3.80
  46. -- Found Phonon: /usr/lib/libphonon.so
  47. -- Found Phonon Includes: /usr/include/KDE;/usr/include
  48. -- Performing Test _OFFT_IS_64BIT
  49. -- Performing Test _OFFT_IS_64BIT - Failed
  50. -- Performing Test HAVE_FPIE_SUPPORT
  51. -- Performing Test HAVE_FPIE_SUPPORT - Success
  52. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  53. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  54. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  55. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  56. -- Found KDE 4.4 include dir: /usr/include
  57. -- Found KDE 4.4 library dir: /usr/lib
  58. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  59. -- Found automoc4: /usr/bin/automoc4
  60. -- Looking for dgettext
  61. -- Looking for dgettext - found
  62. -- Found Gettext: built in libc
  63. -- Configuring done
  64. -- Generating done
  65. -- Build files have been written to: /home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/build
  66. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/build# cd ..
  67. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6# rm -R build/
  68. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6# mkdir buildir
  69. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6# cd buildir/
  70. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/buildir# cmake ..
  71. -- The C compiler identification is GNU
  72. -- The CXX compiler identification is GNU
  73. -- Check for working C compiler: /usr/bin/gcc
  74. -- Check for working C compiler: /usr/bin/gcc -- works
  75. -- Detecting C compiler ABI info
  76. -- Detecting C compiler ABI info - done
  77. -- Check for working CXX compiler: /usr/bin/c++
  78. -- Check for working CXX compiler: /usr/bin/c++ -- works
  79. -- Detecting CXX compiler ABI info
  80. -- Detecting CXX compiler ABI info - done
  81. -- Looking for Q_WS_X11
  82. -- Looking for Q_WS_X11 - found
  83. -- Looking for Q_WS_WIN
  84. -- Looking for Q_WS_WIN - not found.
  85. -- Looking for Q_WS_QWS
  86. -- Looking for Q_WS_QWS - not found.
  87. -- Looking for Q_WS_MAC
  88. -- Looking for Q_WS_MAC - not found.
  89. -- Found Qt-Version 4.6.2 (using /usr/bin/qmake)
  90. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
  91. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found
  92. -- Looking for gethostbyname
  93. -- Looking for gethostbyname - found
  94. -- Looking for connect
  95. -- Looking for connect - found
  96. -- Looking for remove
  97. -- Looking for remove - found
  98. -- Looking for shmat
  99. -- Looking for shmat - found
  100. -- Looking for IceConnectionNumber in ICE
  101. -- Looking for IceConnectionNumber in ICE - found
  102. -- Found X11: /usr/lib/libX11.so
  103. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  104. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  105. -- Looking for pthread_create in pthreads
  106. -- Looking for pthread_create in pthreads - not found
  107. -- Looking for pthread_create in pthread
  108. -- Looking for pthread_create in pthread - found
  109. -- Found Threads: TRUE
  110. -- Looking for _POSIX_TIMERS
  111. -- Looking for _POSIX_TIMERS - found
  112. -- Found Automoc4: /usr/bin/automoc4
  113. -- Found Perl: /usr/bin/perl
  114. -- Phonon Version: 4.3.80
  115. -- Found Phonon: /usr/lib/libphonon.so
  116. -- Found Phonon Includes: /usr/include/KDE;/usr/include
  117. -- Performing Test _OFFT_IS_64BIT
  118. -- Performing Test _OFFT_IS_64BIT - Failed
  119. -- Performing Test HAVE_FPIE_SUPPORT
  120. -- Performing Test HAVE_FPIE_SUPPORT - Success
  121. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  122. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  123. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  124. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  125. -- Found KDE 4.4 include dir: /usr/include
  126. -- Found KDE 4.4 library dir: /usr/lib
  127. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  128. -- Found automoc4: /usr/bin/automoc4
  129. -- Looking for dgettext
  130. -- Looking for dgettext - found
  131. -- Found Gettext: built in libc
  132. -- Configuring done
  133. -- Generating done
  134. -- Build files have been written to: /home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/buildir
  135. root@magic:/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/buildir# make
  136. Scanning dependencies of target yakuake_automoc
  137. Generating moc_terminal.cpp
  138. Generating moc_firstrundialog.cpp
  139. Generating moc_windowsettings.cpp
  140. Generating moc_appearancesettings.cpp
  141. Generating moc_mainwindow.cpp
  142. Generating moc_sessionstack.cpp
  143. Generating moc_tabbar.cpp
  144. Generating moc_application.cpp
  145. Generating moc_session.cpp
  146. Generating moc_splitter.cpp
  147. Generating moc_titlebar.cpp
  148. Generating moc_visualeventoverlay.cpp
  149. [ 0%] Built target yakuake_automoc
  150. [ 1%] Generating ui_appearancesettings.h
  151. /bin/sh: -c: line 0: syntax error near unexpected token `('
  152. /bin/sh: -c: line 0: `cd "/home/magic/Downloads/yakuake-2.9.6.tar (1)/yakuake-2.9.6/buildir/app" && /usr/bin/cmake -DKDE4_HEADER:BOOL=ON -DKDE_UIC_EXECUTABLE:FILEPATH=/usr/lib/qt/bin/uic -DKDE_UIC_FILE:FILEPATH=/home/magic/Downloads/yakuake-2.9.6.tar\ (1)/yakuake-2.9.6/app/config/appearancesettings.ui -DKDE_UIC_H_FILE:FILEPATH=/home/magic/Downloads/yakuake-2.9.6.tar\ (1)/yakuake-2.9.6/buildir/app/ui_appearancesettings.h -DKDE_UIC_BASENAME:STRING=appearancesettings -P /usr/share/apps/cmake/modules/kde4uic.cmake'
  153. make[2]: *** [app/ui_appearancesettings.h] Error 2
  154. make[1]: *** [app/CMakeFiles/yakuake.dir/all] Error 2
  155. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement