You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2020/12/03 06:57:00 UTC

[jira] [Assigned] (GUACAMOLE-1227) Build fails against libvncclient 0.9.7

     [ https://issues.apache.org/jira/browse/GUACAMOLE-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Jumper reassigned GUACAMOLE-1227:
--------------------------------------

    Assignee: Mike Jumper

> Build fails against libvncclient 0.9.7
> --------------------------------------
>
>                 Key: GUACAMOLE-1227
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1227
>             Project: Guacamole
>          Issue Type: Bug
>          Components: VNC
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Mike Jumper
>            Assignee: Mike Jumper
>            Priority: Trivial
>
> When building guacamole-server against libvncclient 0.9.7 (the version of libvncclient provided by CentOS 6 via its {{libvncserver}} package), the build fails with the following error:
> {code:none}
> ...
>   CC     libguac_client_vnc_la-argv.lo
>   CC     libguac_client_vnc_la-auth.lo
> In file included from auth.c:23:
> auth.h:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
> auth.c:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
> make[2]: *** [libguac_client_vnc_la-auth.lo] Error 1
> {code}
> This is because the {{GetCredential}} callback and {{rfbCredential}} type do not exist in that version of libvncclient. If that version is to continue to be supported, the relevant part of the build should be made conditional.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)