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?
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
Original issue reported on code.google.com by
thomas.g...@gmail.com
on 15 Jan 2013 at 6:50Attachments:
The text was updated successfully, but these errors were encountered: