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
Hi,
I have installed ubuntu packages from openzwave homepage and the other dependencys.
# dpkg -l|grep -e tinyxml -e openzwave -e libmicrohttpd
ii libmicrohttpd-dev 0.9.44+dfsg-1ubuntu2 amd64 library embedding HTTP server functionality (development)
ii libmicrohttpd10 0.9.44+dfsg-1ubuntu2 amd64 library embedding HTTP server functionality
ii libopenzwave1.3 1.4.2639 amd64 API to use a Z-Wave controller
ii libopenzwave1.3-dev 1.4.2639 amd64 header files for the openzwave library
ii libtinyxml-dev:amd64 2.6.2-3 amd64 TinyXml library - header and static library
ii libtinyxml2.6.2v5:amd64 2.6.2-3 amd64 C++ XML parsing library
ii openzwave 1.4.2639 amd64 Sample Program for libopenzwave
than I fixed the Makefile to Include from /usr/include/openzwave
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 :(
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?
The text was updated successfully, but these errors were encountered: