Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. if test ! -d build.release; then mkdir build.release; fi; \
  2. cd build.release; \
  3. export PATH=/home/user/Qt5.2.0/5.2.0-rc1/gcc_64/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games; \
  4. cmake -DCMAKE_BUILD_TYPE=RELEASE \
  5. -DCMAKE_INSTALL_PREFIX=""/usr/local"" ..; \
  6. make lrelease; \
  7. make -j `grep -c processor /proc/cpuinfo`; \
  8.  
  9. /home/user/Downloads/MuseScore-master/build.release
  10. -- The C compiler identification is GNU 4.7.4
  11. -- The CXX compiler identification is GNU 4.7.4
  12. -- Check for working C compiler: /usr/bin/cc
  13. -- Check for working C compiler: /usr/bin/cc -- works
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  21. By not providing "FindQt5Designer.cmake" in CMAKE_MODULE_PATH this project
  22. has asked CMake to find a package configuration file provided by
  23. "Qt5Designer", but CMake did not find one.
  24.  
  25. Could not find a package configuration file provided by "Qt5Designer" with
  26. any of the following names:
  27.  
  28. Qt5DesignerConfig.cmake
  29. qt5designer-config.cmake
  30.  
  31. Add the installation prefix of "Qt5Designer" to CMAKE_PREFIX_PATH or set
  32. "Qt5Designer_DIR" to a directory containing one of the above files. If
  33. "Qt5Designer" provides a separate development package or SDK, be sure it
  34. has been installed.
  35. Call Stack (most recent call first):
  36. CMakeLists.txt:32 (include)
  37.  
  38.  
  39. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  40. By not providing "FindQt5Declarative.cmake" in CMAKE_MODULE_PATH this
  41. project has asked CMake to find a package configuration file provided by
  42. "Qt5Declarative", but CMake did not find one.
  43.  
  44. Could not find a package configuration file provided by "Qt5Declarative"
  45. with any of the following names:
  46.  
  47. Qt5DeclarativeConfig.cmake
  48. qt5declarative-config.cmake
  49.  
  50. Add the installation prefix of "Qt5Declarative" to CMAKE_PREFIX_PATH or set
  51. "Qt5Declarative_DIR" to a directory containing one of the above files. If
  52. "Qt5Declarative" provides a separate development package or SDK, be sure it
  53. has been installed.
  54. Call Stack (most recent call first):
  55. CMakeLists.txt:32 (include)
  56.  
  57.  
  58. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  59. By not providing "FindQt5Script.cmake" in CMAKE_MODULE_PATH this project
  60. has asked CMake to find a package configuration file provided by
  61. "Qt5Script", but CMake did not find one.
  62.  
  63. Could not find a package configuration file provided by "Qt5Script" with
  64. any of the following names:
  65.  
  66. Qt5ScriptConfig.cmake
  67. qt5script-config.cmake
  68.  
  69. Add the installation prefix of "Qt5Script" to CMAKE_PREFIX_PATH or set
  70. "Qt5Script_DIR" to a directory containing one of the above files. If
  71. "Qt5Script" provides a separate development package or SDK, be sure it has
  72. been installed.
  73. Call Stack (most recent call first):
  74. CMakeLists.txt:32 (include)
  75.  
  76.  
  77. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  78. By not providing "FindQt5ScriptTools.cmake" in CMAKE_MODULE_PATH this
  79. project has asked CMake to find a package configuration file provided by
  80. "Qt5ScriptTools", but CMake did not find one.
  81.  
  82. Could not find a package configuration file provided by "Qt5ScriptTools"
  83. with any of the following names:
  84.  
  85. Qt5ScriptToolsConfig.cmake
  86. qt5scripttools-config.cmake
  87.  
  88. Add the installation prefix of "Qt5ScriptTools" to CMAKE_PREFIX_PATH or set
  89. "Qt5ScriptTools_DIR" to a directory containing one of the above files. If
  90. "Qt5ScriptTools" provides a separate development package or SDK, be sure it
  91. has been installed.
  92. Call Stack (most recent call first):
  93. CMakeLists.txt:32 (include)
  94.  
  95.  
  96. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  97. By not providing "FindQt5UiTools.cmake" in CMAKE_MODULE_PATH this project
  98. has asked CMake to find a package configuration file provided by
  99. "Qt5UiTools", but CMake did not find one.
  100.  
  101. Could not find a package configuration file provided by "Qt5UiTools" with
  102. any of the following names:
  103.  
  104. Qt5UiToolsConfig.cmake
  105. qt5uitools-config.cmake
  106.  
  107. Add the installation prefix of "Qt5UiTools" to CMAKE_PREFIX_PATH or set
  108. "Qt5UiTools_DIR" to a directory containing one of the above files. If
  109. "Qt5UiTools" provides a separate development package or SDK, be sure it has
  110. been installed.
  111. Call Stack (most recent call first):
  112. CMakeLists.txt:32 (include)
  113.  
  114.  
  115. CMake Warning at build/FindQt5Transitional.cmake:29 (find_package):
  116. By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  117. project has asked CMake to find a package configuration file provided by
  118. "Qt5LinguistTools", but CMake did not find one.
  119.  
  120. Could not find a package configuration file provided by "Qt5LinguistTools"
  121. with any of the following names:
  122.  
  123. Qt5LinguistToolsConfig.cmake
  124. qt5linguisttools-config.cmake
  125.  
  126. Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  127. set "Qt5LinguistTools_DIR" to a directory containing one of the above
  128. files. If "Qt5LinguistTools" provides a separate development package or
  129. SDK, be sure it has been installed.
  130. Call Stack (most recent call first):
  131. CMakeLists.txt:32 (include)
  132.  
  133.  
  134. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.1.2")
  135. found Doxygen
  136. -- latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user inetraction on doxy run.
  137. -- configured /home/user/Downloads/MuseScore-master/build/Doxyfile.in --> /home/user/Downloads/MuseScore-master/build.release/Doxyfile
  138. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  139. -- checking for module 'libpulse'
  140. -- found libpulse, version 4.0
  141. -- Found pulseaudio: /usr/lib/x86_64-linux-gnu/libpulse.so
  142. -- Found lame: /usr/lib/x86_64-linux-gnu/libmp3lame.so
  143. Alsa detected.
  144. Pulseaudio found.
  145. -- jack (jack audio connection kit) >= 0.98.0 found
  146. portaudio detected /usr/include /usr/lib/x86_64-linux-gnu -lportaudio -lasound -lm -lpthread
  147. -- precompiled header generation
  148. -- Configuring done
  149. -- Generating done
  150. -- Build files have been written to: /home/user/Downloads/MuseScore-master/build.release
  151. make[1]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  152. make[2]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  153. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  154. make[4]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  155. Scanning dependencies of target lrelease
  156. make[4]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  157. make[4]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  158. /bin/sh: 1: Qt5::lrelease: not found
  159. make[4]: *** [CMakeFiles/lrelease] Error 127
  160. make[4]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  161. make[3]: *** [CMakeFiles/lrelease.dir/all] Error 2
  162. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  163. make[2]: *** [CMakeFiles/lrelease.dir/rule] Error 2
  164. make[2]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  165. make[1]: *** [lrelease] Error 2
  166. make[1]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  167. make[1]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  168. make[2]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  169. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  170. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  171. Scanning dependencies of target mops1
  172. Scanning dependencies of target mops2
  173. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  174. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  175. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  176. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  177. [ 0%] [ 0%] Generating all.h
  178. Generating all.h
  179. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  180. [ 0%] [ 0%] Built target mops1
  181. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  182. Generating all.h.gch
  183. Scanning dependencies of target genManual
  184. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  185. make[3]: Entering directory `/home/user/Downloads/MuseScore-master/build.release'
  186. [ 0%] Building CXX object manual/CMakeFiles/genManual.dir/genManual.cpp.o
  187. all.h:154:22: fatal error: QQmlEngine: No such file or directory
  188. compilation terminated.
  189. In file included from <command-line>:0:0:
  190. /home/user/Downloads/MuseScore-master/build.release/all.h:154:22: fatal error: QQmlEngine: No such file or directory
  191. compilation terminated.
  192. make[3]: *** [all.h.gch] Error 1
  193. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  194. make[2]: *** [CMakeFiles/mops2.dir/all] Error 2
  195. make[2]: *** Waiting for unfinished jobs....
  196. make[3]: *** [manual/CMakeFiles/genManual.dir/genManual.cpp.o] Error 1
  197. make[3]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  198. make[2]: *** [manual/CMakeFiles/genManual.dir/all] Error 2
  199. make[2]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  200. make[1]: *** [all] Error 2
  201. make[1]: Leaving directory `/home/user/Downloads/MuseScore-master/build.release'
  202. make: *** [release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement