Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74283

QtImageformats fails to compile because system libtiff was selected

    XMLWordPrintable

Details

    • Linux/X11
    • 0989f6aa2d45426c10bcfd60272486a8b34c8e44 (qt/qtimageformats/5.12)

    Description

      The TIFF image handler uses type tmsize_t but it does not check whether the system libtiff does provide this type. Thus configure selects system libtiff but should have used the qt-shipped one.

      This is especially bad, since it is not possible to override this via configure command line as it used to be. 

      In config.test/libtiff.libtiff.cpp something like the following should be added:

      tmsize_t ss=0;
      (void)ss;
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vgt Eirik Aavitsland
            richardo Richard Öhlinger
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes