I was looking around to see if this had been reported anywhere else, but
I'm not seeing it. I just updated packages on EL7 and am running into a
build error, now:

make[4]: Entering directory
`/guac/working/guacamole-server/src/protocols/rdp'
  CC       channels/libguac_client_rdp_la-cliprdr.lo
channels/cliprdr.c: In function 'guac_rdp_cliprdr_channel_connected':
channels/cliprdr.c:506:27: error: assignment from incompatible pointer type
[-Werror]
     cliprdr->MonitorReady = guac_rdp_cliprdr_monitor_ready;
                           ^
channels/cliprdr.c:507:31: error: assignment from incompatible pointer type
[-Werror]
     cliprdr->ServerFormatList = guac_rdp_cliprdr_format_list;
                               ^
channels/cliprdr.c:508:38: error: assignment from incompatible pointer type
[-Werror]
     cliprdr->ServerFormatDataRequest =
guac_rdp_cliprdr_format_data_request;
                                      ^
channels/cliprdr.c:509:39: error: assignment from incompatible pointer type
[-Werror]
     cliprdr->ServerFormatDataResponse =
guac_rdp_cliprdr_format_data_response;
                                       ^
cc1: all warnings being treated as errors

Curious if anyone else has seen this. Guessing the FreeRDP crew have
tweaked things, again, and caused compatibility issues?

-Nick

Reply via email to