Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

Build issues on Linux Mint 18 - ./hm.sh conf results in Errno 2


Recommended Posts

I run ./hm.sh conf (after having installed all the dependencies afaict) and get this

 

-- Build files have been written to: /home/sksizer/Downloads/synergy-v1.8.8-stable-c30301e-Source/build/release
Going back to: /home/sksizer/Downloads/synergy-v1.8.8-stable-c30301e-Source
Error: [Errno 2] No such file or directory

 

Link to post
Share on other sites

It went better...but then I ended up here:

oconfThread.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DVERSION_STAGE=\"stable\" -DVERSION_REVISION=\"ec56ac4\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Isrc -I../lib/shared -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:873: recipe for target 'tmp/release/ZeroconfRegister.o' failed
make: *** [tmp/release/ZeroconfRegister.o] Error 1
make: Leaving directory '/home/sksizer/Downloads/synergy/src/gui'
Going back to: /home/sksizer/Downloads/synergy
Error: make -w failed with error: 512

 

Link to post
Share on other sites

It went better...but then I ended up here:

oconfThread.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DVERSION_STAGE=\"stable\" -DVERSION_REVISION=\"ec56ac4\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Isrc -I../lib/shared -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:873: recipe for target 'tmp/release/ZeroconfRegister.o' failed
make: *** [tmp/release/ZeroconfRegister.o] Error 1
make: Leaving directory '/home/sksizer/Downloads/synergy/src/gui'
Going back to: /home/sksizer/Downloads/synergy
Error: make -w failed with error: 512

Edit: Fixed that with a dependency install. Now on server (a Mac) "Error: ssl error occurred (system call failure)"

Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...