Hi. I'm attempting to install
Sunwait, as scruss mentioned - it sounds like the perfect complement to my raspberry-strogonanoff project. I'm pretty new to Linux, and I'm attempting to install it.
- I've downloaded the .tar.gz file from here, and expanded it into a folder (containing 7 files) on my mac.
- I've sftp'd the expanded files into a new folder called sunwait in the home folder of my pi.
When I try to make the files, it gives this error:
- Code: Select all
pi@raspberrypi ~/sunwait $ sudo make
cc -g -c -o main.o main.c
main.c: In function ‘main’:
main.c:155:14: warning: incompatible implicit declaration of built-in function ‘strlen’ [enabled by default]
main.c:162:11: warning: incompatible implicit declaration of built-in function ‘strstr’ [enabled by default]
cc -g -c -o print.o print.c
cc -g -c -o sunriset.o sunriset.c
cc -o sunwait -g main.o print.o sunriset.o -lm
pi@raspberrypi ~/sunwait $ sudo make install
make: *** No rule to make target `install'. Stop.
Any ideas much appreciated...