Replies: 2 comments 12 replies
-
I assume that the speech dispatcher of your distribution ships without cmake support and thus it is not being found. You could write your own cmake scripts or search for ones on the web to fix that. Alternatively you could install the |
Beta Was this translation helpful? Give feedback.
-
Hi, I finally realized that I need only murmur, so "cmake -Dclient=OFF .." solved more or less all cmake issues. ''' |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am on Centos 7.9 and I am trying to build version 1.4.0.0. I am going iteratively, fixing one by one cmake errors. I am stuck since some times now on this one below "speech-dispatcher not found".
I thought installing both
would fix it but it didn't.. does it come from another lib like qtspeech ? In the worst case, can I build without it ?
Thanks!
'''
[root@chibre build]# cmake ..
-- ##################################################
-- Mumble release ID:
-- Mumble version: 1.4.0.0
-- Architecture: x64
-- Build type: Release
-- ##################################################
-- Qt5 component found: Core | Version: 5.9.7
-- Qt5 component found: Network | Version: 5.9.7
-- Qt5 component found: Xml | Version: 5.9.7
-- OpenSSL component found: Crypto | Version: 1.0.2k
-- OpenSSL component found: SSL | Version: 1.0.2k
-- Qt5 component found: Concurrent | Version: 5.9.7
-- Qt5 component found: Sql | Version: 5.9.7
-- Qt5 component found: Svg | Version: 5.9.7
-- Qt5 component found: Widgets | Version: 5.9.7
-- X11 component found: Xext
-- X11 component found: Xi
-- Opus version: 1.3.1
-- Check SIMD support by compiler
-- The following features have been enabled:
-- The following features have been disabled:
-- Disabling warnings for targets: opus
-- Disabling warnings for targets: celt
-- Disabling warnings for targets: speex
-- Disabling warnings for targets: rnnoise
CMake Error at cmake/pkg-utils.cmake:124 (message):
speech-dispatcher not found
Call Stack (most recent call first):
src/mumble/CMakeLists.txt:661 (find_pkg)
'''
Beta Was this translation helpful? Give feedback.
All reactions