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

cups/ppd.h: No such file or directory if CUPS not in standard location

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12.3
    • GUI: Printing
    • None
    • Ubuntu 16.04
    • Linux/X11

    Description

      Steps to reproduce:

      1) ./configure -cups CUPS_PREFIX=${SOME_NON_STANDARD_LOCATION}

      2) make

       

      Result:

      In the middle of Qt base build I get

      "cups/ppd.h: No such file or directory"

      and build fails.

       

      Expected result

      Build shouldn't fail.

       

      Additional information:

      1) I compile cups myself from source code and install it to ${SOME_NON_STANDARD_LOCATION}

      2) There is cups/ppd.h in ${SOME_NON_STANDARD_LOCATION}/include

      3) Build completes successfully if I provide

      -I ${SOME_NON_STANDARD_LOCATION}/include

      during configuration

      4) Build would complete successfully if I would install system's package through

      apt-get install libcups2-dev

      5) providing CUPS_INCDIR during configuration doesn't help

       

      Attachments

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

        Activity

          People

            johnlayt John Layt
            wojnilowicz wojnilowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes