You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Tr4sK (JIRA)" <ji...@apache.org> on 2017/10/25 14:35:03 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16218754#comment-16218754 ] 

Tr4sK edited comment on GUACAMOLE-246 at 10/25/17 2:34 PM:
-----------------------------------------------------------

Hi,
Same issue with libjpeg-turbo 1.2.1-3.el6_5

```

  CC       guacenc-jpeg.o
cc1: warnings being treated as errors
jpeg.c: In function ‘guacenc_jpeg_decoder’:
jpeg.c:94: erreur: implicit declaration of function ‘jpeg_mem_src’
make[2]: *** [guacenc-jpeg.o] Erreur 1
make[2]: quittant le répertoire « /root/guacamole-server-0.9.13-incubating/src/guacenc »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /root/guacamole-server-0.9.13-incubating »
make: *** [all] Erreur 2
```
Wich version should we use to avoid this error ?


was (Author: tr4sk):
Hi,
Same issue with libjpeg-turbo 1.2.1-3.el6_5

```

  CC       guacenc-jpeg.o
cc1: warnings being treated as errors
jpeg.c: In function ‘guacenc_jpeg_decoder’:
jpeg.c:94: erreur: implicit declaration of function ‘jpeg_mem_src’
make[2]: *** [guacenc-jpeg.o] Erreur 1
make[2]: quittant le répertoire « /root/guacamole-server-0.9.13-incubating/src/guacenc »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /root/guacamole-server-0.9.13-incubating »
make: *** [all] Erreur 2
```

> 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
(v6.4.14#64029)