necouchman commented on PR #627:
URL: https://github.com/apache/guacamole-server/pull/627#issuecomment-3807167527
@bbennett-ks Looks like the build is failing - maybe a missing include in
the K8s protocol:
```
#20 19.45 settings.c: In function 'guac_kubernetes_parse_args':
#20 19.45 settings.c:283:57: error: 'GUAC_ITOA_USHORT_MIN' undeclared (first
use in this function)
#20 19.45 283 | IDX_PORT, GUAC_KUBERNETES_DEFAULT_PORT,
GUAC_ITOA_USHORT_MIN, GUAC_ITOA_USHORT_MAX);
#20 19.45 |
^~~~~~~~~~~~~~~~~~~~
#20 19.45 settings.c:283:57: note: each undeclared identifier is reported
only once for each function it appears in
#20 19.51 settings.c:283:79: error: 'GUAC_ITOA_USHORT_MAX' undeclared (first
use in this function)
#20 19.51 283 | IDX_PORT, GUAC_KUBERNETES_DEFAULT_PORT,
GUAC_ITOA_USHORT_MIN, GUAC_ITOA_USHORT_MAX);
#20 19.51 |
^~~~~~~~~~~~~~~~~~~~
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]