Hi,
I'm a new kid in town. Have a simple question, admit I did not scan all posts here (over a thousand).
I downloaded and unpacked z-way-test.tgz to my Raspi and typed "make"
Got this:
pi@raspberrypi ~/z-way-test $ make
cc -Ilibzway -c main.c -o main.o
main.c:10:21: fatal error: ZWayLib.h: No such file or directory
compilation terminated.
Makefile:27: recipe for target 'main.o' failed
make: *** [main.o] Error 1
What am I doing wrong?
PS I installed z-wave with: wget -q -O - http://razberry.z-wave.me/install | sudo bash
and it works just fine with AEOTEC led bulb and Danalock. DS
z-way-test problems
Re: z-way-test problems
From where did you get that? http://razberry.z-wave.me/z-way-server???skvamme wrote:I downloaded and unpacked z-way-test.tgz to my Raspi"
Re: z-way-test problems
you can adjust the Makefile or provide the required settings on command line, like:
Code: Select all
make ZWAY_LIB_DIR=/path/to/libs INCLUDES=-I/path/to/headers