gruetter / openzwave-control-panel

Automatically exported from code.google.com/p/openzwave-control-panel
1 stars 0 forks source link

Unable to compile OZWCP on Ubuntu 12.04 #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 asprakas...@gmail.com on 14 May 2014 at 10:11

GoogleCodeExporter commented 8 years ago
same issue here any idea on how to fix it ? 
ubuntu-12.04
OZWCP rev-40

thanks 

Original comment by popotvin...@gmail.com on 13 Sep 2014 at 3:29

GoogleCodeExporter commented 8 years ago
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 quih...@qnology.com on 25 Nov 2014 at 12:22

GoogleCodeExporter commented 8 years ago
Solution in #2 doesn't work at all. I have Ubuntu 14.04.1

Original comment by piotr.pl...@gmail.com on 9 Feb 2015 at 10:40