z-way-test problems

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
skvamme
Posts: 2
Joined: 18 Dec 2015 18:35

z-way-test problems

Post by skvamme »

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
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: z-way-test problems

Post by pz1 »

skvamme wrote:I downloaded and unpacked z-way-test.tgz to my Raspi"
From where did you get that? http://razberry.z-wave.me/z-way-server???
Guenter
Posts: 6
Joined: 15 Dec 2015 20:16

Re: z-way-test problems

Post by Guenter »

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
Post Reply