Bug 317913 - print-manager fails to compile with <cups-1.5
Summary: print-manager fails to compile with <cups-1.5
Status: RESOLVED FIXED
Alias: None
Product: print-manager
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.10.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Nicoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 07:40 UTC by Michael Palimaka
Modified: 2013-04-26 04:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka 2013-04-06 07:40:18 UTC
When building with cups-1.4:

print-manager-4.10.1/printer-manager-kcm/PrintKCM.cpp:362:33: error: ‘IPP_AUTHENTICATION_CANCELED’ was not declared in this scope

CMakeLists.txt says find_package(CUPS "1.4" REQUIRED) but IPP_AUTHENTICATION_CANCELED was apparently not introduced until cups-1.5.
Comment 1 Daniel Nicoletti 2013-04-26 04:37:35 UTC
Git commit cc601b23a1717c5f2c9e2463e2e66eba565d9a59 by Daniel Nicoletti.
Committed on 26/04/2013 at 06:35.
Pushed by dantti into branch 'master'.

Bump the required version of CUPS to 1.5 as IPP_AUTHENTICATION_CANCELED,
is a very important item we need.

M  +1    -1    CMakeLists.txt

http://commits.kde.org/print-manager/cc601b23a1717c5f2c9e2463e2e66eba565d9a59