Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile OZWCP on Ubuntu 12.04 #22

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Open

Unable to compile OZWCP on Ubuntu 12.04 #22

GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@dgershman
Copy link

Try cloning into the open-zwave source that's built and then doing a make from within there.

@veleek
Copy link

veleek commented Nov 27, 2017

Another old bug with no reliable repro. Should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants