You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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 issue reported on code.google.com by
[email protected]
on 18 Oct 2013 at 10:25Attachments:
The text was updated successfully, but these errors were encountered: