Advertisement
poikilos

lmms 2020-03-17 cmake results

Mar 17th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. $ cmake "$LOCAL_REPO" -DCMAKE_INSTALL_PREFIX=$CMAKE_INSTALL_PREFIX -DFORCE_VERSION=$FORCE_VERSION -DWANT_VST=OFF -DOpenGL_GL_PREFERENCE=GLVND || customShutdown "Compiling failed! See errors above"
  2. CMake Deprecation Warning at CMakeLists.txt:15 (CMAKE_POLICY):
  3. The OLD behavior for policy CMP0050 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. Checking submodules...
  14. -- Checking qt5-x11embed...
  15. -- Found src/3rdparty/qt5-x11embed/CMakeLists.txt
  16. -- Checking rpmalloc...
  17. -- Found src/3rdparty/rpmalloc/rpmalloc/configure.py
  18. -- Checking zynaddsubfx...
  19. -- Found plugins/zynaddsubfx/zynaddsubfx/CMakeLists.txt
  20. -- Checking game-music-emu...
  21. -- Found plugins/FreeBoy/game-music-emu/CMakeLists.txt
  22. -- Checking adplug...
  23. -- Found plugins/OpulenZ/adplug/Makefile.am
  24. -- Checking veal...
  25. -- Found plugins/LadspaEffect/calf/veal/Makefile.am
  26. -- Checking exprtk...
  27. -- Found plugins/Xpressive/exprtk/Makefile
  28. -- Checking ladspa...
  29. -- Found plugins/LadspaEffect/swh/ladspa/Makefile.am
  30. -- Checking tap-plugins...
  31. -- Found plugins/LadspaEffect/tap/tap-plugins/Makefile
  32. -- Checking weakjack...
  33. -- Found src/3rdparty/weakjack/weakjack/.gitignore
  34. -- Checking mingw-std-threads...
  35. -- Found src/3rdparty/mingw-std-threads/LICENSE
  36. -- Checking wiki...
  37. -- Found doc/wiki/Home.md
  38. -- Checking ringbuffer...
  39. -- Found src/3rdparty/ringbuffer/CMakeLists.txt
  40. -- Done validating submodules.
  41.  
  42. CMake Error at cmake/modules/VersionInfo.cmake:36 (LIST):
  43. LIST index: 1 out of range (-1, 0)
  44. Call Stack (most recent call first):
  45. CMakeLists.txt:51 (INCLUDE)
  46.  
  47.  
  48. CMake Error at cmake/modules/VersionInfo.cmake:37 (LIST):
  49. LIST index: 2 out of range (-1, 0)
  50. Call Stack (most recent call first):
  51. CMakeLists.txt:51 (INCLUDE)
  52.  
  53.  
  54.  
  55. Configuring LMMS
  56. --------------------------
  57. * Project version : 2020-03-15
  58. * Major version : 2020-03-15
  59. * Minor version : 2
  60. * Release version : 1
  61. * Stage version :
  62. * Build version : 0
  63. *
  64.  
  65. Optional Version Usage:
  66. --------------------------
  67. * Override version: -DFORCE_VERSION=x.x.x-x
  68. * Ignore Git information: -DFORCE_VERSION=internal
  69.  
  70. PROCESSOR: x86_64
  71. Machine: x86_64-redhat-linux
  72. -- Target host is 64 bit
  73. -- Checking for module 'carla-native-plugin'
  74. -- Package 'carla-native-plugin', required by 'virtual:world', not found
  75. -- Checking for module 'carla-standalone>=1.9.5'
  76. -- Package 'carla-standalone', required by 'virtual:world', not found
  77. -- Found STK: /usr/lib64/libstk.so
  78. -- Checking for module 'portaudio-2.0'
  79. -- Package 'portaudio-2.0', required by 'virtual:world', not found
  80. -- Could NOT find SOUNDIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR)
  81. -- Found OggVorbis: /usr/lib64/libogg.so;/usr/lib64/libvorbis.so;/usr/lib64/libvorbisfile.so;/usr/lib64/libvorbisenc.so
  82. -- Found ALSA: /usr/lib64/libasound.so
  83. -- Checking for module 'jack>=0.77'
  84. -- Package 'jack', required by 'virtual:world', not found
  85. -- Checking for module 'gig'
  86. -- Package 'gig', required by 'virtual:world', not found
  87. -- Could NOT find SNDIO (missing: SNDIO_LIBRARY SNDIO_INCLUDE_DIR HAVE_SIO_OPEN)
  88. -- Bash completion script for lmms will be installed to /usr/share/bash-completion/completions or fallback to /home/owner/.local/share/bash-completion/completions if unwritable.
  89.  
  90. Installation Summary
  91. --------------------
  92. * Install Directory : /home/owner/.local
  93.  
  94. Supported audio interfaces
  95. --------------------------
  96. * ALSA : OK
  97. * JACK : not found, please install libjack0.100.0-dev (or similar) ;if you require JACK support
  98. * OSS : OK
  99. * Sndio : <not found or not supported on this platform>
  100. * PortAudio : not found, please install portaudio19-dev (or similar, version >= 1.9) ;if you require PortAudio support
  101. * libsoundio : not found, please install libsoundio if you require libsoundio support
  102. * PulseAudio : OK
  103. * SDL : OK, using SDL2
  104.  
  105. Supported MIDI interfaces
  106. -------------------------
  107. * ALSA : OK
  108. * OSS : OK
  109. * Sndio : <not found or not supported on this platform>
  110. * JACK : not found, please install libjack0.100.0-dev (or similar) ;if you require JACK support
  111. * WinMM : <not supported on this platform>
  112. * AppleMidi : <not supported on this platform>
  113.  
  114. Supported file formats for project export
  115. -----------------------------------------
  116. * WAVE : OK
  117. * FLAC : OK
  118. * OGG/VORBIS : OK
  119. * MP3/Lame : OK
  120.  
  121. Optional plugins
  122. ----------------
  123. * ZynAddSubFX instrument : OK
  124. * Carla Patchbay & Rack : not found, please install the latest carla
  125. * SoundFont2 player : OK
  126. * Stk Mallets : OK
  127. * VST-instrument hoster :
  128. * VST-effect hoster :
  129. * CALF LADSPA plugins : OK
  130. * CAPS LADSPA plugins : OK
  131. * CMT LADSPA plugins : OK
  132. * TAP LADSPA plugins : OK
  133. * SWH LADSPA plugins : OK
  134. * GIG player : not found, libgig needed for decoding .gig files
  135.  
  136. Developer options
  137. -----------------------------------------
  138. * Debug FP exceptions : Disabled
  139.  
  140.  
  141. -----------------------------------------------------------------
  142. IMPORTANT:
  143. after installing missing packages, remove CMakeCache.txt before
  144. running cmake again!
  145. -----------------------------------------------------------------
  146.  
  147.  
  148.  
  149. -- Configuring incomplete, errors occurred!
  150. See also "/home/owner/src/lmms/build/CMakeFiles/CMakeOutput.log".
  151. See also "/home/owner/src/lmms/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement