Advertisement
Rudolf339

mumble cmake

May 16th, 2021
2,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.70 KB | None | 0 0
  1.  cmake ../mumble
  2. -- ##################################################
  3. -- Mumble release ID:      
  4. -- Mumble version:          1.4.0.0
  5. -- Architecture:            x64
  6. -- Build type:              Release
  7. -- ##################################################
  8. -- Qt5 component found: Core | Version: 5.15.2
  9. -- Qt5 component found: Network | Version: 5.15.2
  10. -- Qt5 component found: Xml | Version: 5.15.2
  11. -- OpenSSL component found: Crypto | Version: 1.1.1k
  12. -- OpenSSL component found: SSL | Version: 1.1.1k
  13. -- Qt5 component found: Concurrent | Version: 5.15.2
  14. -- Qt5 component found: Sql | Version: 5.15.2
  15. -- Qt5 component found: Svg | Version: 5.15.2
  16. -- Qt5 component found: Widgets | Version: 5.15.2
  17. -- X11 component found: Xext
  18. -- X11 component found: Xi
  19. -- Opus version: 1.3.1
  20. -- Check SIMD support by compiler
  21. -- The following features have been enabled:
  22.  
  23.  * STACK_PROTECTOR, Use stack protection
  24.  * FLOAT_API, compile with the floating point API (for machines with float library)
  25.  * X86_MAY_HAVE_SSE, does runtime check for SSE1 support
  26.  * X86_MAY_HAVE_SSE2, does runtime check for SSE2 support
  27.  * X86_MAY_HAVE_SSE4_1, does runtime check for SSE4_1 support
  28.  * X86_MAY_HAVE_AVX, does runtime check for AVX support
  29.  * X86_PRESUME_SSE, assume target CPU has SSE1 support
  30.  * X86_PRESUME_SSE2, assume target CPU has SSE2 support
  31.  
  32. -- The following features have been disabled:
  33.  
  34.  * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers)
  35.  * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames
  36.  * BUILD_PROGRAMS, Build programs
  37.  * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU)
  38.  * X86_PRESUME_SSE4_1, assume target CPU has SSE4_1 support
  39.  * X86_PRESUME_AVX, assume target CPU has AVX support
  40.  
  41. -- Disabling warnings for targets: opus
  42. -- Disabling warnings for targets: celt
  43. -- Disabling warnings for targets: speex
  44. -- Disabling warnings for targets: rnnoise
  45. -- Qt5 component found: DBus | Version: 5.15.2
  46. -- Qt5 component found: LinguistTools | Version: 5.15.2
  47. -- Qt5 component found: Sql | Version: 5.15.2
  48. -- File: /home/domokos/src/mumble-build/src/murmur/murmur_autogen
  49. -- Qt5 component found: DBus | Version: 5.15.2
  50. -- Ice component found: Ice | Version: 3.7.5
  51. -- Ice component found: IceSSL | Version: 3.7.5
  52. -- Ice optional component found: IceDiscovery | Version: 3.7.5
  53. -- Ice optional component found: IceLocatorDiscovery | Version: 3.7.5
  54. CMake Error at overlay_gl/CMakeLists.txt:39 (message):
  55.   Can't find the 32bit version of sys/cdefs.h - did you install g++-multilib?
  56.  
  57.  
  58. -- Configuring incomplete, errors occurred!
  59. See also "/home/domokos/src/mumble-build/CMakeFiles/CMakeOutput.log".
  60. See also "/home/domokos/src/mumble-build/CMakeFiles/CMakeError.log".
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement