You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Nick Couchman (Jira)" <ji...@apache.org> on 2022/01/03 01:00:00 UTC

[jira] [Closed] (GUACAMOLE-246) guacenc build fails against libjpeg-turbo 1.2.90

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

Nick Couchman closed GUACAMOLE-246.
-----------------------------------
    Resolution: Won't Fix

Closing this out as a Won't Fix - the current version(s) of Guacamole build perfectly fine against modern Linux distributions with current libraries. I do not see any reason to put any effort into fixing the mentioned version of Guacamole with ancient Amazon Linux distros.

> guacenc build fails against libjpeg-turbo 1.2.90
> ------------------------------------------------
>
>                 Key: GUACAMOLE-246
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-246
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacenc
>    Affects Versions: 0.9.10-incubating, 0.9.11-incubating
>         Environment: Amazon Linux AMI 2016.09
>            Reporter: kimside
>            Priority: Minor
>
> guacenc fails to compile against libjpeg-turbo 1.2.90 (in this case on Amazon Linux 2016.09), due {{jpeg_mem_src()}} not being defined:
> {code:none}
> make[2]: Entering directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacd'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacd'
> Making all in src/guacenc
> make[2]: Entering directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacenc'
>   CC       guacenc-jpeg.o
> jpeg.c: In function 'guacenc_jpeg_decoder':
> jpeg.c:94:5: error: implicit declaration of function 'jpeg_mem_src' [-Werror=implicit-function-declaration]
>      jpeg_mem_src(&cinfo, data, length);
>      ^
> cc1: all warnings being treated as errors
> make[2]: *** [guacenc-jpeg.o] Error 1
> make[2]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating/src/guacenc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ec2-user/guacamole-server-0.9.11-incubating'
> make: *** [all] Error 2
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)