Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb of compile #9

Closed
GoogleCodeExporter opened this issue Mar 2, 2016 · 1 comment
Closed

Pb of compile #9

GoogleCodeExporter opened this issue Mar 2, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

You didn't edit the makefile.

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant