OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
130 stars 72 forks source link

Cannot compile on Dietpi #53

Open TheRealAlexV opened 7 years ago

TheRealAlexV commented 7 years ago

Getting make: *** No rule to make target '/cpp/src/Options.h', needed by 'ozwcp.o'. Stop.

This is my make file: http://pastebin.com/Kk3JzUyW

I've double checked the OPENZWAVE path and ensured that Options.h DOES exist at that path. Not sure whats going on.

daradib commented 6 years ago

I've used this Makefile patch for packaging openzwave-controlpanel in Debian and Raspbian stretch, both of which have libopenzwave1.5-dev packaged. DietPi is currently working on stretch - Fourdee/DietPi#475, but I think it should still work if you change the OPENZWAVE path accordingly.