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

Pb of compile #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This is when I make openzwave-control-panel

What is the expected output? What do you see instead?
g++ -o ozwcp -g ozwcp.o webserver.o zwavelib.o 
webserver.o: In function `Webserver::SendTopoResponse(MHD_Connection*, char 
const*, char const*, char const*, char const*)':
/root/openzwave-control-panel/webserver.cpp:333: warning: the use of `mktemp' 
is dangerous, better use `mkstemp' or `mkdtemp'
ozwcp.o: In function `MyNode':
/root/openzwave-control-panel/ozwcp.cpp:83: undefined reference to 
`OpenZWave::Log::Write(OpenZWave::LogLevel, char const*, ...)'
......
collect2: ld returned 1 exit status
make: *** [ozwcp] Erreur 1

What version of the product are you using? On what operating system?
r36

Y am the same user witch open then 8 ticket.

Thanks a lot.
Thomas

Original issue reported on code.google.com by thomas.g...@gmail.com on 15 Jan 2013 at 6:50

Attachments:

GoogleCodeExporter commented 9 years ago
You didn't edit the makefile.

Original comment by glsatz on 15 Jan 2013 at 7:18