Lumir Sliva Posted January 14, 2016 Share Posted January 14, 2016 Hello, I am trying to build synergy from the source for openSUSE Leap 42.1 (x86_64) as a server and SUSE Linux Enterprise Server 12 SP1 as a client. I have downloaded all neccessary packages. Anyhow ./hm.sh conf -g1 went fine. ./hm.sh build went to this error after a while: Log <SNIP> [100%] Building CXX object src/test/unittests/CMakeFiles/unittests.dir/__/global/TestEventQueue.cpp.o [100%] Linking CXX executable ../../../../../bin/unittests [100%] Built target unittests Going back to: /home/yo/Downloads/synergy-v1.7.5-stable-fa85a24-Source Make GUI command: make -w Entering dir: src/gui make: Entering directory '/home/yo/Downloads/synergy-v1.7.5-stable-fa85a24-Source/src/gui' /usr/bin/uic res/MainWindowBase.ui -o ui_MainWindowBase.h /usr/bin/uic res/AboutDialogBase.ui -o ui_AboutDialogBase.h /usr/bin/uic res/ServerConfigDialogBase.ui -o ui_ServerConfigDialogBase.h /usr/bin/uic res/ScreenSettingsDialogBase.ui -o ui_ScreenSettingsDialogBase.h /usr/bin/uic res/ActionDialogBase.ui -o ui_ActionDialogBase.h /usr/bin/uic res/HotkeyDialogBase.ui -o ui_HotkeyDialogBase.h /usr/bin/uic res/SettingsDialogBase.ui -o ui_SettingsDialogBase.h /usr/bin/uic res/SetupWizardBase.ui -o ui_SetupWizardBase.h /usr/bin/uic res/AddClientDialogBase.ui -o ui_AddClientDialogBase.h /usr/bin/uic res/PluginWizardPageBase.ui -o ui_PluginWizardPageBase.h g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/main.o src/main.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/MainWindow.o src/MainWindow.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/AboutDialog.o src/AboutDialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ServerConfig.o src/ServerConfig.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ServerConfigDialog.o src/ServerConfigDialog.cpp src/ServerConfigDialog.cpp:68:6: warning: unused parameter ‘event’ [-Wunused-parameter] void ServerConfigDialog::showEvent(QShowEvent* event) ^ g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ScreenSetupView.o src/ScreenSetupView.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/Screen.o src/Screen.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ScreenSetupModel.o src/ScreenSetupModel.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/NewScreenWidget.o src/NewScreenWidget.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/TrashScreenWidget.o src/TrashScreenWidget.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ScreenSettingsDialog.o src/ScreenSettingsDialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/BaseConfig.o src/BaseConfig.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/HotkeyDialog.o src/HotkeyDialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ActionDialog.o src/ActionDialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/Hotkey.o src/Hotkey.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/Action.o src/Action.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/KeySequence.o src/KeySequence.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/KeySequenceWidget.o src/KeySequenceWidget.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/SettingsDialog.o src/SettingsDialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/AppConfig.o src/AppConfig.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/QSynergyApplication.o src/QSynergyApplication.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/VersionChecker.o src/VersionChecker.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/SetupWizard.o src/SetupWizard.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/IpcClient.o src/IpcClient.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/IpcReader.o src/IpcReader.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/Ipc.o src/Ipc.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/SynergyLocale.o src/SynergyLocale.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/QUtility.o src/QUtility.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ZeroconfServer.o src/ZeroconfServer.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ZeroconfThread.o src/ZeroconfThread.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -Isrc -Itmp/release -I. -o tmp/release/ZeroconfRegister.o src/ZeroconfRegister.cpp In file included from src/ZeroconfRegister.cpp:18:0: src/ZeroconfRegister.h:32:20: fatal error: dns_sd.h: No such file or directory #include <dns_sd.h> ^ compilation terminated. Makefile:829: recipe for target 'tmp/release/ZeroconfRegister.o' failed make: *** [tmp/release/ZeroconfRegister.o] Error 1 make: Leaving directory '/home/yo/Downloads/synergy-v1.7.5-stable-fa85a24-Source/src/gui' Going back to: /home/yo/Downloads/synergy-v1.7.5-stable-fa85a24-Source Error: make -w failed with error: 512 ^^ if full log is needed, I will provide it. Any ideas? Link to comment Share on other sites More sharing options...
Roy Tokeshi Posted April 7, 2016 Share Posted April 7, 2016 I received this identical error when building on RHEL 7.2 Any thoughts? Link to comment Share on other sites More sharing options...
Roberto Posted June 7, 2017 Share Posted June 7, 2017 I have the same error while compiling on OpenSuSE Leap 42.2. Is there any solution for this? Link to comment Share on other sites More sharing options...
Mathieu Aubin Posted June 12, 2017 Share Posted June 12, 2017 Hi, Both problems should be addressed by installing Avahi mDNS responder OpenSuSE check this link http://software.opensuse.org/package/libdns_sd Rhel and related # yum install avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel Hope this helps! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.