Bug 317913

Summary: print-manager fails to compile with <cups-1.5
Product: [Frameworks and Libraries] print-manager Reporter: Michael Palimaka <kensington>
Component: generalAssignee: Daniel Nicoletti <dantti12>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.10.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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