On Sun, Feb 24, 2019 at 5:48 AM Robert Dinse <[email protected]> wrote:
> > Pulled the source from github and attempted to compile on Ubuntu > 18.10 but > got the following error: > > guac_svc/svc_service.c: In function ‘VirtualChannelEntry’: > guac_svc/svc_service.c:56:5: error: ‘strncpy’ output may be truncated > copying 7 bytes from a string of length 7 [-Werror=stringop-truncation] > strncpy(svc_plugin->plugin.channel_def.name, svc->name, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > GUAC_RDP_SVC_MAX_LENGTH); > ~~~~~~~~~~~~~~~~~~~~~~~~ > > Any suggestions as to how to fix? Normally an error like this would > not stop a compile but directives are given that cause all warnings to be > treated as errors so this stops the compile. > Looks like you're hitting this issue: https://issues.apache.org/jira/browse/GUACAMOLE-637 which has an active pull request that is being review and will hopefully be merged, soon. Should be fixed in version 1.1.0. https://github.com/apache/guacamole-server/pull/209 -Nick
