This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Mumble Server 1.4.0 Debian 8,9,10 (x86-64)


golum
 Share

Recommended Posts

git clone git://github.com/mumble-voip/mumble.git mumble

cd mumble


git submodule init

git submodule update


qmake -recursive main.pro CONFIG+=no-client

make -j 8


On Raspberry Pi I have it running, only on x86 system I have problem


====================================================================

g++ -c -include release/murmurd -m64 -pipe -fvisibility=hidden -Wall -Wextra -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I../mumble_proto -isystem ../mumble_proto -isystem murmur_ice -O2 -pthread -Wall -W -D_REENTRANT -std=c++0x -fPIE -DRESTRCT=__restrict__ -DMUMBLE_VERSION_STRING=1.4.0 -DMURMUR -DUSE_DBUS -DUSE_ICE -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++64 -I. -I../../src -I. -I../mumble_proto -I../../3rdparty/arc4random-src -Imurmur_ice -I../../3rdparty/qqbonjour-src -isystem /usr/include/avahi-compat-libdns_sd -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linx-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I../../release/.mo/murmur -o ../../release/.obj/murmur/License.o ../License.cpp

Makefile.Release:522: recipe for target '../../release/.obj/murmur/SSL.o' failed

make[2]: *** [../../release/.obj/murmur/SSL.o] Error 1

make[2]: *** Warte auf noch nicht beendete Prozesse...

make[2]: Leaving directory '/home/mumble/mumble/src/murmur'

Makefile:34: recipe for target 'release' failed

make[1]: *** [release] Error 2

make[1]: Leaving directory '/home/mumble/mumble/src/murmur'

Makefile:126: recipe for target 'sub-src-murmur-make_first-ordered' failed

make: *** [sub-src-murmur-make_first-ordered] Error 2

Link to comment
Share on other sites

 Share

×
×
  • Create New...