open-zwave-control-panel
open-zwave-control-panel copied to clipboard
Unable to compile OZWCP on Ubuntu 12.04
What steps will reproduce the problem?
1.uncomment three line about linux compilation
2.uncomment gnutls lib
3.added -lgcrypt at the end of LIBS definition
What is the expected output? What do you see instead?
Successful compilation. But got the error,
Please edit the Makefile to avoid this error message.
make: *** [defs] Error 1
What version of the product are you using? On what operating system?
I am using v0.2a and using ubuntu 12.04
Original issue reported on code.google.com by [email protected]
on 14 May 2014 at 10:11
same issue here any idea on how to fix it ?
ubuntu-12.04
OZWCP rev-40
thanks
Original comment by [email protected]
on 13 Sep 2014 at 3:29
Solution for "make: *** [defs] Error 1"
"LIBZWAVE := $(wildcard $(OPENZWAVE)/cpp/lib/linux/*.a)"
needs to be:
"LIBZWAVE := $(wildcard $(OPENZWAVE)/cpp/build/*.a)"
Original comment by [email protected]
on 25 Nov 2014 at 12:22
Solution in #2 doesn't work at all. I have Ubuntu 14.04.1
Original comment by [email protected]
on 9 Feb 2015 at 10:40
Try cloning into the open-zwave source that's built and then doing a make
from within there.
Another old bug with no reliable repro. Should be closed.