Custom Query (83 matches)
Results (22 - 24 of 83)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #24 | fixed | cmake fails because of EXTEND_COMPILE_FLAGS | elmex | jan |
| description |
the tutorial of the simple air conditioner gives the instruction to paste to the file CMakeLists.txt: EXTEND_COMPILE_FLAGS(${simple_arcondtitioner_SRCS} FLAGS "-DDPWS_DEVICE") but its not defined (anymore). CMake Error at src/CMakeLists.txt:68 (EXTEND_COMPILE_FLAGS):
|
|||
| #25 | wontfix | swapped error message in advanced airconditioner client | elmex | stephan |
| description |
In the advanced airconditioner client the error messages "No devices found!" and "Could not probe for devices!" are swapped. |
|||
| #26 | fixed | endpoint reference without port number | elmex | stephan |
| description |
When specifying an endpoint reference without a port <wsa:Address>soap.udp://host/</wsa:Address> atoi has a null pointer as the argument in dpws.c line 784 A possible solution is result = soap_bind (soap, dpws->host, (uri_s.port ? atoi (uri_s.port) : 0), backlog); or to modify deviceMetadataToC.xslt to add a missing ":0" in such cases for the unspecific port. |
|||
