necouchman commented on issue #243: GUACAMOLE-249: Migrate to FreeRDP 2.x URL: https://github.com/apache/guacamole-server/pull/243#issuecomment-573457708 FWIW - I just applied this change to the current `staging/1.1.0` branch and I get some compile failures. Going to clean up and try, again, but not sure if it's mine or something missing from the commits here: ``` channels/cliprdr.c: In function 'guac_rdp_cliprdr_channel_connected': channels/cliprdr.c:477:27: error: assignment from incompatible pointer type [-Werror] cliprdr->MonitorReady = guac_rdp_cliprdr_monitor_ready; ^ channels/cliprdr.c:478:31: error: assignment from incompatible pointer type [-Werror] cliprdr->ServerFormatList = guac_rdp_cliprdr_format_list; ^ channels/cliprdr.c:479:38: error: assignment from incompatible pointer type [-Werror] cliprdr->ServerFormatDataRequest = guac_rdp_cliprdr_format_data_request; ^ channels/cliprdr.c:480:39: error: assignment from incompatible pointer type [-Werror] cliprdr->ServerFormatDataResponse = guac_rdp_cliprdr_format_data_response; ^ cc1: all warnings being treated as errors ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
