Building TDE against CUPS 1.4.5 (Slackware 13.1). As of today I now receive the following build failures:
/dev/shm/tdelibs/tdeprint/cups/kmcupsjobmanager.cpp:300: error: 'class IppRequest' has no member named 'last' /dev/shm/tdelibs/tdeprint/cups/kmcupsmanager.cpp:571: error: 'class IppRequest' has no member named 'last' /dev/shm/tdelibs/tdeprint/cups/kmcupsmanager.cpp:902: error: 'class IppRequest' has no member named 'last'
Reversing commit 9bc0d2cd resolves the failure, but I presume the patch should be tweaked to support CUPS < 1.6.
Darrell
Building TDE against CUPS 1.4.5 (Slackware 13.1). As of today I now receive the following build failures:
/dev/shm/tdelibs/tdeprint/cups/kmcupsjobmanager.cpp:300: error: 'class IppRequest' has no member named 'last' /dev/shm/tdelibs/tdeprint/cups/kmcupsmanager.cpp:571: error: 'class IppRequest' has no member named 'last' /dev/shm/tdelibs/tdeprint/cups/kmcupsmanager.cpp:902: error: 'class IppRequest' has no member named 'last'
Reversing commit 9bc0d2cd resolves the failure, but I presume the patch should be tweaked to support CUPS < 1.6.
Darrell
Yep, I ran into that today and pushed a patch. I haven't had a chance to do a full tdelibs rebuild yet to fully verify it though.
Tim
On 08/12/2012 01:41 PM, Darrell Anderson wrote:
Yep, I ran into that today and pushed a patch. I
haven't had a chance to do a full tdelibs rebuild yet to fully verify it though.
Builds without incident here.
Darrell
Excellent,
9bc0d2cd9d was one heck of a change to support cups 1.6. I'll bump my build environment and give it a try.