Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. ~/lmms/build$ cmake .. -DCMAKE_INSTALL_PREFIX=../target/ -DWANT_QT5=ON
  2. CMake Deprecation Warning at CMakeLists.txt:11 (CMAKE_POLICY):
  3. The OLD behavior for policy CMP0026 will be removed from a future version
  4. of CMake.
  5.  
  6. The cmake-policies(7) manual explains that the OLD behaviors of all
  7. policies are deprecated and that a policy should be set to OLD only under
  8. specific short-term circumstances. Projects should be ported to the NEW
  9. behavior and not rely on setting a policy to OLD.
  10.  
  11.  
  12.  
  13. Configuring LMMS
  14. --------------------------
  15. * Project version : 1.2.0-rc7.37
  16. * Major version : 1
  17. * Minor version : 2
  18. * Release version : 0
  19. * Stage version : rc7
  20. * Build version : 37
  21. *
  22.  
  23. Optional Version Usage:
  24. --------------------------
  25. * Override version: -DFORCE_VERSION=x.x.x-x
  26. * Ignore Git information: -DFORCE_VERSION=internal
  27.  
  28. PROCESSOR: x86_64
  29. Machine: x86_64-linux-gnu
  30. -- Target host is 64 bit
  31. CMake Warning at CMakeLists.txt:144 (FIND_PACKAGE):
  32. By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  33. project has asked CMake to find a package configuration file provided by
  34. "Qt5LinguistTools", but CMake did not find one.
  35.  
  36. Could not find a package configuration file provided by "Qt5LinguistTools"
  37. with any of the following names:
  38.  
  39. Qt5LinguistToolsConfig.cmake
  40. qt5linguisttools-config.cmake
  41.  
  42. Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  43. set "Qt5LinguistTools_DIR" to a directory containing one of the above
  44. files. If "Qt5LinguistTools" provides a separate development package or
  45. SDK, be sure it has been installed.
  46.  
  47.  
  48. -- Checking for module 'sndfile>=1.0.11'
  49. -- Found sndfile, version 1.0.28
  50. -- Checking for module 'carla-native-plugin'
  51. -- No package 'carla-native-plugin' found
  52. -- Checking for module 'carla-standalone>=1.9.5'
  53. -- No package 'carla-standalone' found
  54. -- Looking for pthread.h
  55. -- Looking for pthread.h - found
  56. -- Looking for pthread_create
  57. -- Looking for pthread_create - not found
  58. -- Looking for pthread_create in pthreads
  59. -- Looking for pthread_create in pthreads - not found
  60. -- Looking for pthread_create in pthread
  61. -- Looking for pthread_create in pthread - found
  62. -- Found Threads: TRUE
  63. -- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
  64. -- Checking for module 'portaudio-2.0'
  65. -- No package 'portaudio-2.0' found
  66. -- Could NOT find SOUNDIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR)
  67. -- Checking for module 'libpulse'
  68. -- No package 'libpulse' found
  69. -- Could NOT find LibXml2
  70. -- Could NOT find Lame (missing: LAME_INCLUDE_DIRS LAME_LIBRARIES)
  71. -- Looking for vorbis_bitrate_addblock in vorbis
  72. -- Looking for vorbis_bitrate_addblock in vorbis - found
  73. -- Found OggVorbis: /usr/lib/x86_64-linux-gnu/libogg.so;/usr/lib/x86_64-linux-gnu/libvorbis.so;/usr/lib/x86_64-linux-gnu/libvorbisfile.so;/usr/lib/x86_64-linux-gnu/libvorbisenc.so
  74. -- Looking for snd_seq_create_simple_port in asound
  75. -- Looking for snd_seq_create_simple_port in asound - not found
  76. -- ALSA not found
  77. -- Looking for include file machine/soundcard.h
  78. -- Looking for include file machine/soundcard.h - not found
  79. -- Looking for include file linux/awe_voice.h
  80. -- Looking for include file linux/awe_voice.h - not found
  81. -- Looking for include file awe_voice.h
  82. -- Looking for include file awe_voice.h - not found
  83. -- Looking for include file /usr/src/sys/i386/isa/sound/awe_voice.h
  84. -- Looking for include file /usr/src/sys/i386/isa/sound/awe_voice.h - not found
  85. -- Looking for include file /usr/src/sys/gnu/i386/isa/sound/awe_voice.h
  86. -- Looking for include file /usr/src/sys/gnu/i386/isa/sound/awe_voice.h - not found
  87. -- Looking for C++ include sys/asoundlib.h
  88. -- Looking for C++ include sys/asoundlib.h - not found
  89. -- Looking for C++ include alsa/asoundlib.h
  90. -- Looking for C++ include alsa/asoundlib.h - not found
  91. -- Looking for snd_pcm_resume in asound
  92. -- Looking for snd_pcm_resume in asound - not found
  93. -- Checking for module 'jack>=0.77'
  94. -- No package 'jack' found
  95. -- Checking for module 'fftw3f>=3.0.0'
  96. -- No package 'fftw3f' found
  97. CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message):
  98. A required package was not found
  99. Call Stack (most recent call first):
  100. /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
  101. CMakeLists.txt:404 (PKG_CHECK_MODULES)
  102.  
  103.  
  104. -- Configuring incomplete, errors occurred!
  105. See also "/home/gingkathfox/lmms/build/CMakeFiles/CMakeOutput.log".
  106. See also "/home/gingkathfox/lmms/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement