Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gdk-pixbuf
gdk-pixbuf
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 73
    • Issues 73
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gdk-pixbufgdk-pixbuf
  • Issues
  • #76

Closed
Open
Opened Mar 16, 2018 by bugzilla-migration@bugzilla-migrationReporter

Compiling on Amazon linux: Using --without-libtiff it still complains about "tiffio.h: No such file or directory"

Submitted by Joe Lanman @joelanman

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

Edited May 24, 2018 by Emmanuele Bassi
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gdk-pixbuf#76