Closed ThomasCr closed 7 years ago
when I am not wrong, than I need to add the libs and lib path to LIBS options? Something like -Llibopenzwave -Ltinyxml and -L/usr/lib/x86_64-linux-gnu/ But this also dont work :(
ok, It was my fault.. I copy and pasted the patch from https://github.com/OpenZWave/open-zwave-control-panel/pull/59 and forgot the LIBZWAVE line.. but I also modified LIBS for linux like this:
LIBS := $(LIBZWAVE) $(GNUTLS) $(LIBMICROHTTPD) -pthread $(LIBUSB) -lresolv $(shell pkg-config --libs tinyxml libopenzwave)
I think you need to use a patched tinyxml.h instead of the version provided by libtinyxml-dev. I'll comment in #66.
Hi, I have installed ubuntu packages from openzwave homepage and the other dependencys.
than I fixed the Makefile to Include from /usr/include/openzwave
and files are also all there:
but when I compile I get a lot of "undefined reference to" in webserver.o
compile.log
Any Idea how to fix this?