Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
0.9.10-incubating, 0.9.11-incubating
-
None
-
None
-
Amazon Linux AMI 2016.09
Description
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:
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