mike-jumper commented on issue #243: GUACAMOLE-249: Migrate to FreeRDP 2.x
URL: https://github.com/apache/guacamole-server/pull/243#issuecomment-573525880
 
 
   OK, the above should be addressed by commit 4282da6. Checking against 
various Ubuntus, I'm now seeing the following on Bionic:
   
   ```
     CC       channels/libguac_client_rdp_la-rail.lo
   channels/rail.c: In function 'guac_rdp_rail_channel_connected':
   channels/rail.c:167:27: error: assignment from incompatible pointer type 
[-Werror=incompatible-pointer-types]
        rail->ServerHandshake = guac_rdp_rail_handshake;
                              ^
   channels/rail.c:168:29: error: assignment from incompatible pointer type 
[-Werror=incompatible-pointer-types]
        rail->ServerHandshakeEx = guac_rdp_rail_handshake_ex;
                                ^
   cc1: all warnings being treated as errors
   ```
   
   Will see whether the solution here is as simple as before.

----------------------------------------------------------------
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

Reply via email to