Hi all,
I am trying to build against github main branch, and it fails with the
following errors:
vnc.c: In function ‘guac_vnc_get_client’:
vnc.c:278:21: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member named
‘GotXCutTextUTF8’; did you mean ‘GotXCutText’?
278 | rfb_client->GotXCutTextUTF8 = guac_vnc_cut_text_utf8;
| ^~~~~~~~~~~~~~~
| GotXCutText
clipboard.c: In function ‘guac_vnc_clipboard_end_handler’:
clipboard.c:160:13: error: implicit declaration of function
‘SendClientCutTextUTF8’; did you mean ‘SendClientCutText’?
[-Werror=implicit-function-declaration]
160 | if (SendClientCutTextUTF8(rfb_client,
vnc_client->clipboard->buffer,
| ^~~~~~~~~~~~~~~~~~~~~
| SendClientCutText
Those *UTF8 members were introduced with the PR in reference
(https://github.com/apache/guacamole-server/pull/668).
I tried under Ubuntu jammy and Debian Bookworm.
Is there something I am missing to successfully build?
Best regardsAntoine