[
https://issues.apache.org/jira/browse/GUACAMOLE-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17873478#comment-17873478
]
Pedro Estevão commented on GUACAMOLE-1771:
------------------------------------------
I'm having some issues compiling from git
{code:java}
make[2]: Entering directory '/git/guacamole-server/src/protocols/vnc'
CC libguac_client_vnc_la-display.lo
display.c: In function ‘guac_vnc_send_desktop_size’:
display.c:185:15: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
185 | if (client->screen.width == 0 || client->screen.height == 0) {
| ^~
display.c:185:44: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
185 | if (client->screen.width == 0 || client->screen.height == 0) {
| ^~
display.c:191:15: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
191 | if (client->screen.width == rfbClientSwap16IfLE(width) &&
client->screen.height == rfbClientSwap16IfLE(height)) {
| ^~
display.c:191:69: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
191 | if (client->screen.width == rfbClientSwap16IfLE(width) &&
client->screen.height == rfbClientSwap16IfLE(height)) {
| ^~
display.c:217:27: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
217 | new_screen.id = client->screen.id;
| ^~
display.c:218:26: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
218 | new_screen.x = client->screen.x;
| ^~
display.c:219:26: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
219 | new_screen.y = client->screen.y;
| ^~
display.c:220:30: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
220 | new_screen.flags = client->screen.flags;
| ^~
display.c:225:11: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘requestedResize’
225 | client->requestedResize = TRUE;
| ^~
display.c:237:11: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
237 | client->screen.width = rfbClientSwap16IfLE(width);
| ^~
display.c:238:11: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘screen’
238 | client->screen.height = rfbClientSwap16IfLE(height);
| ^~
display.c:241:11: error: ‘rfbClient’ {aka ‘struct _rfbClient’} has no member
named ‘requestedResize’
241 | client->requestedResize = FALSE;
| ^~
make[2]: *** [Makefile:618: libguac_client_vnc_la-display.lo] Error 1
make[2]: Leaving directory '/home/pi/git/guacamole-server/src/protocols/vnc'
make[1]: *** [Makefile:544: all-recursive] Error 1
make[1]: Leaving directory '/git/guacamole-server'
make: *** [Makefile:464: all] Error 2{code}
I'm on Debian 11 bullseye.
No errors - only warning for not having freerdp3 but found freerdp2 - on
./configure step.
Checking this page too for following steps -
[https://guacamole.apache.org/doc/gug/installing-guacamole.html] - but no clue
on get over this...
> Add Portuguese keymap to RDP protocol
> -------------------------------------
>
> Key: GUACAMOLE-1771
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1771
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole-client, guacamole-server
> Reporter: Valentin Ionita
> Priority: Minor
> Labels: easy-fix
> Fix For: 1.6.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)