Justgettingby Posted April 15, 2017 Share Posted April 15, 2017 Hello, I'm working through trying to get my raspberry pi connected to my windows 10 laptop. The windows server seems to be up and ready, however, I can't seem to get the raspberry pi connected to the server. I currently am running 'make' function in the synergy -v1.8.8-stable-c30301e-Source file and I get stuck at about 87%. The error that I get is *** No rule to make target 'src/test/CMakeFiles/gmock.dir/build'. Stop. CMakeFiles/Makefile2:1227: recipe for target 'src/test/CMakeFiles/gmock.dir/all' failed make[1]: *** [src/test/CMakeFiles/gmock.dir/all] Error 2 I can't seem to figure out what to do at this point. Any help would be appreciated. Link to comment Share on other sites More sharing options...
Justgettingby Posted April 23, 2017 Author Share Posted April 23, 2017 Okay, so was able to run the make command. Completely. My issue now is purely connectivity. My raspberry pi works as a server with no problems. I can connect my laptop or desktop as the clients, however, when I setup my laptop or desktop as the server, I cannot get the raspberry pi to be the client. Anyone else having this issue? Link to comment Share on other sites More sharing options...
rumpel Posted April 28, 2017 Share Posted April 28, 2017 how did you make this working? I am getting the gmock error... Link to comment Share on other sites More sharing options...
rumpel Posted April 28, 2017 Share Posted April 28, 2017 For anyone else looking for this solution: sudo apt-get install google-test-dev sudo apt-get install google-mock <found https://tranquillechat.fr/doku.php?id=how_to_install_synergy_on_kali_linux> <in source directory> mkdir ext/gmock-1.6.0 && mkdir ext/gtest-1.6.0 unzip ext/gtest-1.6.0.zip -d ext/gtest-1.6.0 && unzip ext/gmock-1.6.0.zip -d ext/gmock-1.6.0 ./configure make <binaries will be in ./bin> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.