whilst trying to set up JSON on my RPI I have run through the scripts in the shuttle widget. No issues were encountered until I run the ShuttleCP script. When I try and run the make command in the shuttleCP folder I am getting this error in the screen shot below
.
can anyone help me please. I have just re-installed Raspbian on my PI and followed the steps to the letter as laid out in the widget but I am still getting stuck with the same error when running Make in the shuttleCP directory.

I had the same issue which Frank helped me fix
I had to load the curl library. this was solved with this command. I believe that this library is not included on the OS distribution that you and I have.
apt-get install libcurl4-openssl-dev
I also found this last night in the ShuttleCP readme file.
- Download the cURL library from here: https://curl.haxx.se/download.html
Extract, configure, make, and install the cURL library with the usual:
./configure
make
sudo make install
Do let me know when its working for you. Mine is working great…