1
3D Printers / Re: Any pointers for making this work in 2017?
« on: February 27, 2017, 06:34:26 PM »
Okay.
I got libjson-rpc-cpp to build and install on raspberry pi.
(notes for posterity):
Their current git pull won't build for raspbian so I had to grab an earlier release. I've reported an issue.
But I'm still having the following error with lasershark_3dp:
Any ideas?
I got libjson-rpc-cpp to build and install on raspberry pi.
(notes for posterity):
Code: [Select]
sudo aptitude install libargtable2-dev libcurl4-openssl-dev libmicrohttpd-dev doxygen libjsoncpp-dev
wget https://github.com/cinemast/libjson-rpc-cpp/archive/v0.7.0.tar.gz
tar -xzvf v0.7.0.tar.gz
--THEN follow the build instructions at https://github.com/cinemast/libjson-rpc-cpp --Their current git pull won't build for raspbian so I had to grab an earlier release. I've reported an issue.
But I'm still having the following error with lasershark_3dp:
Code: [Select]
abstractlasersharkjsonserver.h:8:25: fatal error: jsonrpc/rpc.h: No such file or directory
Any ideas?