Mike Jumper created GUACAMOLE-1227:
--------------------------------------
Summary: 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.1.0
Reporter: Mike Jumper
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)