Compiling on Amazon linux: Using --without-libtiff it still complains about "tiffio.h: No such file or directory"
@joelanman
Submitted by Joe Lanman Link to original bug (#794398)
Description
My first bug - sorry if I've got anything wrong here. It may not even be a bug, but I'm stuck.
I'm trying to compile gdk-pixbuf on Amazon Linux AMI 2017.09, on EC2:
./configure --prefix=/home/ec2-user/build \
--without-gdiplus \
--disable-modules \
--with-included-loaders=yes \
--disable-shared \
--enable-static \
--without-libtiff
I don't need tiff support. However, when I run configure, it seems to try and use tiff:
checking pixbuf loaders to build... ani,icns,tga,png,pnm,xbm,xpm,qtif,bmp,gif,ico,jpeg,tiff
Then make fails, here are the last few lines:
CCLD libstatic-pixbufloader-png.la
CC io-pnm.lo
CCLD libstatic-pixbufloader-pnm.la
CC io-xbm.lo
CCLD libstatic-pixbufloader-xbm.la
CC io-xpm.lo
CCLD libstatic-pixbufloader-xpm.la
CC io-qtif.lo
CCLD libstatic-pixbufloader-qtif.la
CC io-bmp.lo
CCLD libstatic-pixbufloader-bmp.la
CC io-gif.lo
CC io-gif-animation.lo
CCLD libstatic-pixbufloader-gif.la
CC io-ico.lo
CCLD libstatic-pixbufloader-ico.la
CC io-jpeg.lo
CCLD libstatic-pixbufloader-jpeg.la
CC io-tiff.lo
io-tiff.c:36:20: fatal error: tiffio.h: No such file or directory
#include <tiffio.h>
^
compilation terminated.
Version: 2.30.x
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information