I cannot install Blynk libraries on raspberry B+

pi@raspberrypi:~/blynk-library/linux $ make clean all target=raspberry

rm main.o BlynkDebug.o …/utility/BlynkHandlers.o blynk
rm: cannot remove ‘main.o’: No such file or directory
rm: cannot remove ‘BlynkDebug.o’: No such file or directory
rm: cannot remove ‘…/utility/BlynkHandlers.o’: No such file or directory
rm: cannot remove ‘blynk’: No such file or directory
Makefile:62: recipe for target ‘clean’ failed
make: [clean] Error 1 (ignored)
g++ -I …/ -I ./ -DLINUX -c -O3 -w -DRASPBERRY main.cpp -o main.o
In file included from main.cpp:13:0:
./BlynkApiWiringPi.h: In member function ‘void BlynkApi::processCmd(const void*, size_t)’:
./BlynkApiWiringPi.h:40:18: error: ‘BLYNK_HW_IN’ was not declared in this scope
if (cmd16 == BLYNK_HW_IN) {
^
Makefile:68: recipe for target ‘main.o’ failed
make: *** [main.o] Error 1
pi@raspberrypi:~/blynk-library/linux $

I never did a raspi installation before, but maybe you need to run this as root?

I get the same errors, and I’ve been digging around trying to find the answer. Nothing so far, but if I figure it out I’ll post here.

I will check it, but in general I do recommend you to switch to our Node.JS library for all Linux-based boards:

Working on the fix…

Fixed it on the latest master.

So if I go back and redo these steps it should work?

$ git clone https://github.com/blynkkk/blynk-library.git
$ cd blynk-library/linux
$ make clean all target=raspberry

Oops. Now I get a request for a username and password when I type the git clone https://github.com command.

Any ideas?