golum Posted October 25, 2019 Share Posted October 25, 2019 git clone git://github.com/mumble-voip/mumble.git mumblecd mumblegit submodule initgit submodule updateqmake -recursive main.pro CONFIG+=no-clientmake -j 8On 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.cppMakefile.Release:522: recipe for target '../../release/.obj/murmur/SSL.o' failedmake[2]: *** [../../release/.obj/murmur/SSL.o] Error 1make[2]: *** Warte auf noch nicht beendete Prozesse...make[2]: Leaving directory '/home/mumble/mumble/src/murmur'Makefile:34: recipe for target 'release' failedmake[1]: *** [release] Error 2make[1]: Leaving directory '/home/mumble/mumble/src/murmur'Makefile:126: recipe for target 'sub-src-murmur-make_first-ordered' failedmake: *** [sub-src-murmur-make_first-ordered] Error 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.