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

make error in linux #18

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

make error in linux #18

GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.uncomment three line about linux compilation
2.uncomment gnutls lib 
3.

What is the expected output? What do you see instead?
No error and compilation succeed.

Please provide any additional information below.

Solution : add "-lgcrypt" at the end of LIBS definition.
LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) -lgcrypt
Of course, install appropriate packages libgcrypt-devel.

Original issue reported on code.google.com by [email protected] on 18 Oct 2013 at 10:25

Attachments:

@GoogleCodeExporter
Copy link
Author

Got the same issue in a Raspberry PI with Raspian.


Original comment by [email protected] on 3 Jan 2014 at 12:57

@GoogleCodeExporter
Copy link
Author

Could not able to compile it on Ubuntu. Getting the following error, even I 
modified the Makefile for Linux support. I also added -lgcrypt at the end of 
LIBS definition, but no use. The error message is,

Please edit the Makefile to avoid this error message.
make: *** [defs] Error 1

Original comment by [email protected] on 13 May 2014 at 6:40

@GoogleCodeExporter
Copy link
Author

Same issue here, on Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-56-generic-pae i686)

Please edit the Makefile to avoid this error message.
make: *** [defs] Error 1

Original comment by [email protected] on 31 Aug 2014 at 8:07

@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:20

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

1 participant